[Webkit-unassigned] [Bug 37919] [Qt] aviary.com loads slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 14:04:26 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=37919





--- Comment #8 from Joe Wild <joseph.wild at nokia.com>  2011-03-16 14:04:26 PST ---

This seems like a server-side problem or at least I may need some server-side
help to dig further.

What seems to be the problem is that the fetch of the following
external javascript takes 30 seconds on QtTestBrowser/WebKit.

  <script
  src="/apps/WebResource.axd?d=XBzH3H_Yx0wNM5ykooAgaA2&t=634193708782958808"
  type="text/javascript">
  </script>

I understand the latest WebKit behavior is that external scripts are
executed in the order they appear in the input stream (HTML page in
this case).  So this could be the reason the page is paused for so long.
We could be waiting to execute the other external scripts after this one.

On both Firefox, Chromium, and QtTestBrowser/Webkit this HTTP Get
request comes back as an HTTP 200 with 0 bytes.  However, on both
Firefox and Chromium this response comes back in < 1s and on
QtTestBrowser/WebKit it takes 30s.

It's a little confusing to try to match my WebKit traces against the
HTTP traces on the other browsers with Wireshark and/or their Web Inspectors.
However, when I use the WebInspector on the QtTestBrower I also get
a 30s load time for WebResource.axd.

  WebResource.axd, GET, 200 OK, application/octet-stream, 0B, 31.08s

So is there anyway to investigate why it takes the server 30 seconds to
return this page on QtTestBrowser/WebKit?  Is there someone on the
www.aviary.com that could also investigate this issue?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list