Skip to content

Commit fd12f71

Browse files
committed
Replace PHP-PM recommendation by FrankenPHP
1 parent 3cd30f7 commit fd12f71

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

core/performance.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -243,12 +243,10 @@ Best performance is achieved using [APCu](https://github.com/krakjoe/apcu). Be s
243243
on your production server (this is the case by default in the Docker image provided by the API Platform distribution).
244244
API Platform will automatically use it.
245245

246-
## Using PPM (PHP-PM)
246+
## Using FrankenPHP's Worker Mode
247247

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.
252250

253251
## Doctrine Queries and Indexes
254252

0 commit comments

Comments
 (0)