Nuxt.js — Two super easy changes for starters that can dramatically improve the performance
Nov 3 · 3 min read
Performance is a critical factor in converting your visitors into long term followers. Here are two changes for Nuxt that can greatly improve your website performance. You probably knew it already if you have been playing with Nuxt for a while. Yet, I find them missing in 80% of the starter projects I saw.
(1) Move the computation of nuxt-i18n metadata to your layout component

