Guillaume Chau

Results 415 comments of Guillaume Chau
trafficstars

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:...

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. ![image](https://github.com/vuejs/devtools/assets/2798204/49401e27-4bfb-4085-b933-8b4982cff4a2) ![image](https://github.com/vuejs/devtools/assets/2798204/a113d7b2-fec5-4e29-a44e-65167644548b)

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': ![image](https://github.com/vuejs/devtools/assets/2798204/97ca0ce9-a494-4bec-95c7-39baaeea0aed)

Could you try clearing the extension storage? Make sure to have 'Developer mode' enabled in the Extensions page: ![image](https://github.com/vuejs/devtools/assets/2798204/4b9550ba-a5f1-4b32-8768-9e0fba1b4c18) Open the extension menu and click on 'Inspect Popup': ![image](https://github.com/vuejs/devtools/assets/2798204/9c01232d-7ac4-4f4d-9379-b911f6b4dbf2) In...

Does it work in edge?