When I install status.net on my web host, it is extremely slow. The script installs perfectly but when I click a link I wait about 10 seconds for every single page to load. I decided to remove status.net as this would be completely unusable for a community site. Has anyone else had this problem? Does anyone know how to resolve it? I would love to go back to using status.net if it was fixed :)
Comments
php scripts/setconfig.php db schemacheck script
Although remember that you must then run the checkschema.php script anytime you activate or deactivate a plugin.
You can setup memcache http://gitorious.org/statusnet/mainline/blobs/master/README#line1205 you'll also need to run a memcache server. That should speed things up a bit.
Also make sure that you have some kind of php accelerator like APC installed on your server.
Having those three things should speed it up.
You can also look at a status.net cloud site with us if it fits your needs at http://status.net/cloud
W.r.t "Set schemacheck to run on script instead of web
php scripts/setconfig.php db schemacheck script" where or how can we do this?
Thanks.