File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -243,12 +243,10 @@ Best performance is achieved using [APCu](https://github.com/krakjoe/apcu). Be s
243
243
on your production server (this is the case by default in the Docker image provided by the API Platform distribution).
244
244
API Platform will automatically use it.
245
245
246
- # # Using PPM (PHP-PM)
246
+ # # Using FrankenPHP's Worker Mode
247
247
248
- Response time of the API can be improved up to 15x by using [PHP Process Manager](https://github.com/php-pm/php-pm). If
249
- you want to use it on your project, follow the documentation dedicated to Symfony on the PPM website.
250
-
251
- Keep in mind that PPM is still in an early stage of development and can cause issues in production.
248
+ API response times can be significantly improved by enabling [FrankenPHP's worker mode](https://frankenphp.dev/docs/worker/).
249
+ This feature is enabled by default in the production environment of the API Platform distribution.
252
250
253
251
# # Doctrine Queries and Indexes
254
252
You can’t perform that action at this time.
0 commit comments