Warningperformance
Static files are downloaded again on every visit
41 images, scripts and stylesheets are served without a cache header, so returning visitors re-download 2.1 MB.
Next step
Set cache-control: public, max-age=31536000, immutable on everything under /assets/.
Evidence
cache-control missing on 41 responses under /assets/ · max-age not set
Details
- Affected
- /assets/
- Occurrences
- 41 times
- First seen
- 16 days ago
- Category
- performance
Next issue
Two images load over plain HTTP