diff --git a/frontend/asset_mapper.rst b/frontend/asset_mapper.rst index 42c39811b04..047f5161c8b 100644 --- a/frontend/asset_mapper.rst +++ b/frontend/asset_mapper.rst @@ -635,8 +635,7 @@ which will automatically do most of these things for you: - **Compress your assets**: Your web server should compress (e.g. using gzip) your assets (JavaScript, CSS, images) before sending them to the browser. This is automatically enabled in Caddy and can be activated in Nginx and Apache. - Or, proxy your site through a service like Cloudflare, which will - automatically compress your assets for you. In Cloudflare, you can also + In Cloudflare, you can also enable `auto minify`_ to further compress your assets (e.g. removing whitespace and comments from JavaScript and CSS files). @@ -658,7 +657,7 @@ Performance: Understanding Preloading Automatic preloading of JavaScript files was introduced in Symfony 6.4. -One issue that LightHouse may report is: +One issue that Lighthouse may report is: Avoid Chaining Critical Requests