Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smnandre authored Jul 13, 2024
1 parent d6f20e3 commit c55260f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,10 @@ $metrics = $analysis->getLoadingMetrics();
| # | Abbr | Metric | Description |
|------|--------------|-------------------------------|--------------------------------------------------------------------------------------------------|
| 🖼️ | **FCP** | **First Contentful Paint** | Time taken for the first piece of content to appear on the screen. |
| ⏱️ | **TTI** | **Time to Interactive** | Time taken for the page to become fully interactive. |
| 📏 | **SI** | **Speed Index** | How quickly the contents of a page are visibly populated. |
| 📊 | **CLS** | **Cumulative Layout Shift** | Measure of visual stability; the sum of all individual layout shift scores. |
|| **LCP** | **Largest Contentful Paint** | Time taken for the largest content element to appear. |
| | **TBT** | **Total Blocking Time** | Total time that the main thread was blocked, preventing user interaction. |
| ⏱️ | **INP** | Interaction to Next Paint | The time from when a user interacts with a page (e.g., clicks a button) to the next time the page visually updates in response to that interaction. |


## Contributing
Expand Down

0 comments on commit c55260f

Please sign in to comment.