Generally speaking, should you do any Browser/Header Caching for dynamic PHP pages? If so, what setting should you use?
Generally speaking, should you do any Browser/Header Caching for dynamic PHP pages? If so,
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.
The general rule is: use your brain.
If the page isn’t likely to change much, cache it. For how long? Well, for as long as it’s not likely to change.
Once the page changes, that’s when the cache should expire.