Minimizing SVGsWhen working with SVG's sometimes we just put the svg into our code and think nothing more of it. But do we always need all that code that the SVG gives us? Perhaps not. SVGO is a tool that can take an SVG and compress it down to a smaller size ensuring your site is more performant.performance
Improve Performance with Nuxt ImageShowing the benefits of Nuxt image by analyzing the performance of my website before and after adding the Nuxt Image module.nuxtperformance
How Progressive Web Apps workProgressive web apps will really help your performance and you can install them on your home screen or desktop and have that app like feel for your website. Let's have a look at how they work.nuxtperformance
Lite YouTube EmbedsIf you are adding YouTube videos to your site you might notice that they can load quite slowly especially when loading iframes. However this is a better way. With this library your YouTube videos will load super fast and your site will be more performant because of it.nuxtperformance
Adding a PWA in Nuxt.jsMost people don't realise how easy it really is to add a PWA with Nuxt.js. Progressive Web Apps (PWA) deliver native-like capabilities, reliability, and installability while reaching anyone, anywhere, on any device with a single codebase.nuxtperformance
Let's Analyze your webpack bundles with NuxtAs we add so many third party libraries to our site sometimes we forget that perhaps they are going to have an impact on our performance or sometimes we just don't read the install instructions and install the whole library instead of only what we need.nuxtperformance