Lag between request and response in server logs
-
Hi all. I’m getting slow response times from my server that look like this, with the initial GET showing up the instant I hit enter and then the response being 10-20 seconds after that, but all in a row. Any ideas what I could do to troubleshoot this? I’ve got mysql query cache running, mod_deflate, and am considering implementing zlib compression in the templates (though I haven’t done that yet). WPTuner output is pretty boring and tells me that “nothing is slow” query-wise. define(‘ENABLE_CACHE’, true); is set in wp-config as well. I am not running wp-super cache.
10.10.100.77 – – [06/May/2011:07:40:09 -0400] “GET / HTTP/1.1” 200 4286
10.10.100.77 – – [06/May/2011:07:40:19 -0400] “GET /wp-content/themes/themes/pixel/style.css HTTP/1.1” 304 –
10.10.100.77 – – [06/May/2011:07:40:19 -0400] “GET /wp-includes/js/l10n.js?ver=20101110 HTTP/1.1” 304 –
10.10.100.77 – – [06/May/2011:07:40:19 -0400] “GET /wp-content/themes/themes/pixel/images/bgbody.jpg HTTP/1.1” 304 –
10.10.100.77 – – [06/May/2011:07:40:19 -0400] “GET /wp-content/themes/themes/pixel/images/rss-trans.png HTTP/1.1” 304 –
10.10.100.77 – – [06/May/2011:07:40:19 -0400] “GET /wp-content/themes/themes/pixel/images/more.gif HTTP/1.1” 304 –
10.10.100.77 – – [06/May/2011:07:40:19 -0400] “GET /wp-content/themes/themes/pixel/images/bullet.gif HTTP/1.1” 304 –
10.10.100.77 – – [06/May/2011:07:40:19 -0400] “GET /wp-content/themes/themes/pixel/images/bg-trans.png HTTP/1.1” 304 –
10.10.100.77 – – [06/May/2011:07:40:19 -0400] “GET /wp-content/themes/themes/pixel/images/wpfooter-trans.png HTTP/1.1” 304 –
10.10.100.77 – – [06/May/2011:07:40:19 -0400] “GET /wp-content/themes/themes/pixel/images/bggrad.jpg HTTP/1.1” 304 –
- The topic ‘Lag between request and response in server logs’ is closed to new replies.