what does the light blue colour mean in the timeline tab?

216 views
Skip to first unread message

Jakob Fix

unread,
Dec 1, 2011, 5:42:53 AM12/1/11
to google-chrome-...@googlegroups.com
Hello,

please see this screenshot of the timeline tab:


as you can see, there is a very long period of "light blue", and I couldn't find any explanation as to what that means. as you can imagine, I'm trying to reduce the duration to something more acceptable.

I also have the timeline json file if that's of any help.

thank you,
Jakob.

Vsevolod Vlasov

unread,
Dec 1, 2011, 7:22:49 AM12/1/11
to Jakob Fix, google-chrome-...@googlegroups.com
Light blue shows aggregated time taken by this action. 
In your case it's time between sending request and receiving response from the server.
Note it's not an actual download time (data is received between receiving response and finishing loading).
Could that be an extremely slow DNS server or some user action in the middle of request (e.g. proxy authentication)?

--
Thank you,
Vsevolod Vlasov (vse...@google.com)

Jakob Fix

unread,
Dec 1, 2011, 8:09:36 AM12/1/11
to google-chrome-...@googlegroups.com
Hi Vsevolod,

I have checked and made sure that the proxy is disabled for local addresses (and particularly localhost alias 127.0.0.1). I'm also requesting the resource from 127.0.0.1 to make sure that no DNS lookups are made.  So it doesn't seem to be network-related.

Would JavaScript execution or XSLT transformation contribute to the light-blue bar? As a matter of fact, what is transferred from the server is a page containing a complex XForm that gets then XSLT-transformed in the browser using <?xml-stylesheet href="/resource/xsltforms/xsltforms.xsl" type="text/xsl"?>
Using view-source the page's source code is displayed quite quickly, but when rendering the form on-screen, it takes this very long time.

This would point to a performance problem of the XSLT stylesheet used. Does this make sense?

cheers,
Jakob.
Reply all
Reply to author
Forward
0 new messages