- Issue created by @prudloff
✨
Support brotli compression of assets
Needs work
will add brotli compression to Drupal but this requires the brotli PHP extension: https://pecl.php.net/package/brotli
We will need this extension in the CI in order to run phpunit tests for this feature.
extension_loaded('brotli');
brotli_compress('foo');
I think it can be installed like this:
pecl install brotli
docker-php-ext-enable brotli
Active
PHP Containers