HighDots Forums  

How to check why page slow?

HTML Writing HTML for the Web (comp.infosystems.www.authoring.html)


Discuss How to check why page slow? in the HTML forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Geoff Cox
 
Posts: n/a

Default How to check why page slow? - 04-04-2008 , 04:11 AM






Hello,

I have a page for which downloading into the browser is very slow.

I have tried using YSlow and firebug but is there any way in which I
can actually see which files are taking a long time to be downloaded?

Cheers

Geoff

Reply With Quote
  #2  
Old   
rf
 
Posts: n/a

Default Re: How to check why page slow? - 04-04-2008 , 04:26 AM






Geoff Cox <gcox (AT) freeuk (DOT) notcom> wrote in
news:r1sbv3taf2mcem76n9co28ps1j9c3t3lbo (AT) 4ax (DOT) com:

Quote:
Hello,

I have a page for which downloading into the browser is very slow.

I have tried using YSlow and firebug but is there any way in which I
can actually see which files are taking a long time to be downloaded?

Cheers

Geoff

Does not the firebug Net tab tell you this? It does for me.

--
Richard
Killing all google posts and replies to google posts
The Usenet Improvement Project: http://improve-usenet.org


Reply With Quote
  #3  
Old   
rf
 
Posts: n/a

Default Re: How to check why page slow? - 04-04-2008 , 05:17 AM



Blinky the Shark <no.spam (AT) box (DOT) invalid> wrote in
newsan.2008.04.04.10.36.09.280916 (AT) thurston (DOT) blinkynet.net:

Quote:
rf wrote:

Geoff Cox <gcox (AT) freeuk (DOT) notcom> wrote in
news:r1sbv3taf2mcem76n9co28ps1j9c3t3lbo (AT) 4ax (DOT) com:

Hello,

I have a page for which downloading into the browser is very slow.

I have tried using YSlow and firebug but is there any way in which I
can actually see which files are taking a long time to be
downloaded?

Cheers

Geoff


Does not the firebug Net tab tell you this? It does for me.

Nifty. Never dug far enough into FB to see that. For each file I get
a graph bar whose length is proportional to the file's d/l time. But
that bar is broken into two parts -- a grey left side and a teal right
side. What does this split indicate?

Er. It's actually broken into three, a white bit, a grey bit and a cyan
(teal?) bit.

From what I can determine the white bit is that particular file waiting
for an available connection to the host (as in a TCP/IP socket, assuming
the client only has a few to hand). The grey bit is from posting the
request to receiving the entire object. The teal bit is where they post
the milliseconds.

It looks a lot better if you hit a site in another country (as we in the
Antipodes often do). For example, loading the google logo from wherever
they are in .au takes 31ms. Loading the same image from the U S of A
takes 375ms. The grey bit is a whole lot larger.

The OP seems to think that the hole in the wall that his cat5 cable is
plugged into is in direct and close connection to every host out there.
Not so. Over her we *expect* a turnaround time of 300ms for *every*
request we make to most of the rest of the world.

--
Richard
Killing all google posts and replies to google posts
The Usenet Improvement Project: http://improve-usenet.org


Reply With Quote
  #4  
Old   
rf
 
Posts: n/a

Default Re: How to check why page slow? - 04-04-2008 , 05:22 AM



rf <rf (AT) invalid (DOT) com> wrote in news:QenJj.5837$n8.4510@news-
server.bigpond.net.au:


Quote:
The OP seems to think that the hole in the wall that his cat5 cable is
plugged into is in direct and close connection to every host out there.
Not so. Over her we *expect* a turnaround time of 300ms for *every*
request we make to most of the rest of the world.
Er, this paragraph more correctly applies to whoever is talking about
latency in another thread/group.

--
Richard
Killing all google posts and replies to google posts
The Usenet Improvement Project: http://improve-usenet.org


Reply With Quote
  #5  
Old   
Blinky the Shark
 
Posts: n/a

Default Re: How to check why page slow? - 04-04-2008 , 05:36 AM



rf wrote:

Quote:
Geoff Cox <gcox (AT) freeuk (DOT) notcom> wrote in
news:r1sbv3taf2mcem76n9co28ps1j9c3t3lbo (AT) 4ax (DOT) com:

Hello,

I have a page for which downloading into the browser is very slow.

I have tried using YSlow and firebug but is there any way in which I can
actually see which files are taking a long time to be downloaded?

Cheers

Geoff


Does not the firebug Net tab tell you this? It does for me.
Nifty. Never dug far enough into FB to see that. For each file I get a
graph bar whose length is proportional to the file's d/l time. But that
bar is broken into two parts -- a grey left side and a teal right side.
What does this split indicate?

--
Blinky
Killing all posts from Google Groups
The Usenet Improvement Project: http://improve-usenet.org
Blinky: http://blinkynet.net



Reply With Quote
  #6  
Old   
Geoff Cox
 
Posts: n/a

Default Re: How to check why page slow? - 04-04-2008 , 07:04 AM



On Fri, 04 Apr 2008 10:17:20 GMT, rf <rf (AT) invalid (DOT) com> wrote:

Quote:
Er. It's actually broken into three, a white bit, a grey bit and a cyan
(teal?) bit.

From what I can determine the white bit is that particular file waiting
for an available connection to the host (as in a TCP/IP socket, assuming
the client only has a few to hand). The grey bit is from posting the
request to receiving the entire object. The teal bit is where they post
the milliseconds.
I do see the above for 9 requests but thn there is sometimes a delay
of 2 minutes before I can use the page .. it's that bit that I want to
check on and Firebug shows nothing even after the 2 minutes ...?

