Closed nocpp closed 3 months ago
6.6.3
https://github.com/nocpp/devtools-test/blob/main/index.html
Run this page by using the http service.
Open Google Chrome Developer Tools.
Open vue devtools panel.
Open Google Chrome Task Manager.
Close Google Chrome Developer Tools.
Observe the CPU usage of the task manager.
CPU usage is normal.
The CPU usage on this page exceeds 100%.
- MacBook Pro (13-inch, M1, 2020) - macOS Monterey 12.5.1 - Chrome 126.0.6478.185 (arm64)
After my debugging, I found that the issue was caused by this submission.
Due to the addition of eventListener after shutdown, but the cancellation of eventListener in proxy. js, the sending and listening of events continue to loop indefinitely. Suggest canceling this line.
same as the issues #2103
Vue devtools version
6.6.3
Link to minimal reproduction
https://github.com/nocpp/devtools-test/blob/main/index.html
Steps to reproduce & screenshots
Run this page by using the http service.
Open Google Chrome Developer Tools.
Open vue devtools panel.
Open Google Chrome Task Manager.
Close Google Chrome Developer Tools.
Observe the CPU usage of the task manager.
What is expected?
CPU usage is normal.
What is actually happening?
The CPU usage on this page exceeds 100%.
System Info
Any additional comments?
After my debugging, I found that the issue was caused by this submission.