My site is running very slow. It takes longer than 30 seconds to load each link, or do anything. I installed 0.9.1. Is anyone else experiencing this or know how to fix it?
@scottyg it could be that geonames is down add this to your config.php and see if it speeds things up, we didnt not see any changes in speed when we upgraded identi.ca
unset($config['plugins']['default']['Geonames']);
Do you have the yslow extention for firefox? it will tell you which elements are taking how long to load.
Would you believe? Had the same problem on a paid host, installed on another paid host - worse, installed on a free host better, another free host VERY fast. Sheesh - uninstalled on three of the above.
Comments
add this to your config.php and see if it speeds things up, we didnt not see any changes in speed when we upgraded identi.ca
unset($config['plugins']['default']['Geonames']);
Do you have the yslow extention for firefox? it will tell you which elements are taking how long to load.