Morning - one of our clients uses Semrush for their Prismic site, this morning we've been alerted to a warning that could affect the site performance: 95 issues with uncompressed JavaScript and CSS files This issue is triggered if compression is not enabled in the HTTP response.
Enable compression for your JavaScript and CSS files on your server.
If your webpage uses uncompressed CSS and JS files that are hosted on an external site, contact the website owner and ask them to enable compression on their server.
If this issue doesn't affect your page load time, simply ignore it.
As far as I understand, the issue doesn't only concern Semrush (That I don't know much about) as it also applies to every website that uses the perview.js script.
And for that, I have reached out to our dev team to get some more info to know if it is possible to activate the compression or that needs to implemented.
I will let you know once I get any updates,
Best,
Fares
It seems that the problem here is only that the response header content-encoding:gzip is missing, but the content is compressed, as shown in the curl request I've mentioned in the previous thread.