Skip to content

Commit d28abc5

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [AssetMapper] Shortening "Optimizing Performance"
2 parents 3b3ff02 + 669921f commit d28abc5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frontend/asset_mapper.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
638637
Performance: 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

0 commit comments

Comments
 (0)