How to change the URI location of the generated skin css file?
Hi everyone
Our pega app generates a 4.8Mb skin css file (4800Kb) after user is logged in for the first time. We tried to apply compression over the css files by URI over the F5 to reduce the size to 400Kb , but this compression also cover other files hosts on the same URI like .js ... which is not compatible to Safari browser and cause the page load to stall in Safari
We would like to find out we can change the css host to different URI via configuration ?
Current the skin css file is hosted on
https://domain:port/prweb/app/MyProject_/-[random string]%28*/webwb/pzharnessv2_cpm[portalName]]f00d07cc10778df9c8f0ccc2b644c623_full_[some digits].css!!.css
We would want the pzharnessv2_cpm.....css file to be host on
https://domain:port/prweb/app/MyProject_/-[random string]%28*/webwb/skin/
where /skin is user-defined path.
Therefore F5 can apply compress on "/webwb/skin/"
Thanks