Slow pages
-
My server is pretty beefy. Okay, it doesn’t have dual hexacores with 48GB of memory, but still, it’s more than adequate to serve a couple of pages, especially since it’s the only thing it’s doing.
And yet, somehow, each and every page my WP installation serves me, takes about half a second before the first byte is sent to the browser. That tells me each page needs around half a second of CPU-time. That is a LOT. A page – even from a CMS – must be able to be served within 50ms. Half a second is *just* too long.
Ok, granted, I can shave off about 100ms when I disable all plugins, but the theme doesn’t make any difference. So thats at least 400ms for a very simple page – just a few lines of content, no comments, on the default twenty11 theme.
First of all, how is this possible? And is this normal?
Secondly, if it’s not normal, how can I get a detailed performance profile to pinpoint any bottlenecks?
- The topic ‘Slow pages’ is closed to new replies.