You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/infrastructure_and_maintenance/performance.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,12 @@ In production setups:
56
56
57
57
- Review the [Symfony performance documentation]([[= symfony_doc =]]/performance.html) and apply matching suggestions, including OPCache configuration if enabled.
58
58
59
+
### Frontend assets
60
+
61
+
Deploy a [production build](https://webpack.js.org/guides/production/) of your assets to reduce their size and improve loading time.
62
+
63
+
You can build them by running `yarn encore prod`, or by setting the environmental variable `NODE_ENV` to `production` in your production environment.
0 commit comments