Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome v50 network inspector really slow

Tags:

today my chrome is gone to v50 and I noticed a dramatic slowing when trying to open request/response headers detail in the devtools. Am I the only one?

like image 570
Nemus Avatar asked May 04 '16 08:05

Nemus


People also ask

What is resource loading in Chrome performance?

Resource loading typically involves processing the received data. you could find what the app actually does for 'resource loading' phase by opening the 'Main' section (Frames, Interactions, Main -..), it would list function calls and the total time / self-time details.

What is initiator in network tab?

"Initiator Other" usually means the network request was made from a user, not from Chrome, a redirect or a script. The request was fired when someone clicked a button (this is what your analytics is probably tracking). You can read more about this in the Chrome DevTools docs.


1 Answers

I am having the exact same problem after I upgrade to build 50.0.2661.xxx, and I don't use any theme. For now I just have to downgrade it to build 49.0.2623.xxx.

like image 128
Andy Avatar answered Oct 20 '22 21:10

Andy