Measure time from navigation tap to screen fully loaded and interactive. Use when tracking screen transitions, deep links, or tab switches.
This skill inherits all available tools. When active, it can use any tool Claude has access to.
Time from tap to destination screen interactive (TTI).
TAP → TRANSITION → VIEW_INIT → DATA_LOAD → INTERACTIVE
|_____________________________________________|
Navigation Latency
| Rating | Duration |
|---|---|
| Good | <400ms |
| Acceptable | <1s |
| Poor | >1s |
onNavigationStart - user taps (source screen)onViewAppear - destination view visibleonContentReady - data loaded, interactiveSee references/ui-performance.md (Navigation Latency section) for:
skills/interaction-latency for button/tap response times (vs full screen loads)skills/user-journey-tracking to correlate navigation with user intent