Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Chrome developer tools works very slow

Sinсe Google Chrome was updated to 50.x version, it become impossible to work with DevTools. This issue reproduced mostly in "Network" tab. Every time when you click on "request" it takes about 30-40 sec. after that chrome can crash. Tried to delete all extensions, clear cache, and reinstall, but didn't help. Does anybody know how to fix this issue?

I'm running Chrome 50.0.2661.87 m

UPD: The problem may be occurs because of long headers. Try to close response and request headers.

like image 773
Kirrosh Avatar asked Apr 28 '16 11:04

Kirrosh


People also ask

Why developer tools is not working in Chrome?

Just had the same problem. The window is apparently minimized. On windows, hold the mouse on the chrome icon in the taskbar, when the thumb shows up, right click on it and select maximize window. Solution worked.

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.


1 Answers

I've been having similar issues for debugging in Chrome versions 50+ on Mac OS X 10.11.3. The only solution I've found so far is to keep the dev tools docked to the right and it seems to be as performant as before. Not the optimal solution, but it works in my case.

like image 134
Chris Kittredge Avatar answered Sep 21 '22 06:09

Chris Kittredge