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

Use HAR timings in timing tab and legend #70

Merged
merged 3 commits into from Dec 6, 2016
Merged

Use HAR timings in timing tab and legend #70

merged 3 commits into from Dec 6, 2016

Conversation

soulgalore
Copy link
Collaborator

The timing tab was generated by timings specific for WebPageTest HAR files
instead of using HAR generic timings #69 and the legend also used WebPageTest (and resource timing) timing names #68

Now we use the default names in the HAR.

soulgalore and others added 3 commits December 5, 2016 18:28
The timing tab was generated by timings specific for WebPageTest HAR files
instead of using HAR generic timings #69 and the legend also used WebPageTest (and resource timing) timing names #68

Now we use the default names in the HAR.
@@ -8,7 +8,7 @@ export function makeLegend(): HTMLUListElement {
ulNode.innerHTML = `
<li class="legend-blocked">Blocked</li>
<li class="legend-dns">DNS</li>
<li class="legend-ssl">SSL</li>
<li class="legend-ssl">SSL (TLS)</li>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to clarify that in 99% on the case is is nowadays TLS and not SSL

@micmro micmro merged commit 6e4fd3f into master Dec 6, 2016
@tobli tobli deleted the use-har-timings branch December 31, 2016 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants