Hi,
I don't understand how image caching works in Grav.
We usually upload a few images for each blog post, including a cover image. We don't use image actions on them, just the occasional lightbox and some classes.
The images we upload are optimized in size. I expect that Grav doesn't cache images that are not manipulated.
However, if I look at the actual generated URL for the cover images, they are indeed cached and resized and I don't understand why or where.
The part of the template controlling this is:
{% set featured_image_url = page.header.featured_image ? page.media.images[page.header.featured_image].cache.url() : page.media.images|first.cache.url() %}
This is my Configuration > System: 
I'd like Grav to respect our image size and optimization, serving the exact images we upload. How can you do that?
Thanks in advance.
Marco

