From 600 Queries to 15: How We Fixed a Legacy PHP ERP N+1 Problem
A sales team complained their quote page was hanging for 10 seconds. Nothing in the code had changed. The culprit turned out to be a single line in the MySQL 8.0 changelog — and fixing it meant applying three layers of caching to a codebase that pre-dated modern PHP frameworks.