Post #4440226
2026-08-06 11:54 UTC
I dug deep into our huge dataset of production PHP applications and found: In one third of PHP projects processing takes up 50% or more of the time, and I/O less than that.
https://tideways.com/profiler/blog/mythbusting-php-is-rarely-the-bottleneck-data-shows-40-of-time-spent-in-php
#php #performance
Replies (1)
-
@mattbrowndev@mastodon.social 2026-08-07 23:19
@beberlei@phpc.social the language can still be a bottleneck if it forces that I/O to be performed serially