Reducing Loading of Advertisers Scripts
Posted
by
HollerTrain
on Server Fault
See other posts from Server Fault
or by HollerTrain
Published on 2011-01-12T17:52:49Z
Indexed on
2011/01/12
17:55 UTC
Read the original article
Hit count: 242
sql-server
|page-speed
I have a website (http://dev2.liquor.com) that loads very quickly when I remove the advertisers and tracking scripts our partners give us. Of course we need to reduce page load time from 6 seconds to 1 second, and I see that it is 100% all of our external js files for partner tracking, ads, etc.
I have been banging my head against the wall trying to find alternate ways to load/compress/serve the multidue of js the user needs to download. I can easily compress/minify mine, but someone else's that is not on our server is becoming hard to do so.
The best I can do is get a C on YSlow, and each suggestion they give me pertains to my stupid tracking js scripts!
Any help would be greatly appreciated.
© Server Fault or respective owner