Glide & Cloudfront - Configuration
Hello guys, I've configured my website with glide and cloudfront on top of it but i guess that something is not working as it should be cause the linked images seems not to be cropped and processed
this is an example of an image: https://d1blzzm4x1ktwi.cloudfront.net/img/d015b958-9c4d-4a79-a0c4-5ee71d35a039/stars1sphereReverse.png?fm=webp&q=80&auto=compress%2Cformat
Do you have any advice or a link to a documentation that could help me to figure out this?
4 Replies
hi @24kappa did you enable query string as part of the Cloudfront cache behavior? I see that you're getting cache hits whatever the query string parameters are
let me check, i have to ask our system admins about that
they are disabled
there's a specific query string to set?
it's only a check to activate, we are doing it and ill try
you need to let all query string go through unless you want to be strict about it, but there might be many of them depending on your usage of Glide features. At least
fm
, q
, w
, crop
would be neededI dont need to set or specify
cache_path
?
activating the behaviour works
thank you @ifox , always useful!