ZSTD compression

#7
Following up on this request, as v1.9 has been released for a while, with an addition if I may:

Having different compressions (ZTSD & Brotli) for STATIC files compared to having them served as GZIP will be extremely welcome, yet what would be even greater to have these options also for DYNAMIC files/content, option which currently is only reserved for GZIP (v1.9 where Brotli has already been implemented).

Whatever I do, even with every compression option disabled (in OLS & App server alike), browser still shows dynamically generated pages served as GZIP-ed in the response header. This is also probably due to the very confusing and limited settings available in the WebAdmin, which brings me to my next request...
 
#8
May we please get clearer delimitation/control sttings in the OLS webadmin (Tuning - Compression section) of the static & dynamic pages compression options?

Right now is very confusing, for ex: in order to have Brotli compression applied (only towards static files permitted) the settings need to have
  • Compression (static & dynamic): YES (ON)
  • GZIP (apparently dynamic only? Or does it apply to static as well?): No (OFF)
  • Brotli compression level (static only): no. specified
  • Max & Min file limits for compression also only apply to static files. Why?
No current clear option to control dynamic content be either completely OFF or Brotli (hopefully soon ZTSD) compressed as well as the static ones.
 
Top