Does OLS support brotli compression of dynamic content?

#1
Or is it a feature limited to Litespeed Enterprise?

(and if it does, where would you set the preferred compression level? I only see settings for dynamic gzip, static gzip, and static brotli)

Thanks!
 
#3
OLS supports bortli. It is the same settings as "gzip compression level"
I meant specifically dynamic compression. That is, on-the-fly compression of php output, for example. I know it supports brotli compression of static/cached content, but ideally I want to use two different settings for static (level 10) and dynamic (level 4).
 
Top