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 @@ -619,8 +619,7 @@ which will automatically do most of these things for you:
619619- **Compress your assets **: Your web server should compress (e.g. using gzip)
620620 your assets (JavaScript, CSS, images) before sending them to the browser. This
621621 is automatically enabled in Caddy and can be activated in Nginx and Apache.
622- Or, proxy your site through a service like Cloudflare, which will
623- automatically compress your assets for you. In Cloudflare, you can also
622+ In Cloudflare, assets are compressed by default and you can also
624623 enable `auto minify `_ to further compress your assets (e.g. removing
625624 whitespace and comments from JavaScript and CSS files).
626625
@@ -638,7 +637,7 @@ check the performance of your site.
638637Performance: Understanding Preloading
639638~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
640639
641- One issue that LightHouse may report is:
640+ One issue that Lighthouse may report is:
642641
643642 Avoid Chaining Critical Requests
644643
You can’t perform that action at this time.
0 commit comments