Search code examples
google-chromegoogle-chrome-devtoolsmicrosoft-edgechromium

Resource timing doesn't add up in Chrome / Edge dev tools


What could be the reason that the timing of a resource loading doesn't add up?

As can be seen in the screenshot below, all steps are in the single digit ms, but total is 322.49.

Screenshot 1

The waterfall chart also shows an empty gap Screenshot 2


Solution

  • This is a known issue from making queries to localhost. Related SO question here