Benchmark Config Concurrency 1 Concurrency 5 Concurrency 10 Concurrency 20 Score
Hello world 2 ms 501 rq/sec 1.5 ms 3,370 rq/sec 2.9 ms 3,398 rq/sec 5.8 ms 3,447 rq/sec
6,185
REST API 3.2 ms 316 rq/sec 2.8 ms 1,770 rq/sec 5.6 ms 1,797 rq/sec 11 ms 1,810 rq/sec
9,469

Performance tools

Doctrine read only hydrator

Add SimpleObject and ReadOnly hydrators do Doctrine (3,5x faster).

steevanb/doctrine-read-only-hydrator
Doctrine entity merger

Add hint MERGE_ENTITY to merge fields retrieved by many queries with PARTIAL.

steevanb/doctrine-entity-merger
Composer overload class

Allow to overload autoloaded classes, to include your files instead of supposed ones.

steevanb/composer-overload-class
PHP backtrace

Show nice equivalent to debug_backtrace(), with caller, code preview etc.

steevanb/php-backtrace