By Neel on Saturday, 24 January 2015
Posted in General Issues
Replies 5
Likes 0
Views 792
Votes 0
I have set the EasySocial Notification Polling set to 60 secs. If a user has multiple tabs open, would that increasing the polling that many times? Or will it still be only 1 set of polling done doesnt matter how many tabs are opened?

I am experiencing very high CPU usage mainly due to php-fpm processes and right now I am trying to find out which queries are taking too long to execute. I was wondering if too many parallel requests from the user is possible causing CPU load and hence the above question.
Yes, if they open multiple tabs, the polling still happens on each page
·
Saturday, 24 January 2015 15:52
·
0 Likes
·
0 Votes
·
0 Comments
·
oh. That could make sense on why my server got such a huge hit yesterday. Is there any way to limit this Mark - only 1 for that session - since request on each tab is not really ideal and can eat up server resources very quickly. A lot of users on my site who searches / read articles open like 6-10 tabs at a time and its insane. My server literally choked yesterday. What can be done for this Mark?
·
Saturday, 24 January 2015 15:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Unfortunately there is no work around for this and this is not really a limitation of EasySocial but just the way the web behaves.
·
Saturday, 24 January 2015 16:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Other than the notification polling, what other parallel requests can exists after the initial page load? Is it safe to assume that after the page load is completed, its going to be only these 3 polling done to the server on each tab for each interval and nothing else as far as ES is concerned?
·
Saturday, 24 January 2015 16:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, that's the only polling that happens
·
Sunday, 25 January 2015 15:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post