some questions about waterfall view

This is my result http://www.webpagetest.org/result/130823_CP_5Q3/1/details/

I have some questions about the waterfall view,

  1. why the time of the first request does’t match the time scale?
  2. why there has some blank between the connect and fftb of the forth request?

When i put the har result in the HTTP Archive Viewer 2.0.17
the waterfall result is a bit different with yours.

The time of the first request looks like it is including the DNS and socket connect times - I’ll take a look and make sure it is consistent because requests 4 and 5 should probably be closer to 500ms.

As far as the gap goes, modern browsers can pre-connect to servers before fetching resources but the HAR spec doesn’t allow for the connection or DNS times to be separated from the request (the gap is the accurate representation).