Skip to content

Commit

Permalink
update ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
csabapalfi committed Feb 2, 2021
1 parent cbee31a commit 7db1fa6
Showing 1 changed file with 30 additions and 33 deletions.
63 changes: 30 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,36 @@ If you're just getting started check out [web.dev/metrics](https://web.dev/metri

<!-- toc -->

- [Awesome Page Speed Metrics ![Awesome](https://awesome.re)](#awesome-page-speed-metrics-)
- [Contents](#contents)
- [Concepts](#concepts)
- [Lab Data (Synthetic Measurements)](#lab-data-synthetic-measurements)
- [Field Data (Real User Monitoring - RUM)](#field-data-real-user-monitoring---rum)
- [Critical rendering path](#critical-rendering-path)
- [Long tasks](#long-tasks)
- [User-centric metrics](#user-centric-metrics)
- [Rendering metrics](#rendering-metrics)
- [First Contentful Paint (FCP)](#first-contentful-paint-fcp)
- [Largest Contentful Paint (LCP)](#largest-contentful-paint-lcp)
- [Cumulative Layout Shift (CLS)](#cumulative-layout-shift-cls)
- [Visually Complete](#visually-complete)
- [Speed Index](#speed-index)
- [(Hero) Element Timing](#hero-element-timing)
- [Interactivity metrics](#interactivity-metrics)
- [Time to Interactive (TTI)](#time-to-interactive-tti)
- [Total Blocking Time (TBT)](#total-blocking-time-tbt)
- [First Input Delay (FID)](#first-input-delay-fid)
- [Max Potential First Input Delay](#max-potential-first-input-delay)
- [Network metrics](#network-metrics)
- [DNS latency](#dns-latency)
- [TCP and SSL/TLS latency](#tcp-and-ssltls-latency)
- [Time to First Byte (TTFB)](#time-to-first-byte-ttfb)
- [Transferred bytes](#transferred-bytes)
- [Other metrics](#other-metrics)
- [Google PageSpeed Insights score](#google-pagespeed-insights-score)
- [User Timing](#user-timing)
- [Server Timing](#server-timing)
- [Frame rate](#frame-rate)
- [DOMContentLoaded](#domcontentloaded)
- [window.load](#windowload)
- [License](#license)
- [Concepts](#concepts)
- [Lab Data (Synthetic Measurements)](#lab-data-synthetic-measurements)
- [Field Data (Real User Monitoring - RUM)](#field-data-real-user-monitoring---rum)
- [Critical rendering path](#critical-rendering-path)
- [Long tasks](#long-tasks)
- [User-centric metrics](#user-centric-metrics)
- [Rendering metrics](#rendering-metrics)
- [First Contentful Paint (FCP)](#first-contentful-paint-fcp)
- [Largest Contentful Paint (LCP)](#largest-contentful-paint-lcp)
- [Cumulative Layout Shift (CLS)](#cumulative-layout-shift-cls)
- [Visually Complete](#visually-complete)
- [Speed Index](#speed-index)
- [(Hero) Element Timing](#hero-element-timing)
- [Interactivity metrics](#interactivity-metrics)
- [Time to Interactive (TTI)](#time-to-interactive-tti)
- [Total Blocking Time (TBT)](#total-blocking-time-tbt)
- [First Input Delay (FID)](#first-input-delay-fid)
- [Max Potential First Input Delay](#max-potential-first-input-delay)
- [Network metrics](#network-metrics)
- [DNS latency](#dns-latency)
- [TCP and SSL/TLS latency](#tcp-and-ssltls-latency)
- [Time to First Byte (TTFB)](#time-to-first-byte-ttfb)
- [Transferred bytes](#transferred-bytes)
- [Other metrics](#other-metrics)
- [Google PageSpeed Insights score](#google-pagespeed-insights-score)
- [User Timing](#user-timing)
- [Server Timing](#server-timing)
- [Frame rate](#frame-rate)
- [DOMContentLoaded](#domcontentloaded)
- [window.load](#windowload)

<!-- tocstop -->

Expand Down

0 comments on commit 7db1fa6

Please sign in to comment.