Acceleration Performance, gzip processes and server load...
CarlosMirandaLevy
Joined: 2005-01-06
Posts: 10 |
Posted: Fri, 2006-06-02 18:16 |
I run a moderately high traffic picture gallery. I have recently noted a significant increase on my server load. My CPU usage reports 3 gzip processes ran by root consuming each over 70% of CPU. I do have 3 galleries running from a multisite 2 of them with Full Acceleration for visitors / None for Registered Users. My server load has been reaching into the 9s and 7s for my 2 cpus according to cPanel/WHM. I am using mod rewrite in forced mode to get nice urls. After I disabled acceleration and clear all saved pages, CPU consumption was highly reduced (below 2). These are the 3 galleries running from the multisite...
|
|
Posts: 32509
your request logs and mysql query logs would be pretty interesting.
or maybe just the mysql slow queries log. you can enable it in config.php but your users will see it as well, pretty ugly.
just as a recommendation: use eaccelerator and a lot of RAM.
that advice is independent of g2's acceleration thing which basically just stores and retrieves generated HTML from the database. and it zips / unzips this html to save databaase storage.