should not disable GZIP compression, not all browsers support brotli.
For brotli setting, mainly the compression level, you can google the page compare the compression ratios.
Brotli is slow, but it can give better compression ratio.
For static files, it only need to compress once, so speed is not that important.
We do not support brotli compression for dynamically generated page yet due it is slower speed than gzip.
you have to test against a static file.
compressed static files are cached.
some css files are dynamically generated by PHP, only compressed with gzip. for real static file, the brotli compressed version will be created on demand.