Skip to content

Commit 28d99f7

Browse files
ThomasLandauerjaviereguiluz
authored andcommitted
[AssetMapper] Shortening "Optimizing Performance"
1 parent 58e888b commit 28d99f7

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
@@ -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

0 commit comments

Comments
 (0)