Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Chrome Developer Toolkit is Slow

I have been using Google Chrome's dev tool kit (element inspection, stack trace, javascript debugging, etc.) for some time with great success.

However, about two weeks ago, it suddenly became VERY sluggish. For example, when I right-click an element in the UI and then click "Inspect Element", or when I simply press F12, the code window takes 30-45 seconds to come up. It used to happen in less than a second.

Has anyone else run into this problem? If so, were you able to correct it? How?

Thanks in advance!

Matt

like image 354
Matt Cashatt Avatar asked Nov 14 '11 16:11

Matt Cashatt


People also ask

How do I stop Chrome from stalling time?

Every once in a while, 3-4 of those files will get stuck in "Stalled" state. All the files are . png files. The only fix is to close the tab, reopen another table and re-open dev tools.

What is resource loading in Chrome performance?

Chrome offers a developer toolkit that allows you to run some tests that are helpful in troubleshooting loading of resources on a website.


2 Answers

I've had the same problem, tried the same solutions without luck, until I fired procmon and saw that Chrome was actually reading my entire Projects folder (which is several hundred thousand files worth).

There was a reference to that folder in the Workspace/Folders section in the dev tools Settings app. Removing the reference solved the problem.

like image 109
Pablo Montilla Avatar answered Oct 02 '22 22:10

Pablo Montilla


This was solved by clearing my cache (temp files, cookies, etc) in Chrome. Not sure what the root cause was, but that fixed the problem.

like image 33
Matt Cashatt Avatar answered Oct 02 '22 20:10

Matt Cashatt