Cerb
Elite Member
Also, remove the argument. Even with pipelining, that indicates to the browser that the request is stateful. Many JS files works for a lot sites just fine, since they get cached on the first load (worse than optimized into one file, but serviceable, especially if you want to optionally use a CDN).Right, so you compile your JS into a single file. Instead of pulling down 50 files in sequence, you pull down one.