Using chrome's network monitor is a good way to monitor the speed of
requests as well, which is how I know that some requests for simple
javascript files are taking 1-2 seconds.

Does anyone know a way to approach debugging these slow response times
on a localhost request?

On Thu, Feb 23, 2012 at 10:43 AM, Jeff Trawick <traw...@gmail.com> wrote:
> On Thu, Feb 23, 2012 at 2:14 PM, Patrick Stinson
> <patrickstinson.li...@gmail.com> 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-unsubscr...@httpd.apache.org
>   "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to