Hi All,
I have setup local Dispatcher on IIS for Author Instance. we are using React as frontend module in our project. I want to test brotli compression for our site pages. I am not sure where should i write the rule or how to proceed further. Any guidance is helpful. I have below three files as scripts as of now.
Thanks,
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Personally, I have never used Brotli compression, and according to this thread seems is something not common: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/precompression-on-aem-disp... . You could still try to implement this type of compression by following any Apache tutorial, i.e.: https://www.brotli.pro/enable-brotli/servers/apache/ I am curious about the result. Please let me know your results.
But if you are looking for a way to achieve compression you can explore mod_deflate which is mentioned here:
Hi,
Personally, I have never used Brotli compression, and according to this thread seems is something not common: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/precompression-on-aem-disp... . You could still try to implement this type of compression by following any Apache tutorial, i.e.: https://www.brotli.pro/enable-brotli/servers/apache/ I am curious about the result. Please let me know your results.
But if you are looking for a way to achieve compression you can explore mod_deflate which is mentioned here: