On Thu, Feb 23, 2012 at 2:14 PM, Patrick Stinson <patrickstinson.lists@xxxxxxxxx> wrote: > I am developing web applications and am periodically (50% of the time) > seeing 1-2second turnaround times for GETS to localhost. The pages I > am serving are basic html/css/js/image conglomerations, and sometimes > the pages turn around in a matter of milliseconds. All resources are > local so I assume it should be possible to get everything down to near > instant every time? This is somewhat annoying when refreshing a page > often while developing pages. > > I am on the latest Lion. I've googled around several times and found > little help. Can't wait to tighten this up! One way to narrow this down is to see if httpd thinks the request took so long. See %D at http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#formats for a hint on changing the access log format to store the time taken to serve the request. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx