Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recordings: Unified Inspector + Network #13374

Closed
13 of 16 tasks
benjackwhite opened this issue Dec 16, 2022 · 0 comments · Fixed by #13433
Closed
13 of 16 tasks

Recordings: Unified Inspector + Network #13374

benjackwhite opened this issue Dec 16, 2022 · 0 comments · Fixed by #13433
Assignees
Labels
enhancement New feature or request

Comments

@benjackwhite
Copy link
Contributor

benjackwhite commented Dec 16, 2022

Recordings: Unified Inspector + Network panel

In addition to the current Events and Console tab we want to add a Network (or Performance) tab containing useful network information gathered using the web PerformanceObserver API.

This would allow people to understand where the network may have had an affect. "The user seemed frustrated, oh - there was a 5 second API request. That's interesting"

2022-12-16 12 50 35

We currently have a WIP update to the "Inspector" area which:

  • Adds a new panel called "Performance" which is mostly network requests currently
  • Ads an "All" panel which is a unified view of all the tabs

Outstanding work for release

It's pretty close but there are some missing / additional things needed before it is ready for the prime time

Remaining tasks

  • Indicate the point in the recording on the right hand side
  • Loading states
  • Fix "Only show matching events"
  • Have a button to "go to current time"
    • Auto-follow the recording
  • Add notice for Console and Performance if they are not enabled
  • Persist the chosen tab
  • Persist the "relative / absolute" configuration
  • Make mini-filters work
    • And persist them
  • Improve performance of scrolling and loading
  • Clean up properties listed in network expanded panel
  • Make sure multiple windows work

Stretch goals

Closes #12096

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant