Skip to content

Core Web Vitals budgets that survive the second sprint

Published on June 10, 20264 min readWritten by Rani Prameswari
Performance budget failing a continuous integration run

Performance regressions arrive one innocuous import at a time. The fix is structural: budgets enforced in CI, with the build failing when LCP or total bundle size crosses the line.

Tags:PerformanceNuxt
Share:

Related articles

Database schema sketch comparing JSON blobs with translation tables
May 17, 20264 min read

Why we model translations as rows, not JSON

A JSON translation blob is convenient until the day you need to find every untranslated heading. Relational translation tables cost one join and return that answer in milliseconds.