http headers

HTTP Headers: Max-Age vs Expires – Which One To Choose?

Caching of static content like images, scripts, styles on the client browser reduces load on the webservers and also improves end users browsing experience by loading web pages quickly. We can use HTTP headers Expires or Cache-Control:max-age to cache content on client browser and set expiry time for them.

Amazon S3 Tips: Quickly Add/Modify HTTP Headers To All Files Recursively

Amazon S3 is an dead cheap cloud storage service that offers unlimited storage in pay as you use model. Recently we moved all the images and other static files(scripts & css) of Tech Dreams to Amazon S3 to reduce load on VPS server. Amazon S3 is cheap, but monthly bill will shoot up if images/static …

Amazon S3 Tips: Quickly Add/Modify HTTP Headers To All Files Recursively Read More »