Text compression not applied

I have enabled Brotli compression on my JS/CSS files. However when I look at my css files on the Network tab on my chrome tools, I don’t find Brotli or GZip compression applied.

Here is a sample link: https://productiveclub.com/how-to-prioritize-tasks/

Any suggestions on what’s wrong? Thanks in advance.

Your origin server is setting cache-control: no-transform

That is telling Cloudflare (and anything else that would come in between), “Don’t touch this file. Leave it like this.”

https://support.cloudflare.com/hc/en-us/articles/200168396-What-will-Cloudflare-compress-

1 Like

Thank you very much for the response. I found the culprit lines in my Apache virtual host file. But, despite changing it, I still see the same cache control on my js and css files.

I tried purging my cloudflare cache and also cleared the cache on my Wordpress plugin. Yet, I see the same:
cache-control: max-age=31536000, public, no-transform, must-revalidate, public
last-modified:Tue, 1 Oct 2014 10:10:10 GMT

Right now, I have paused Cloudflare, but somehow my content is still served from the Cloudflare servers themselves.

The changes reflected after a while. I have managed to fix the cache control problem. Hopefully, this should allow Cloudflare to apply Brotli compression now.

Thanks for the assistance.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.