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.  However, what I read was that not all proxies/web servers
are able to handle this, and in my case, it ended up greatly increasing
the amount of time needed to request/respond.

I turned this off in Firefox, and my pages immediately became
instantaneous again.

Andy

On Tue, 2008-02-19 at 03:22 -0800, Pai911 wrote:
 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 more than 10 sec(with cache enabled)
 
 Best Regards,
 
 John


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 more than 10 sec(with cache enabled)

Best Regards,

John
-- 
View this message in context: 
http://www.nabble.com/What-does-%22Render-time%22-hidden-in-comment-actually-mean--tp15560552p15560552.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 more than 10 sec(with cache enabled)

 Best Regards,

 John
 --
 View this message in context: 
 http://www.nabble.com/What-does-%22Render-time%22-hidden-in-comment-actually-mean--tp15560552p15560552.html
 Sent from the Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 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 more than 10 sec(with cache enabled)
 
  Best Regards,
 
  John
  --
  View this message in context: 
  http://www.nabble.com/What-does-%22Render-time%22-hidden-in-comment-actually-mean--tp15560552p15560552.html
  Sent from the Tapestry - User mailing list archive at Nabble.com.
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 



 --
 Howard M. Lewis Ship

 Creator Apache Tapestry and Apache HiveMind


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]