Topic: Performance
All the articles about "Performance".
-
How a 6KB Column Was Slowing Down Every Page in My Laravel App
Every page in Growth Method was loading 6KB of invisible vector data per campaign. Here's how I found the problem, the three options I evaluated, and the ten-line global scope that fixed it.
-
I Asked AI to Audit My Page Speed. It Found 9 Issues.
Updated:One question to Claude Code — "is there anything obvious that could be having a negative impact on performance?" — turned up 9 issues on a single page. Here's what it found and why each one matters.
-
Your Laravel App Is Shipping JavaScript Nobody Uses
A performance audit found three JavaScript libraries shipping on every page that nothing in the app actually used. Removing them cut the bundle by 28%.
-
What the Heck Is Blaze and Why Do I Need It?
Laravel Blaze makes your Blade components render up to 97% faster with zero code changes. A plain-English guide for non-traditional developers to the optimized compiler, memoization, and code folding — and why Flux + Blaze is the easiest performance win you'll ever get.