File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -635,8 +635,7 @@ which will automatically do most of these things for you:
635
635
- **Compress your assets **: Your web server should compress (e.g. using gzip)
636
636
your assets (JavaScript, CSS, images) before sending them to the browser. This
637
637
is automatically enabled in Caddy and can be activated in Nginx and Apache.
638
- Or, proxy your site through a service like Cloudflare, which will
639
- automatically compress your assets for you. In Cloudflare, you can also
638
+ In Cloudflare, you can also
640
639
enable `auto minify `_ to further compress your assets (e.g. removing
641
640
whitespace and comments from JavaScript and CSS files).
642
641
@@ -658,7 +657,7 @@ Performance: Understanding Preloading
658
657
659
658
Automatic preloading of JavaScript files was introduced in Symfony 6.4.
660
659
661
- One issue that LightHouse may report is:
660
+ One issue that Lighthouse may report is:
662
661
663
662
Avoid Chaining Critical Requests
664
663
You can’t perform that action at this time.
0 commit comments