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:
619
619
- **Compress your assets **: Your web server should compress (e.g. using gzip)
620
620
your assets (JavaScript, CSS, images) before sending them to the browser. This
621
621
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
624
623
enable `auto minify `_ to further compress your assets (e.g. removing
625
624
whitespace and comments from JavaScript and CSS files).
626
625
@@ -638,7 +637,7 @@ check the performance of your site.
638
637
Performance: Understanding Preloading
639
638
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
640
639
641
- One issue that LightHouse may report is:
640
+ One issue that Lighthouse may report is:
642
641
643
642
Avoid Chaining Critical Requests
644
643
You can’t perform that action at this time.
0 commit comments