11
votes
4answers
944 views

Loading main javascript on every page? Or breaking it up to relevant pages?

I have a 700kb decompressed JS file which is loaded on every page. Before I had 12 javascript files on each page but to reduce http requests I compressed them all into 1 file. This file is ~130kb ...
1
vote
1answer
83 views

thumbnails loading system

Please look at this link to see exactly what I'm talking about. Now, try scroll down and you will see that a loading popup will appear and loads another set of thumbnails. What script is used for ...