>>> after you try this try to launch it with firebug to make sure what >>> object is the problem. >> >> I've launched Firefox with Firebug. What should I monitor while loading a >> page? > > The stats shown by the "Net" panel usually make issues pretty clear. Take > particular attention to any individual object URLs which are taking a while > an what stage of processing they are stuck or taking a long time on. www.cnn.com seems to hang at 0 bytes with these 4 requests consistently: http://static.ak.fbcdn.net/rsrc.php/v2/yV/r/leyRx1Ahy2q.js https://s-static.ak.facebook.com/connect/xd_arbiter.php?version=25#channel=f2b69086dd3b462&origin=http%3A%2F%2Fedition.cnn.com&channel_path=%2F%3Ffb_xd_fragment%23xd_sig%3Df24f12022c6f538%26 https://www.facebook.com/connect/ping?client_id=80401312489&response_type=token%2Csigned_request%2Ccode&domain=edition.cnn.com&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D25%23cb%3Df2aaeb3ca4cc3b2%26origin%3Dhttp%253A%252F%252Fedition.cnn.com%252Ff2b69086dd3b462%26domain%3Dedition.cnn.com%26relation%3Dparent&sdk=joey https://www.facebook.com/connect/ping?client_id=80401312489&response_type=token%2Csigned_request%2Ccode&domain=edition.cnn.com&origin=1&redirect_uri=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D25%23cb%3Df21ef5222f229f8%26origin%3Dhttp%253A%252F%252Fedition.cnn.com%252Ff2b69086dd3b462%26domain%3Dedition.cnn.com%26relation%3Dparent&sdk=joey Also www.google.com/nexus/ seems to hang at 0 bytes with these 6 requests consistently: https://apis.google.com/js/plusone.js http://themes.googleusercontent.com/static/fonts/roboto/v8/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff http://themes.googleusercontent.com/static/fonts/roboto/v8/vzIUHo9z-oJ4WgkpPOtg1_esZW2xOQ-xsNqO47m55DA.woff http://themes.googleusercontent.com/static/fonts/roboto/v8/2UX7WLTfW3W8TclTUvlFyQ.woff https://apis.google.com/js/plusone.js https://services.google.com/fb/forms/nexus What does this tell us? - Grant