Page is a not externally linkable
Hanu - 6:44 am on Jul 29, 2006 (gmt 0)
My AdSense code is in a fixed-size div at the beginning of the page source, close to the opening body tag. Now, whenever I view my site in FireFox, the page loads very fast hanks to an highly optimized site on a dedicated server. It might take a while until the adsense JS code fetches the ads, though. Until that's done the ad div is empty. But it never delays the loading of the page. Why would it? The div is of a fixed size and so the browser can go ahead and lay the page out even though the div's content is not yet known. The AdSense JS runs asynchronously to the page loading, right? I seem to think this is another IE quirk.
I have a question. The users who are experiencing the slow page load, are they by any chance using IE?