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:
635635- **Compress your assets **: Your web server should compress (e.g. using gzip)
636636 your assets (JavaScript, CSS, images) before sending them to the browser. This
637637 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
640639 enable `auto minify `_ to further compress your assets (e.g. removing
641640 whitespace and comments from JavaScript and CSS files).
642641
@@ -658,7 +657,7 @@ Performance: Understanding Preloading
658657
659658 Automatic preloading of JavaScript files was introduced in Symfony 6.4.
660659
661- One issue that LightHouse may report is:
660+ One issue that Lighthouse may report is:
662661
663662 Avoid Chaining Critical Requests
664663
You can’t perform that action at this time.
0 commit comments