decaporg / decap-cms

A Git-based CMS for Static Site Generators
https://decapcms.org
MIT License
17.79k stars 3.03k forks source link

chrome devtools high cpu while mapping sources #7268

Closed yuri-g-taboola closed 1 week ago

yuri-g-taboola commented 1 month ago

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

  1. start the project with npm start
  2. open a post page
  3. open devtools and enable Javascript source maps if it's not enabled
  4. switch between devtools tabs and try to open a source file

Expected behavior The page is not being stuck

Applicable Versions:

Additional context

Disabling the Javascript source maps solves the issue

martinjagodic commented 2 weeks ago

@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 1 week ago

@martinjagodic I can't reproduce it now either.