Open F12 and use tools ,The page is obviously stuck.
Test content: switching pages or page interaction
- windows 11 (RAM 32G)(multiple computers)
- chrome: 120
- vue: 3.4.3
- vite: 4.5.1
- tool: last
- tool show active page component: 600
- project modules: 3600
(other project test about the same ↓)( gif contrast is relatively poor)
1. F12 + tools (degree of lag:4)
2. only F12 (degree of lag:1)
3. only tools (degree of lag:1)
4. none (degree of lag:0)
Seems you are also use the Vue DevTools Chrome Extensions, can you disable it and try again?
5. off Chrome Extensions,F12 + tools
6. off Chrome Extensions,F12
Nothing seems to have changed (5 ≈ 1)(6 ≈ 2)
Seems you are also use the Vue DevTools Chrome Extensions, can you disable it and try again?
I'm also seeing the same issue in my host apps.
I don't think disabling the Chrome extension is a valid solution - I have to work between multiple projects; some use the new beta dev tools, some must use the old Chrome extension.
Disabling the extension does seem to resolve the issue, but ideally the Vite plugin could resolve without this being needed
Seems you are also use the Vue DevTools Chrome Extensions, can you disable it and try again?
I'm also seeing the same issue in my host apps.
I don't think disabling the Chrome extension is a valid solution - I have to work between multiple projects; some use the new beta dev tools, some must use the old Chrome extension.
Disabling the extension does seem to resolve the issue, but ideally the Vite plugin could resolve without this being needed
Try disabling Chrome Extension just to confirm where the issue is coming from. Are there performance issues when they are enabled at the same time, and when Chrome DevTools is not opened (via F12)?
It doesn't seem to be related.
Tool & Chrome extension
For me, the page only becomes unresponsive when the Chrome extension is also enabled.
Multiple engineers on my team have confirmed at least in our repos, the issue is resolved when the Chrome extension is disabled.
Does everything work fine when using an older version of Vue Devtools browser extension?
Does everything work fine when using an older version of Vue Devtools browser extension?
Sometimes it's very stuck and rarely used.
Looks like there is not too much data... I'm unsure of the root reason, but we will test some cases to find it.
Looks like there is not too much data... I'm unsure of the root reason, but we will test some cases to find it.
I will provide more data when I have time.
Looks like there is not too much data... I'm unsure of the root reason, but we will test some cases to find it.
I will provide more data when I have time.
Thanks, looking forward to it.
Is this issue fixed now?
We have recently implemented several improvements through #429 and #268, which have significantly enhanced speed.
For users still experiencing slow performance, we recommend upgrading to version v7.3.0. Please test with this version to see if the issue is resolved.
If the problem persists after upgrading, let us know, and we will continue to investigate further.
We have recently implemented several improvements through #429 and #268, which have significantly enhanced speed.
For users still experiencing slow performance, we recommend upgrading to version v7.3.0. Please test with this version to see if the issue is resolved.
If the problem persists after upgrading, let us know, and we will continue to investigate further.
If I have time, I will participate in the test. Thank you for your work.
I switched to the same branch as above and upgraded the tools version. Here is a test preview. When I opened F12, I saw obvious lag.