can someone please confirm the correct settings for brotli.
in this thread, it's shown multiple times as adding php.ini directives
brotli.output_compression = ENABLED
brotli.output_compression_level = -1
however, searching online, it's suggested than it should be
brotli.output_compression = 1 (or On)
and the values for brotli.output_compression_level should be in a range between 0 and 11,
0 being fastest, least compression, and 11 being slowest, highest compression (and most cpu)
where 4 or 5 should out-perform gzip, with 6 suggested as a good compromise between cpu/compression