Skip to content

Commit 23bd6b3

Browse files
committed
improve css selec costs
1 parent 31f51d0 commit 23bd6b3

4 files changed

Lines changed: 12 additions & 2 deletions

File tree

537 Bytes
Loading
-34.9 KB
Loading
265 Bytes
Loading

microsoft-edge/devtools-guide-chromium/whats-new/2024/11/devtools-131.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,24 @@ This is now fixed, and you can disable these experiments.
3535

3636

3737
<!-- ====================================================================== -->
38-
## View CSS selector stats information in the Insights tab of the sidebar panel in the Performance tool
38+
## View CSS selector costs in the Performance tool sidebar
3939

4040
<!-- When the "Enable CSS selector stats (slow)" setting is turned on, view selector stats information in the left sidebar of the Performance tool.-->
4141

42-
The left sidebar in the **Performance** tool includes information about CSS selector costs in the **Insights** tab. To view this, select the **Enable CSS selector stats (slow)** checkbox, take a performance recording, open the sidebar, and then expand the **CSS selector costs** section:
42+
The left sidebar in the **Performance** tool displays the costs of CSS selectors in the **Insights** tab:
4343

4444
![CSS selector costs info](./devtools-131-images/selector-stats-info.png)
4545

46+
To view CSS selector costs:
47+
48+
1. In the **Performance** tool, click the **Capture settings** (![Capture settings icon](./devtools-131-images/capture-settings-icon.png)) button, and then select the **Enable CSS selector stats (slow)** checkbox.
49+
50+
1. Take a performance recording.
51+
52+
1. If the **Insights** tab isn't displayed, click the **Show sidebar** (![Show sidebar icon](./devtools-131-images/show-sidebar-icon.png)) button, and then click the **Insights** tab.
53+
54+
1. Click the **CSS Selector costs** button to expand its section.
55+
4656

4757
<!-- ====================================================================== -->
4858
## Fixed edit field to exit after pressing tab after auto-completion

0 commit comments

Comments
 (0)