|
|
|
|
|
by PuffinBlue
3498 days ago
|
|
From the outside it looks like your running a fairly intensive Wordpress install on an Apache webserver with no page caching. Also seems there's no minification or combining of stylesheets/js and there are query strings on those static assets which is going to discourage caching. No wonder you need a datacenter to handle that kind of resource punishment! There are plenty of reasons to stick with Wordpress in a decent sized corporation but if not switching to a static site at least stick W3TC on there so you're minimising your server load and serving out static html and minified/combined resources. You could then consider using Varnish in front of Apache or maybe nginx with a FastCGI cache. I"m sure you've got some folks in the team who could whip up a W3TC install in 10 minutes. |
|