Skip to content

TTID & TTFD for navigating between screens #1780

@buenaflor

Description

@buenaflor

Description

Implement:

  • TTID (Time to Initial Display) - for a screen, the time it takes to load the minimally interactive state (background, navigation, fast loading local content)

  • TTFD (Time to Full Display) - for a screen, the time it takes to completely render the screen, including content from disk/network

TTID:

  • enabled by default

TTFD:

  • disabled by default
  • opt-in with 30 seconds timeout where the span finishes with deadline exceeded
  • manually reported by user with Sentry.reportFullyDisplayed()

Metadata

Metadata

Assignees

Projects

Status

Done

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions