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

HAR Viewer Integration #16

Open
jameshopkins opened this issue Oct 24, 2016 · 1 comment
Open

HAR Viewer Integration #16

jameshopkins opened this issue Oct 24, 2016 · 1 comment
Assignees
Labels
Projects

Comments

@jameshopkins
Copy link
Collaborator

The main set of metrics we require to be rendered in the application UI (for MVP), is a 'waterfall' chart of assets from the tested page - in the same vain as the 'Network' tab in Chrome DevTools.

Background

The test agent will stream a fully-qualified JSON representation of the assets through a TCP socket into the application UI server. This will in turn be available to the browser through a WebSocket. The frequency of these messages is dictated by the speed in which the test agent's Chrome extension can resolve them, and pass them on.

Therefore, multiple re-renders of the 'HAR viewer' will occur - one on every new message from the WebSocket.

MVP

  • A non-interactive 'waterfall' chart of the assets from the test endpoint.

Questions

  • Since the 'HAR viewer' should be it's own standalone application, how can we embed it into the application UI?
@charypar
Copy link
Collaborator

For future reference and HAR parsing, the format specification: https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/HAR/Overview.html

@charypar charypar mentioned this issue Nov 23, 2016
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
MVP
In Progress
Development

No branches or pull requests

2 participants