As I was following through the tutorial on the Browser Caching with Nginx’s header Module on Ubuntu 16.04 https://www.digitalocean.com/community/tutorials/how-to-implement-browser-caching-with-nginx-s-header-module-on-ubuntu-16-04#step-4-—-testing-browser-caching,
it is successfully working for all file types except for the image types.
The Gtmetrix Speed tester is recommending to leverage the browser cache for images and showing expiration not specified for images.
How can I fix the issue to leverage browser caching for images?
Thanks!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there @Nusrat,
If you do a curl -I http://localhost/test.jpg
what are the headers that you get back?
Also is Gtmetrix reporting specific image types that are problematic or is it for all images on your site?
Regards, Bobby
Click below to sign up and get $100 of credit to try our products over 60 days!