Symfony
These posts related to various topics of Symfony.
June 24, 2024
Comparing Linux, Windows, Mac performance with Symfony tests suite on Docker
Currently, I have different laptops at home and can compare how fast different test suites can be on 3 Operation Systems: Windows Arch Linux (Manjaro) MacOS This is not a detailed review of...
ReadNovember 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...