chrome devtools high cpu while mapping sources
yuri-g-taboola opened this issue · 2 comments
yuri-g-taboola commented
Describe the bug
The developer tools in Chrome utilizes high CPU while mapping the sources and it cause the whole page to be stuck for a few minutes
To Reproduce
- start the project with npm start
- open a post page
- open devtools and enable Javascript source maps if it's not enabled
- switch between devtools tabs and try to open a source file
Expected behavior
The page is not being stuck
Applicable Versions:
- Decap CMS version: 3.3.2
- Git provider: test-repo
- OS: Mac OS Sonoma 14.4
- Browser version Chrome Version 127.0.6533.100 (Official Build) (arm64)
- Node.JS version: v20.12.2
Additional context
Disabling the Javascript source maps solves the issue
martinjagodic commented
@yuri-g-taboola can you provide a screen recording of your issue? I have no issues with dev tools, nor have I heard about a similar issue from others.
yuri-g-taboola commented
@martinjagodic I can't reproduce it now either.