So on my site, I have some sliders which load videos from vimeo.
When I check on GTMetrix, I get a terrible amount of http requests. When I look at the waterfall, many of them are repeat download copies of the same javascript, css and swf files.
Is it possible with javascript to prevent the un-needed multiple copies from being downloaded in order to save load time and requests?
In some cases, theres 15+ copies of the same file being downloaded..
I've looked a bit, and don't really see a plugin to do something like I am asking.