There must be some software which would show up what is happening?

Cheers

Geoff


Reply With Quote
  #7  
Old   
Blinky the Shark
 
Posts: n/a

Default Re: How to check why page slow? - 04-04-2008 , 11:18 AM



rf wrote:

Quote:
Blinky the Shark <no.spam (AT) box (DOT) invalid> wrote in
newsan.2008.04.04.10.36.09.280916 (AT) thurston (DOT) blinkynet.net:

rf wrote:

Geoff Cox <gcox (AT) freeuk (DOT) notcom> wrote in
news:r1sbv3taf2mcem76n9co28ps1j9c3t3lbo (AT) 4ax (DOT) com:

Hello,

I have a page for which downloading into the browser is very slow.

I have tried using YSlow and firebug but is there any way in which I
can actually see which files are taking a long time to be downloaded?

Cheers

Geoff


Does not the firebug Net tab tell you this? It does for me.

Nifty. Never dug far enough into FB to see that. For each file I get a
graph bar whose length is proportional to the file's d/l time. But that
bar is broken into two parts -- a grey left side and a teal right side.
What does this split indicate?


Er. It's actually broken into three, a white bit, a grey bit and a cyan
(teal?) bit.

From what I can determine the white bit is that particular file waiting
for an available connection to the host (as in a TCP/IP socket, assuming
the client only has a few to hand). The grey bit is from posting the
request to receiving the entire object. The teal bit is where they post
the milliseconds.
Ah! I gotcha. The cyan is just the background and the white/grey are
graph bars. That makes sense now. Thanks. You've probably seen the
black and white image (no greys) that's either a side giew of a goblet
*or* two faces in profile, almost nose to nose. I was viewing each line
"the other way" -- with the cyan portion being the object (the graph bar)
instead of the background. Like the goblet/faces image, once you see
both, you can easily flip your perception back and forth between the two.


--
Blinky
Killing all posts from Google Groups
The Usenet Improvement Project: http://improve-usenet.org
Blinky: http://blinkynet.net



Reply With Quote
  #8  
Old   
Blinky the Shark
 
Posts: n/a

Default Re: How to check why page slow? - 04-04-2008 , 11:19 AM



Geoff Cox wrote:

Quote:
On Fri, 04 Apr 2008 10:17:20 GMT, rf <rf (AT) invalid (DOT) com> wrote:

Er. It's actually broken into three, a white bit, a grey bit and a cyan
(teal?) bit.

From what I can determine the white bit is that particular file waiting
for an available connection to the host (as in a TCP/IP socket, assuming
the client only has a few to hand). The grey bit is from posting the
request to receiving the entire object. The teal bit is where they post
the milliseconds.

I do see the above for 9 requests but thn there is sometimes a delay of 2
minutes before I can use the page .. it's that bit that I want to check on
and Firebug shows nothing even after the 2 minutes ...?

There must be some software which would show up what is happening?
You don't happen to be using PHP, there, do you?


--
Blinky
Killing all posts from Google Groups
The Usenet Improvement Project: http://improve-usenet.org
Blinky: http://blinkynet.net



Reply With Quote
  #9  
Old   
Neil Cherry
 
Posts: n/a

Default Re: How to check why page slow? - 04-04-2008 , 01:36 PM



["Followup-To:" header set to comp.infosystems.www.authoring.html.]
On Fri, 04 Apr 2008 09:26:28 GMT, rf wrote:
Quote:
Geoff Cox <gcox (AT) freeuk (DOT) notcom> wrote in
news:r1sbv3taf2mcem76n9co28ps1j9c3t3lbo (AT) 4ax (DOT) com:

Hello,

I have a page for which downloading into the browser is very slow.

I have tried using YSlow and firebug but is there any way in which I
can actually see which files are taking a long time to be downloaded?

Cheers

Geoff


Does not the firebug Net tab tell you this? It does for me.
I think the YSlow Components tab shows a lot more information. Wish I
could get the expires and compression to work with my hosting provider
(Components shows no gzip and expires information for anything from my
domain).


--
Linux Home Automation Neil Cherry ncherry (AT) linuxha (DOT) com
http://www.linuxha.com/ Main site
http://linuxha.blogspot.com/ My HA Blog
Author of: Linux Smart Homes For Dummies


Reply With Quote
  #10  
Old   
Neil Cherry
 
Posts: n/a

Default Re: How to check why page slow? - 04-04-2008 , 02:23 PM



["Followup-To:" header set to comp.infosystems.www.authoring.html.]
On Fri, 04 Apr 2008 13:04:00 +0100, Geoff Cox wrote:
Quote:
On Fri, 04 Apr 2008 10:17:20 GMT, rf <rf (AT) invalid (DOT) com> wrote:

Er. It's actually broken into three, a white bit, a grey bit and a cyan
(teal?) bit.

From what I can determine the white bit is that particular file waiting
for an available connection to the host (as in a TCP/IP socket, assuming
the client only has a few to hand). The grey bit is from posting the
request to receiving the entire object. The teal bit is where they post
the milliseconds.

I do see the above for 9 requests but thn there is sometimes a delay
of 2 minutes before I can use the page .. it's that bit that I want to
check on and Firebug shows nothing even after the 2 minutes ...?

There must be some software which would show up what is happening?
I think either using YSlow -> Components might give you a hint or you
could use something like wireshark (and network sniffer) to see how
long things actually take (you'll need to break out everything by
hand.


--
Linux Home Automation Neil Cherry ncherry (AT) linuxha (DOT) com
http://www.linuxha.com/ Main site
http://linuxha.blogspot.com/ My HA Blog
Author of: Linux Smart Homes For Dummies


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.