Leverage browser caching for logo

I’m running a pagespeed test on my site, discuss.endurancelab.fit. One result indicates the logo is not cached. Is there something I can do to cache the logo, or should I forget this?

https://s3.us-east-2.amazonaws.com/…lab-logo-horizontal-150dpi-optimized.png (expiration not specified)

Thx

Go to your S3 bucket. Find the file. Go to properties. Add metadata for ‘cache control’ or ‘expires’.

4 Likes

That worked perfectly.

For future readers I used cache-control and max-age=86400

You can read up here:

5 Likes