Like the title said, loading pages is slow. Too slow.
`top` reports my server isn't going below 1.7GB of free RAM and, when requesting pages, the CPU usage peaks at 20%. So hardware isn't the issue.
I piped /dev/urandom to a file and got about 20MB worth of crap that I then downloaded to my computer. It's coming down at about 900Kbps. Bandwidth isn't the issue.
I've tried loading Joomla, Magento and KnowledgeTree (a Document Management System) on my VPS. All three are slow. So the problem doesn't lie in badly written code.
I enabled MySQL Query Caching to try speed things up and that helped a little bit but no where near enough. What's causing the speed issue?
I tried switching from suPHP to DSO (the PHP handler) but that didn't help. What can I do to speed up apache/php on WHM/Cpanel?
`top` reports my server isn't going below 1.7GB of free RAM and, when requesting pages, the CPU usage peaks at 20%. So hardware isn't the issue.
I piped /dev/urandom to a file and got about 20MB worth of crap that I then downloaded to my computer. It's coming down at about 900Kbps. Bandwidth isn't the issue.
I've tried loading Joomla, Magento and KnowledgeTree (a Document Management System) on my VPS. All three are slow. So the problem doesn't lie in badly written code.
I enabled MySQL Query Caching to try speed things up and that helped a little bit but no where near enough. What's causing the speed issue?
I tried switching from suPHP to DSO (the PHP handler) but that didn't help. What can I do to speed up apache/php on WHM/Cpanel?