1 domain running very slow, please help
Typical response time is over 1 minute. Im really not sure where to even start with trouble shooting.
Best wishes - Glenn
5 Replies
login as: glenn
glenn@176.58.100.62's password:
Last login: Sat Jun 29 11:10:36 2013 from host-92-29-143-58.as13285.net
[glenn@whitbyweb ~]$ sudo su -
[root@whitbyweb ~]# /etc/init.d/lsws restart
[root@whitbyweb ~]# sudo /etc/init.d/lsws restart
[root@whitbyweb ~]# sudo /etc/init.d/apache2 restart
sudo: /etc/init.d/apache2: command not found
[root@whitbyweb ~]# sudo/etc/init.d/lsws restart
-bash: sudo/etc/init.d/lsws: No such file or directory
[root@whitbyweb ~]# sudo /etc/init.d/lsws restart
[root@whitbyweb ~]#
free -m
ps auxwww
vmstat 1 30
(The last command will take about 30 seconds.)
Also, the waterfall graph from your browser's developer tools may be helpful to determine exactly what's breaking. (Be sure to clear your cache before reloading.)
Any configuration files? Is it just static files, or are you using something like Cobol on Cogs to dynamically generate stuff?
Are there any log files?
What is that "lsws" thing you keep restarting?
Just to clarify, the site is wordpress with an smf forum in a subfolder. Both w
are running slow not just wordpress.
Im just wondering if what I did last night could have caused this, I linked the forum up with rss feed from wordpress so it shows a list of latest wordpress articles on the forum homepage. Was all working fine when I went to bed.
Im going to try undo that change and turn off super cache and some other plugins
@obs:
Here's pingdom's view of loading your site
it's spending a lot of time processing the PHP requests, looks like you're using wordpress, have a search in the forum for wordpress optimisation, it'll boil down to APC, Wordpress Super Cache (or something similar). You could also give newrelic.com a go and see if they can pinpoint what's slowing PHP down. http://tools.pingdom.com/fpt/#!/dL8eaZ/ … ers.co.uk/">http://tools.pingdom.com/fpt/#!/dL8eaZ/http://www.whitbyseaanglers.co.uk/
Hi Obs, thankyou so much for your help. That link you posted had the clue. It was showing RSS was causing a problem, which jogged my memory to the fact I had linked rss to the forum last night to post a list of recent topics onto the forum. I undid the rss feed and all came right instantly. So cheers for that. I will keep that link for future reference.
Also thankyou to everyone else who read and offered assistance. Much appreciated.
Best wishes - Glenn