[Webkit-unassigned] [Bug 11835] www.thestar.com sites very slow to load, but instant in Camino

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 14 22:34:43 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11835


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Certain sites very slow to  |www.thestar.com sites very
                   |load, but instant in Camino |slow to load, but instant in
                   |                            |Camino
           Platform|Macintosh Intel             |Macintosh
     Ever Confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
                 CC|                            |ap at webkit.org




------- Comment #1 from ap at webkit.org  2006-12-14 22:34 PDT -------
Confirmed. Safari blocks a redirect while trying to load a subresource from
another domain (because the server doesn't respond), while Firefox goes on.

This subresource is loaded via an Image object:

var img = new Image();

img.src =
"http://te.thestar.com/blank.gif?0.8177388644859841&snippet_version=1.2&referrer=&page=http%3A//www.thestar.com/&timezone=-180&var_PageCategory=/thestar/Homepage";

location.href="http://www.thestar.com/NASApp/cs/ContentServer?pagename=thestar/Render&inifile=futuretense.ini&c=Page&cid=968332188492&pubid=968163964505
&pubid=968163964505"; // blocks here


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



More information about the webkit-unassigned mailing list