Description of the need
Formal request to add Brotli compression and make gzip the fallback compression
Background
Long story short, Brotli is a newer compression algorithm designed by Google around 2013 to replace gzip which was created in 1992. Brotli produces larger compression ratios over gzip, allowing for even smaller file sizes.
I won't go into detail about what Brotli is, how to get it going or why Backdrop should support it because this article does a fantastic job explaining it: https://csswizardry.com/2020/04/real-world-effectiveness-of-brotli/
Proposed solution
It looks like some work will need to be done to add Brotli as a compression within Backdrop itself, much like gzip. This is mostly over my head, but looks like the same code that runs gzip can be used to do the same with Brotli
Additional information
Should this be a contrib for now until it gains more traction? Maybe it will gain more traction if it is actually part of core.
Recent comments
Graham Leach: Has anyone got any experience with the assets in this area of Backdrop CMS? filetransfer.inc ftp.inc local.inc ssh.inc If you do, I'd love to chat with you... Graham...
Jan 16th 2025 Weekly Meetings
I've been building Backdrop sites since 2021 with the first being my own: https://www.systemhorizons.co.uk/ Two over time for one client: https://www....
Happy Birthday Backdrop CMS - Share your projects!
Hi Tim. Yes I think at the moment it needs custom code. Depending where you want the class it could be either: /** * Implements hook_preprocess_page(). */ function theme_name_preprocess_page...
How to make clear to editor if they are on a revision?