utsa-asc / college-dls

design language system for the University of Texas at San Antonio
7 stars 3 forks source link

INFRA: GZIP is not enabled #574

Open lalov1 opened 1 year ago

lalov1 commented 1 year ago

I did a Google Lighthouse test, and everything looks good except for Performance. One of the things we should have UTS do is enable gzip to compress files for the user. Image

garza-utsa commented 1 year ago

take a look at the web.config used for provost, there should be some example gzip config stuff for the _files and images directory. Unfortunately, I haven't done any testing to see if we can add a web.config to our HALSTORE deployments to see if they get adopted

garza-utsa commented 1 year ago

for gzip, we will want Shashi/UTS to turn this on serverwide for all sites hosted on HALSTORE

garza-utsa commented 1 year ago

ticket created for Shashi's group to enable gzip compression on the following HALSTORE sites (WALLE): hcap, sds, klesse

garza-utsa commented 1 year ago

requires more troubleshooting from UTS. Looks like the current IIS setup borks when turning gzip compression on.

garza-utsa commented 11 months ago

GZIP compression hook on IIS is not getting triggered due to the GTM url rewrite by MarComm.

We should possibly look into offloading GTM with something like party town to remove this URL Rewrite, testing on WALLEDEV first, of course

garza-utsa commented 2 months ago

having Mehdi disable GTM rewrite rules on hcaptest.utsa.edu for testing integration with Partytown.js