
Owner of Awio Web Services LLC,
graduate student at Drexel U.,
community advisor at SitePoint.
LATEST PROJECT: WP Review Site 2.0
The VPS is handling artificial load well. Now I need a real test, but I don’t have any sites getting nearly enough page views to see if the VPS will slow down with more realistic data. Anyone want to volunteer their high traffic site for a day?
Another quick tip for reducing server load: keep your sessions in memory instead of on disk. For a dynamic, high traffic site, like a very active message board, your disk is already busy handling all the database work. Take some load off it by moving session storage to memory.