Skip to content

Commit ce57c0b

Browse files
mnoconadriendupuis
andauthored
Mentioned Symfony performance article (#2442)
* Mentioned Symfony performance article in the doc * Applied suggestion Co-authored-by: Adrien Dupuis <[email protected]> --------- Co-authored-by: Adrien Dupuis <[email protected]>
1 parent fd59474 commit ce57c0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/infrastructure_and_maintenance/performance.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ In production setups:
5252
- Always enable opcache for php-fpm/`mod_php`.
5353
- Prefer php-fpm and web server using it over fast-cgi for lower overall memory usage.
5454

55+
### Symfony
56+
57+
- Review the [Symfony performance documentation]([[= symfony_doc =]]/performance.html) and apply matching suggestions, including OPCache configuration if enabled.
58+
5559
### Composer
5660

5761
- Keep Composer up to date.

0 commit comments

Comments
 (0)