Introduction

- Nuxt Speedkit (v1) documentation has been moved to nuxt-speedkit.grabarzundpartner.dev/v1/.
- Upgrading from Nuxt Speedkit (v1) ? Check out the Migration Guide.
Nuxt Speedkit takes over the lighthouse performance optimization of your generated website.
In order to achieve a performance score of 100/100, only the necessary resources located in the current viewport may be initialized when the page is loaded. This includes images, fonts and the js-modules. Until now, there has been no practical and usable concept to help developers maintain an overview and enable accurate targeting in NuxtJS projects.
This module addresses this problem and provides a holistic approach to intelligently load the necessary viewport related resources to reduce FCP, DCL, TTI, TBT and CLS.
We didn't reinvent the whole wheel. We adapt the lazy hydration concept of Markus Oberlehner to load js components in an efficient way, use the nuxt/image module as a base to retrieve optimized image resolutions for our picture and image components and add some new stuff to obtain a holistic solution.
Requirements
Features
We provide the following CMS-friendly features: