• By using JS Libraries that are loaded on a CDN, you reduce the amount of bandwidth your using and either deliver the file via a CDN or even better, the user already has the JS cached from the CDN and doesn’t need to make the additional HTTP request.
    A must if you’re using multiple popular libraries.

  • The topic ‘An easy way to reduce server overhead and increase speed’ is closed to new replies.