Skip to content

[AssetMapper] "server" -> "machine" #21020

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/asset_mapper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ Symfony will add a ``Link`` header in the response to preload the CSS files.
Pre-Compressing Assets
----------------------

Although most servers (Caddy, Nginx, Apache, FrankenPHP) and services like Cloudflare
Although most web servers (Caddy, Nginx, Apache, FrankenPHP) and services like Cloudflare
provide asset compression features, AssetMapper also allows you to compress all
your assets before serving them.

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

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

* Brotli: ``brotli`` CLI command; `brotli PHP extension`_;
Expand Down
Loading