I am using Jquery.js and i want to know does the browser cache the jquery file or this file transfer for each page.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Caching has nothing to do with a particular file, it’s all about the headers for this file.
By default most file will be cached however the duration of the caching depends on the header setting for the file. So yes it should be cached with a default setup.
Here is a little information about caching http://www.web-caching.com/mnot_tutorial/how.html