Skip to content
Advertisement

caching JavaScript files

Which is the best method to make the browser use cached versions of js files (from the serverside)?

Advertisement

Answer

Have a look at Yahoo! tips: https://developer.yahoo.com/performance/rules.html#expires.

There are also tips by Google: https://developers.google.com/speed/docs/insights/LeverageBrowserCaching

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement