- 🇦🇺Australia apastorts
Hello,
We have exactly the same version installed in our servers and we are having the exact same issue. IT seems AdvAgg is not generating the brotli files and therefore Apache is not able to publish them.
IS there any configuration solution for this? Or is there a path of the module or update that fixes this issue. We are loosing 10% of performance because of this issue.
So for anyone wondering, I was experiencing issues where upon enabling brotli the generated CSS and JS broke on our site.
The fix for this was similar to the linked issue in the topic. Find the .htaccess files in the advagg_js and advagg_css folders and modify the rewrite rules as follows:
RewriteRule \.js\.gz$ - [T=application/javascript,E=no-gzip:1,E=no-brotli:1]]
RewriteRule \.css\.gz$ - [T=text/css,E=no-gzip:1,E=no-brotli:1]]