Reducing your JavaScript load

Reducing your JavaScript load

Although it typically makes sense to pack all of your JavaScript into one file to improve page load time, there are cases where it makes more sense to house certain chunks of JS code in a separate file. Here’s a trick to help keep things organized.