Conversation
Notices
-
Yes, I've noticed the slowness. It's just qvitter being banana. Load isn't even pushing .5 and the disk utilization is at 12% of max, and mysql is fine.
-
Memory has just short of 5GB free too. It's just qvitter jankiness.
-
I've noticed if you leave the tab open for a long time it seems to get slower and slower, prob from having to go through increasingly high numbers of notices in localstorage if I had to guess?:
-
@maiyannah there's live updating of fav&repeat counters so if your users have tabs with a lot of posts open,server load may go up. #guessing
-
@mcscx @maiyannah if too much polling is the issue, set $config['site']['qvitter']['timebetweenpolling'] to something higher
-
@mcscx @maiyannah if you suspect localstorage is slow on your machine, try disabling it. Dom.storage.enabled=false in about:config (firefox)
-
@hannes2peer @mcscx Will have to find how to do this in chrome because I'm pretty sure this is why
-
@maiyannah maybe you could check if Firefox doesn't have the slowness,neither with nor without localstorage. It's not slow here @hannes2peer
-
-
@hannes2peer @mcscx This is something I might play with for optimization too, it is measured in MS iirc?
-
@maiyannah yep! ms
-
@hannes2peer Thanks for the tips, it is appreciated! In my case, it was definitely localstorage, but I will play a bit with the polling as well.
-
-
-
-
-
-
-