One of our projects has a really large test suite that isn’t optimised to run with Laravel’s parallel testing. It was starting to take more than 15 minutes to have the whole test suite run inside Github Actions, which is when my colleague Rias searched for a better way to do this.
PHP
Your System Isn’t Slow – Your Bottleneck is not Optimized
A bottleneck isn’t inherently bad, we all have them. What matters is making sure your biggest bottleneck is always working at it’s most optimal conditions. That’s where your optimizations should be focused. Read more