Skip to content

Commit fa19359

Browse files
committed
minor #19625 [AssetMapper] Shortening "Optimizing Performance" (ThomasLandauer)
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- [AssetMapper] Shortening "Optimizing Performance" Page: https://symfony.com/doc/6.4/frontend/asset_mapper.html#optimizing-performance I agree with your care about newcomers in #19609 (comment) But those 3 paragraphs still sound like a Cloudflare commercial... Please start reading at https://symfony.com/doc/6.4/frontend/asset_mapper.html#optimizing-performance > To make your AssetMapper-powered site fly,... Commits ------- 28d99f7 [AssetMapper] Shortening "Optimizing Performance"
2 parents b8f6679 + 28d99f7 commit fa19359

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)