Is anyone else having trouble with GU pages loading? Whenever i go into "new posts" the page is blank, but the links exists and the drop down menu i can see and use, but i can't actually see the page or any text. I'm sure it has something to do with the newly placed Add's, as IE tells me its loading them when the page is invisible.
anyone else? or am i feeling the effects of X-ray vision?
I am having exactly the same issue both at home and at work, just since the ads also. It seems to stall on the google ads loading, but I've found opening pages in a new window reduces the occurrence of this happening.
Quote from HeReTiC;322308: Is anyone else having trouble with GU pages loading? Whenever i go into "new posts" the page is blank, but the links exists and the drop down menu i can see and use, but i can't actually see the page or any text. I'm sure it has something to do with the newly placed Add's, as IE tells me its loading them when the page is invisible.
anyone else? or am i feeling the effects of X-ray vision?
yeah i had the same problem early on today took about 5 mins to load the page... same thing on the TF page..
Quote from rec in other thread: Firefox won't be affectd. IE users on the other hand will have to suffer for just a little while longer. We're working on it. Please refer to the thread Xaine has linked to.
Getting proper lockups in firefox now, can't refresh, browser not responding for about 30s to a minute at a time. Not sure if that's google ads or steam now though.
Already tried iframe. Used to work once upon a time with Google Adsense adverts, but not anymore. Looks like at some stage they changed something with their javascript that has resulted in the performance benefit zapped - the page in question will still wait for the java in that iframe to load in the header before proceeding with the rest of the website.
There are two main ways to fix Google Analytics, ads etc etc.
The first is to download the javascript files and host them locally. Much faster, though it will break if and when Google change the scripts.
The second, which you should do anyway, is move all the javascripts you can to the end of the page. Google Analytics is just such a one. IE holds up rendering to try and execute JS first, for pretty good reasons.
I can't move the js to the end of the page - it's only possible with absolute positioning using CSS, which we can't do, because it's a centred design (pixel measurements change in every resolution).
As for the downloading of the js scripts - that's against their T&C's.