Surjendu Palsurjendu.hashnode.dev·Nov 11, 2024Browser Caching and Related HTTP HeadersCaching is a important mechanism to improve performance and optimize resources in any application. Cache is a software or hardware component where data is stored temporarily for faster future access. The data can be any serializable data(image, html,...10 likescaching
CloudGagsblog.cloudgags.in·Jul 13, 2024How to right use maxage, s-maxage, and stale-if-error headers?In today's digital market, when milliseconds can mean the difference between user experience and retention, optimizing content delivery is critical for every website or application. Fast and dependable content delivery around the world is made possib...max-age
CloudGagsblog.cloudgags.in·Jun 16, 2024AWS Lambda@Edge: How to control cache TTL?Hello friends! Today we will see how we can control the cache generated by the AWS CloudFront using the AWS Lambda@Edge functions. As we all know, AWS CloudFront is a Content Delivery service which helps us in boosting our content delivery. AWS Clou...cache-control
freeCodeCampforfreeCodeCampfreecodecamp.org·Oct 24, 2019An in-depth introduction to HTTP caching: Cache-Control & VaryBy Léo Jacquemin Introduction - scope of the article This series of articles deals with caching in the context of HTTP. When properly done, caching can increase the performance of your application by an order of magnitude. On the contrary, when overl...cache-http