From 7db1fa68bb9aceaf07d01a60ad75e5d801a6e7c0 Mon Sep 17 00:00:00 2001 From: Csaba Palfi Date: Tue, 2 Feb 2021 22:47:27 +0000 Subject: [PATCH] update ToC --- README.md | 63 ++++++++++++++++++++++++++----------------------------- 1 file changed, 30 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index b2a9853..5334810 100644 --- a/README.md +++ b/README.md @@ -8,39 +8,36 @@ If you're just getting started check out [web.dev/metrics](https://web.dev/metri -- [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)