Guillaume Chau
Guillaume Chau
We are working on a lot of improvements to the package thanks to @JorgenVatle help, it should be fixed in the upcoming release
By pre-rendering the routes of the optimized images: ```ts import fs from 'node:fs' import path from 'node:path' const testimonialPictures = fs.readdirSync(path.resolve(__dirname, 'public/testimonials')) export default defineNuxtConfig({ modules: [ '@nuxt/image', ], image:...
Could you provide some sort of reproduction I can run?
Please follow [this guide](https://devtools.vuejs.org/guide/devtools-perf.html) to help us identify performance issues. Thanks! :pray:
Please follow [this guide](https://devtools.vuejs.org/guide/devtools-perf.html) to help us identify performance issues. Thanks! :pray:
I can't reproduce with the provided repo on Chrome/Linux.  
Can you try: - restarting chrome - restarting the computer - another browser such as Firefox or Edge and report back?
Check that the extension has 'Site access' setting set to 'On all sites': 
Could you try clearing the extension storage? Make sure to have 'Developer mode' enabled in the Extensions page:  Open the extension menu and click on 'Inspect Popup':  In...
Does it work in edge?