Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove non-exisiting performance api articles #28946

Merged
merged 1 commit into from
Sep 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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