What size linode 40,000 page views per day?
It's a mysql php site with cached pages and the images are stored on a sub domain at another server.
Thanks.
3 Replies
The problem is its a wordpress install with quite a few plugins in there look at what it takes to generate the homepage:
461 queries. 6.646 seconds.
Even with caching once this site gets bigger its the queries that are killing it.
I'm in the process of getting the plugin code into the includes so plugins don't require database requests.
I'm definitely bringing it over to linode this month to give it a shot but want to get some more optimization in place and get everything working on a centOS server at my office first.
Any further suggestions for optimization?
@Hona:
The pages are cached for 60 minutes.
The problem is its a wordpress install with quite a few plugins in there look at what it takes to generate the homepage:
461 queries. 6.646 seconds.
Even with caching once this site gets bigger its the queries that are killing it.
I'm in the process of getting the plugin code into the includes so plugins don't require database requests.
I'm definitely bringing it over to linode this month to give it a shot but want to get some more optimization in place and get everything working on a centOS server at my office first.
Any further suggestions for optimization?
Wow, if it takes 461 queries to pull up one page, you have one seriously overloaded WP install. Lose some of the plugins or start optimizing.