Chrome Performance Profile Analyzer

The Chrome browser has a profiler tool which can be used to learn about your website's runtime performance. This website offers some basic options to analyze your Chrome Performance Profile traces. Some features include:

  • Filter out specific events
  • Filter out events based on timestamp
  • Quickly locate timestamps for user interaction events

Try one of these examples traces to analyze:

Flow NameHuluDisneyPlusNetflix
Slider Click: From a loaded page, click a slider buttonHulu SliderDisneyPlus SliderNetflix Slider
Scrolling Lazy Load: From a loaded page, scroll down and trigger a lazy load.Hulu LazyloadDisneyPlus LazyloadNetflix Lazyload
Open Playback: From a loaded page, open playback.Hulu PlaybackDisneyPlus PlaybackNetflix Playback

See an analysis on these user flows.

Upload one of your own traces (WIP)

Question, issues, bugs: GitHub