If I have multiple pages that refer to a single pagehandler script, will the script be called from the browser cache if I navigate from one of these pages to another?
Asked
Active
Viewed 2,097 times
2 Answers
1
Yes. Here's a workaround: When does browser automatically clear cache of external JavaScript file?
-
Glad you found this helpful :) – Tudor Sep 07 '10 at 09:32
0
Yes. External javascript files can be cached in the same way as images.
Your server (apache, iis, etc) will need to be configured to send out the correct http headers to ensure the browser knows if/how to cache the assets.

Ben Rowe
- 28,406
- 6
- 55
- 75