
Core Web Vitals budgets that survive the second sprint
Published on June 10, 20264 min readWritten by Rani Prameswari

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
Related articles

May 25, 20265 min read
Shipping a multilingual site without duplicating your codebase
Locale-prefixed routing, hreflang, canonical URLs and per-locale slugs — handled once, in the router.

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.