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

Perf Home page in "Introduction to the Performance tool" #3345

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ms.author: msedgedevrel
ms.topic: conceptual
ms.service: microsoft-edge
ms.subservice: devtools
ms.date: 09/04/2023
ms.date: 01/16/2025
---
<!-- Copyright Kayce Basques

Expand Down Expand Up @@ -262,6 +262,20 @@ Finally, we set the new position of the icon, but this time we use `element.styl
To learn more, see [Use transform and opacity changes for animations](https://web.dev/stick-to-compositor-only-properties-and-manage-layer-count/#use-transform-and-opacity-changes-for-animations).


<!-- ====================================================================== -->
## Recommendations in live metrics
mikehoffms marked this conversation as resolved.
Show resolved Hide resolved

[Live metrics](https://developer.chrome.com/docs/devtools/performance/overview#live-metrics) provide metric-specific recommendations that help you configure your development environment as close as possible to what your users experience.
mikehoffms marked this conversation as resolved.
Show resolved Hide resolved

To get recommendations, [set up field data fetching](https://developer.chrome.com/docs/devtools/performance/overview#compare) from [Chrome UX Report (CrUX)](https://developer.chrome.com/docs/crux) and expand the **Consider your local test conditions** section in each metric card (if any) and **Consider real user environments** in the **Environment settings**.

Expanded sections with recommendations.

![Performance tool home page](./index-images/perf-home-page.png)

Follow the recommendations https://developer.chrome.com/docs/devtools/performance/overview#env-config to approximate the experience of your users.


<!-- ====================================================================== -->
## Next steps

Expand Down