Skip to main content
Level 3
August 8, 2023
解決済み

Test Brotli Compression on Local Dispatcher Setup on IIS

  • August 8, 2023
  • 1 の返信
  • 766 ビュー

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,

このトピックへの返信は締め切られました。
ベストアンサー EstebanBustamante

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-dispatcher-with-brotli/m-p/295015 . 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-configuration.html?lang=en 

 

1 の返信

EstebanBustamante
Adobe Champion and Community Advisor
Adobe Champion and Community Advisor
August 8, 2023

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-dispatcher-with-brotli/m-p/295015 . 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-configuration.html?lang=en 

 

Esteban Bustamante