Skip to content

Commit

Permalink
Remove non-exisiting performance api articles (#28946)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elchi3 authored Sep 5, 2023
1 parent 37cafbf commit 85fe454
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions files/en-us/web/api/performance_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,40 +90,6 @@ The following guides help you to understand key concepts of the Performance API
- [Navigation timing](/en-US/docs/Web/API/Performance_API/Navigation_timing): Measuring navigation timing of a document.
- [User timing](/en-US/docs/Web/API/Performance_API/User_timing): Measuring and recording performance data custom to your application.
- [Server timing](/en-US/docs/Web/API/Performance_API/Server_timing): Collecting server-side metrics.
- Paint timing
- Long task timing
- Largest contentful paint
- Event timing
- Element timing
- Layout shift

## How-Tos

The following how-to pages provide practical information and best practices when using the Performance API:

How to ...

- Observe performance data
- Collect custom metrics on the client side
- Collect custom metrics on the server side
- Measure FCP
- Measure LCP
- Measure FID
- Measure TTI
- Measure TBT
- Measure CLS
- Measure TTFB
- Sync timings between window and worker contexts
- Set HTTP headers for Performance APIs to work best
- Use the Beacon API to log performance information
- Record rage clicks
- Manage buffer sizes when recording a lot of PerformanceEntry objects

## Tutorials

The following course helps you to take your first steps with the Performance API:

- Instrumenting a sample application

## Specifications

Expand Down

0 comments on commit 85fe454

Please sign in to comment.