newism / nsm.addon_updater.ee_addon

Other
21 stars 3 forks source link

Slowing down the CP #4

Open aarongustafson opened 13 years ago

aarongustafson commented 13 years ago

I was trying to figure out why my CP was running so slowly both locally and on my server (80+ seconds to load locally), I stumbled upon a Forum thread mentioning the Add-on Updater as a potential culprit. Sure enough, disabling it fixed the issue.

I think the issue may be with the RSS feeds not responding quickly when they're requested. There's not much you can do about it, but I'd like to suggest two possible options: 1) time out more quickly; or 2) switch to making the queries to remote servers via Ajax and call back to your script with the responses and update the page accordingly.

Thoughts?

Cheers,

Aaron

PhilBrienesse commented 13 years ago

Same issue. Same fix. I have noticed multiple people commenting on this recently. It would be nice to know if it is a particular addon that has a very slow rss server because we had no issues with this for the longest time and it is very convenient. For now it will have to stay uninstalled.

ghost commented 13 years ago

I'm hitting this problem too - CP completely unusable (several minutes to load a page) - as soon as I delete the accessory, the site runs at blazing fast speeds. Hopefully you have a fix for this soon, so we can all use the addon again! In the meantime, I don't have any option but to disable it.

loren138 commented 11 years ago

Yep, I think mine just got hit because of Pixel and Tonic's new site. I'm guessing that made none of their update feeds respond correctly.... Maybe it was something else, but getting rid of this fixed it. I also recommend a shorter timeout and maybe only checking up to 4 urls per load.