Skip to content

Commit

Permalink
Merge pull request #694 from adobe/redirects-facet
Browse files Browse the repository at this point in the history
feat(oversight): add redirect checkpoint analysis
  • Loading branch information
trieloff authored Dec 11, 2024
2 parents 73a8528 + 687407b commit 465bbdb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools/oversight/explorer.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ <h2>TTFB</h2>
<dd>Internal Navigation</dd>
<dt>cwv-lcp</dt>
<dd>Largest Contentful Paint</dd>
<dt>redirect</dt>
<dd>Redirect</dd>
</dl>
</list-facet>
<literal-facet facet="click.source" drilldown="list.html">
Expand Down Expand Up @@ -325,6 +327,13 @@ <h2>TTFB</h2>
<thumbnail-facet facet="cwv-lcp.target">
<legend>LCP Element (Preview)</legend>
</thumbnail-facet>
<list-facet facet="redirect.source">
<legend>Redirect Source</legend>
</list-facet>

<list-facet facet="redirect.target">
<legend>Redirect Hops</legend>
</list-facet>
</facet-sidebar>
</div>
</div>
Expand Down

0 comments on commit 465bbdb

Please sign in to comment.