Re: What does Render time hidden in comment actually mean?

2008-02-20 Thread Andy Huhn
Hey John, I had a similar issue in my development environment. It turned out that I had enabled an experimental feature in Firefox (pipelining, I believe? I can't remember what it was called) that was supposed to increase the number of simultaneous connections my browser made to the web server.

What does Render time hidden in comment actually mean?

2008-02-19 Thread Pai911
There is a comment in my page !-- Render time: ~ 505 ms -- I want to know what this means does it include the whole process (database access) or just the process of render its body. The reason behind this question is that the render time in my page shows 505ms, but the actual response time is

Re: What does Render time hidden in comment actually mean?

2008-02-19 Thread Howard Lewis Ship
It's just the time to render the page; a very rough guideline. Use Firebug if you want even close to accurate information. On Feb 19, 2008 3:22 AM, Pai911 [EMAIL PROTECTED] wrote: There is a comment in my page !-- Render time: ~ 505 ms -- I want to know what this means does it include the

Re: What does Render time hidden in comment actually mean?

2008-02-19 Thread Davor Hrg
use http://www.wireshark.org/ to get accurate result for whole request Davor Hrg On Feb 20, 2008 4:41 AM, Howard Lewis Ship [EMAIL PROTECTED] wrote: It's just the time to render the page; a very rough guideline. Use Firebug if you want even close to accurate information. On Feb 19, 2008