v151 · performance · observability
PerformanceSoftNavigation & InteractionContentfulPaint
Two new PerformanceEntry types ship in Chrome 151: soft-navigation for tracking JS-driven SPA navigations, and interaction-contentful-paint for measuring when interaction-driven content first paints.
concepts
SPA Navigation Tracker
Simulate soft navigations between "pages" in a single-page app. A
PerformanceObservercapturessoft-navigationentries and displays timing data for each transition.Interaction Contentful Paint Monitor
Trigger an interaction (button click that loads content) and observe
interaction-contentful-paintentries via a livePerformanceObserver, with timing breakdown.Entry Inspector
A live feed of every
PerformanceEntrythat arrives — filter by type, inspect raw data, and see which entry types your browser actually emits.