I'm working on Magento 2's speed optimization on one of my client's website. On analyzing from gtmetrix.com, it says to use leverage browser cache. To achieve the same I followed following points:
- I made changes in nginx configuration to set Cache-Control headers as follows: nginx configuration
- Following were the header after loading an image headers
- Made changes in AWS CloudFront behavior as follows cloudfront configuration
- I've also checked the above selecting the "Use Origin Cache Headers".
What else is required to achieve the browser cache leverage?