Skip to content

Commit 9cee2d0

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: [AssetMapper] Added the missing versionadded directive [AssetMapper]: "server" -> "machine"
2 parents d1b68b5 + 9aacb63 commit 9cee2d0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

frontend/asset_mapper.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,11 @@ Symfony will add a ``Link`` header in the response to preload the CSS files.
740740
Pre-Compressing Assets
741741
----------------------
742742

743-
Although most servers (Caddy, Nginx, Apache, FrankenPHP) and services like Cloudflare
743+
.. versionadded:: 7.3
744+
745+
Support for pre-compressing assets was introduced in Symfony 7.3.
746+
747+
Although most web servers (Caddy, Nginx, Apache, FrankenPHP) and services like Cloudflare
744748
provide asset compression features, AssetMapper also allows you to compress all
745749
your assets before serving them.
746750

@@ -750,7 +754,7 @@ server, which then returns them to the client without wasting CPU resources on
750754
compression.
751755

752756
AssetMapper supports `Brotli`_, `Zstandard`_ and `gzip`_ compression formats.
753-
Before using any of them, the server that pre-compresses assets must have
757+
Before using any of them, the machine that pre-compresses assets must have
754758
installed the following PHP extensions or CLI commands:
755759

756760
* Brotli: ``brotli`` CLI command; `brotli PHP extension`_;

0 commit comments

Comments
 (0)