PHP

These posts related to various topics of PHP.

June 24, 2024

Comparing Linux, Windows, Mac performance with Symfony tests suite on Docker

UPD (06.12.2024): Tested on Docker for Mac in addition to OrbStack. Currently, I have different laptops at home and can compare how fast different test suites can be on 3 Operation Systems:...

Read

November 21, 2021

Improve Symfony Tests Performance

Using more simple password hashers Do not use Doctrine logging by default Set APP_DEBUG to false Completely disable Xdebug Parallel tests execution using Paratest Collect...

Read