Some forum admins might be using a server that has the brotli module installed.
If so, gz compression option in Admin settings can be set to off.
Should there be a short note be added near the compression option advising to set it to off if using brotli - or maybe in the install doco?miqrogroove - 8-28-2026 at 02:37 PM
This is a good question. According to the Google AI, we should be able to detect the Apache mod_brotli using function get_headers and a few lines of
code. This can be a good feature for v1.12lottos - 9-3-2026 at 08:59 AM
This is a good question. According to the Google AI, we should be able to detect the Apache mod_brotli using function get_headers and a few lines of
code. This can be a good feature for v1.12
Better implementation. ☝️
Should I put it into the bug tracker as a feature request?miqrogroove - 9-3-2026 at 01:44 PM
You may, yes. Based on what I've read about brotli, it might only be useful in case of compressed cache storage. For dynamic content like XMB,
it takes longer to run brotli than it does to transmit the original data.