Assets cached: Need Assistance with Caching Configuration

Hi everyone,

I hope this message finds you well. I’m currently facing an issue with caching configuration, and I would appreciate your assistance.

In my .env file, I have set the following variables:

objectivecCopy code

APP_DEBUG=false
CMS_ROUTE_CACHE=true
CMS_ASSET_CACHE=true
CMS_TWIG_CACHE=true

However, when I check the page speed using Google PageSpeed Insights, I encounter the following error:

vbnetCopy code

Serve static assets with an efficient cache policy: 36 resources found
A long cache lifetime can speed up repeat visits to your page. [Learn more about efficient cache policies](https://developer.chrome.com/docs/lighthouse/performance/uses-long-cache-ttl/?utm_source=lighthouse&utm_medium=lr).

I would like to optimize caching to improve page speed. Any guidance or suggestions on how to address this issue would be greatly appreciated.

Thank you for your help!

Best regards, Zs