Writing tagged "php"
Slow Laravel IDE helper generation
While working on a pretty standard headless Laravel app, I got really annoyed by how long composer install took whenever switching to branches with varying dependencies. Some hooks had been added recently, which invited the assumption that the experience would be the same for my peers. Retrospective was just around the corner, so I brought the topic up before taking a closer look myself, and was surprised that I was the only one suffering from this. Execution times were in the lower single-digit seconds for everyone else, while I was waiting nearly indefinitely.