polydev icon indicating copy to clipboard operation
polydev copied to clipboard

Add MOAR metrics!

Open ebidel opened this issue 10 years ago • 2 comments

The perf bookmarklet at https://gist.github.com/ebidel/57c9e9379ec6b0bda16d has some numbers that would be interesting to add:

  • first paint
  • page load
  • resource timing api load times for the page's top level html imports.
  • instance count
  • properties that are set to reflectToAttribute and the element that the property belongs to (can be a source of bad perf)
  • WebComponentsReady firing time
  • HTMLImportsLoaded firing time

ebidel avatar Sep 08 '15 19:09 ebidel

Instance count is there in there count column. It's the total instance count since page load, not just the current in-document count.

For import load times, does a top-level import's load time include it's transitive import's load times?

justinfagnani avatar Sep 08 '15 20:09 justinfagnani

It's hard to say because of https://code.google.com/p/chromium/issues/detail?id=505279.

ebidel avatar Sep 08 '15 20:09 ebidel