113
Views
1
Comments
How to cache static resources using HTTP caching

Regarding google Lighthouse web page performance suggestions and policy "Serve static assets with an efficient cache policy" need to set Cache-Control for static resources (CSS & JavaScript)  

Cache-Control: max-age=XXXXXXXXX

 

How to set cache control for static resources in out systems ?


https://web.dev/uses-long-cache-ttl/?utm_source=lighthouse&utm_medium=unknown

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi Prabhu,

I think this is default already done by OutSystems, but I don't know the details.

You could try the suggestion made in the first reply of this old discussion

https://www.outsystems.com/forums/discussion/20819/cache-control-header-on-java-cloud-installation/

Regards,

Daniel


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.