How to disable cache for PEGA JS/CSS files
We're currently facing performance issue of PEGA with Chrome browser, we found that with some of the Chrome (current using version is 85.0.4183.121) users, it takes long time to get JS/CSS files from disk cache. It often takes more than 10s for a single request.
As a work around, we want to disable cache of these files temporarily (we understand it will slow down the normal access, but it should be much more better than 10s' latency).
From the Chrome console, we can find that the max-age of these files' cache was set to 315360000 (AKA 10 years).
To by pass each client's action, we're looking forward a way of controlling the max-age of these files' cache from server side.
So, how can we change the max-age of cache from PEGA server?
The application server we're using is WebLogic Proprietary information hidden.0.
Thanks very much.