Expand my Community achievements bar.

SOLVED

Test Brotli Compression on Local Dispatcher Setup on IIS

Avatar

Level 4

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.

annkitaaggarwal_0-1691480970251.png

Thanks,

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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:

https://experienceleague.adobe.com/docs/experience-manager-dispatcher/using/configuring/dispatcher-c... 

EstebanBustamante_0-1691502457273.png

 



Esteban Bustamante

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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:

https://experienceleague.adobe.com/docs/experience-manager-dispatcher/using/configuring/dispatcher-c... 

EstebanBustamante_0-1691502457273.png

 



Esteban Bustamante