Skip to content
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
6 changes: 6 additions & 0 deletions docs/infrastructure_and_maintenance/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ In production setups:

- Review the [Symfony performance documentation]([[= symfony_doc =]]/performance.html) and apply matching suggestions, including OPCache configuration if enabled.

### Frontend assets

Deploy a [production build](https://webpack.js.org/guides/production/) of your assets to reduce their size and improve loading time.

You can build them by running `yarn encore prod`, or by setting the environmental variable `NODE_ENV` to `production` in your production environment.

### Composer

- Keep Composer up to date.
Expand Down
Loading