1.

What Are The Best Practices For Caching?

Answer»

Always keep static contents LIKE images, CSS, JAVASCRIPT cacheable, with expiration date of 2 to 3 days. Never keep expiry date too high.
Dynamic contents should be cached for few hours only.

Always keep static contents like images, css, JavaScript cacheable, with expiration date of 2 to 3 days. Never keep expiry date too high.
Dynamic contents should be cached for few hours only.



Discussion

No Comment Found