Skip to content

Commit

Permalink
Mentioned Symfony performance article (#2442)
Browse files Browse the repository at this point in the history
* Mentioned Symfony performance article in the doc

* Applied suggestion

Co-authored-by: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com>

---------

Co-authored-by: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com>
  • Loading branch information
mnocon and adriendupuis committed Jul 22, 2024
1 parent fd59474 commit ce57c0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/infrastructure_and_maintenance/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ In production setups:
- Always enable opcache for php-fpm/`mod_php`.
- Prefer php-fpm and web server using it over fast-cgi for lower overall memory usage.

### Symfony

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

### Composer

- Keep Composer up to date.
Expand Down

0 comments on commit ce57c0b

Please sign in to comment.