Skip to content

Commit a876d8d

Browse files
authored
Merge pull request #14 from radum/patch-1
Update README with a Table of Contents
2 parents 7b528af + 94ff6de commit a876d8d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
A curated list of snippets to get Web Performance metrics to use in the browser console
44

5+
- [⚡️💾 Web Performance Snippets](#️-web-performance-snippets)
6+
- [Core Web Vitals](#core-web-vitals)
7+
- [Largest Contentful Paint (LCP)](#largest-contentful-paint-lcp)
8+
- [Cumulative Layout Shift](#cumulative-layout-shift)
9+
- [Loading](#loading)
10+
- [Time To First Byte](#time-to-first-byte)
11+
- [Scripts Loading](#scripts-loading)
12+
- [Resources hints](#resources-hints)
13+
- [Find Above The Fold Lazy Loaded Images](#find-above-the-fold-lazy-loaded-images)
14+
- [Find non Lazy Loaded Images outside of the viewport](#find-non-lazy-loaded-images-outside-of-the-viewport)
15+
- [Image Info](#image-info)
16+
- [Fonts Preloaded, Loaded, and Used Avobe The Fold](#fonts-preloaded-loaded-and-used-avobe-the-fold)
17+
- [First And Third Party Script Info](#first-and-third-party-script-info)
18+
- [First And Third Party Script Timings](#first-and-third-party-script-timings)
19+
- [Interaction](#interaction)
20+
- [Long Task](#long-task)
21+
- [Layout Shifts](#layout-shifts)
22+
523
## Core Web Vitals
624

725
### Largest Contentful Paint (LCP)

0 commit comments

Comments
 (0)