Skip to content

Commit 37cc825

Browse files
Connor ClarkDevtools-frontend LUCI CQ
authored andcommitted
[RPP] Enable FontDisplay insight
Fixed: 352244504 Change-Id: I230577fb95ede2af2384f443f5c1b0ef6652f0e0 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6312725 Reviewed-by: Paul Irish <[email protected]> Commit-Queue: Connor Clark <[email protected]> Auto-Submit: Connor Clark <[email protected]>
1 parent 3d9d91d commit 37cc825

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

front_end/panels/timeline/components/SidebarSingleInsightSet.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ describeWithEnvironment('SidebarSingleInsightSet', () => {
6363
'INP by phase',
6464
'Layout shift culprits',
6565
'Improve image delivery',
66+
'Font display',
6667
'Optimize viewport for mobile',
6768
'Optimize DOM size',
6869
'CSS Selector costs',
@@ -76,6 +77,7 @@ describeWithEnvironment('SidebarSingleInsightSet', () => {
7677
'INP by phase',
7778
'Layout shift culprits',
7879
'Improve image delivery',
80+
'Font display',
7981
'Optimize viewport for mobile',
8082
'Optimize DOM size',
8183
'CSS Selector costs',
@@ -106,6 +108,7 @@ describeWithEnvironment('SidebarSingleInsightSet', () => {
106108
'LCP by phase',
107109
'Layout shift culprits',
108110
'Improve image delivery',
111+
'Font display',
109112
'3rd parties',
110113
'INP by phase',
111114
'LCP request discovery',

front_end/panels/timeline/components/SidebarSingleInsightSet.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ export interface SidebarSingleInsightSetData {
9090
* us to ship incrementally without turning insights on by default for all
9191
* users. */
9292
const EXPERIMENTAL_INSIGHTS: ReadonlySet<string> = new Set([
93-
'FontDisplay',
9493
'NetworkDependencyTree',
9594
]);
9695

0 commit comments

Comments
 (0)