AJP
AJP

Reputation: 28453

Chrome: show DNS resolve time and other network timings

When you install the dev version of Chrome (on linux) there is a light grey box in the bottom left corner of the screen that shows when the DNS is being resolved, page is loading etc and is useful debugging information without having to pull up the network tab of the developer console.

Is there an option in non dev builds of Chrome to turn this on?

Upvotes: 10

Views: 17193

Answers (1)

jweyrich
jweyrich

Reputation: 32240

Try navigating to:

chrome://net-internals/#dns

Information about cache hits is available at:

chrome://dns/

To list all available pages:

chrome://chrome-urls/

Upvotes: 12

Related Questions