Hello, I’ve been noticing images via LMS transforms load fairly slowly quite often.
I’m trying to leverage Cloudflare on top of Netlify to see if I can see any difference in CDN performance but seem to be hitting a roadblock as all LMS hits always return “public, max-age=0, must-revalidate”
My netlify.toml has
[[headers]]
for = "/*.jpg*"
[headers.values]
cache-control = '''
max-age=31536000,
public'''
I should note, my directives for css/js/png/jpg etc… when not running through transforms work fine.