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

feat: perf measuring via onProgress events #503

Open
1 task
SgtPooki opened this issue Dec 5, 2024 · 1 comment
Open
1 task

feat: perf measuring via onProgress events #503

SgtPooki opened this issue Dec 5, 2024 · 1 comment
Labels
P1 High: Likely tackled by core team if no one steps up

Comments

@SgtPooki
Copy link
Member

SgtPooki commented Dec 5, 2024

We should do some exploratory work to investigate how we can get timing for events based on onProgress events.

To do this, we will likely need to configure some 'start' and 'end' events for various processes (networked-storage:findProviders:start, *:end, etc...), and the log the timing somewhere, maybe push up to honeycomb or other service.

  • Collate list of start/end events and confirm with team these are good events to start collecting timings for
@lidel
Copy link
Member

lidel commented Dec 5, 2024

Two options in regards of interface:

For high level the Server-Timing header gives us immediatelly useful UI in browser devtools:

@lidel lidel added the P1 High: Likely tackled by core team if no one steps up label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 High: Likely tackled by core team if no one steps up
Projects
None yet
Development

No branches or pull requests

2 participants