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.
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.