I'm using the vue-slick-carousel in my nuxt project with the following config:
(I'm using my custom lazy image component which loads the first image normally while the others in lazy mode)
after nuxt build && nuxt start I tested the project before and after using the vue-slick-carousel and found out that it decreases by 20pts (from 76pts in performance to 54)...
Metrics
First Contentful Paint 4.2 s (red)
Speed Index 4.2 s (orange)
Largest Contentful Paint 5.1 s (red)
Time to Interactive 5.4 s (orange)
Total Blocking Time 300 ms (orange)
Cumulative Layout Shift 0.527 (red)
here are some opportunities that lighthouse listed:
I'm using the vue-slick-carousel in my nuxt project with the following config: (I'm using my custom lazy image component which loads the first image normally while the others in lazy mode)
after
nuxt build && nuxt start
I tested the project before and after using thevue-slick-carousel
and found out that it decreases by 20pts (from 76pts in performance to 54)...Metrics
here are some opportunities that lighthouse listed: