Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 5 additions & 2 deletions core/config/default-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ const UIStrings = {
/** Title of the speed metrics section of the Performance category. Within this section are various speed metrics which quantify the pageload performance into values presented in seconds and milliseconds. */
metricGroupTitle: 'Metrics',
/** Title of the insights section of the Performance category. Within this section are various insights to give developers tips on how to improve the performance of their page. */
insightGroupTitle: 'Insights',
insightsGroupTitle: 'Insights',
/** Description of the insights section of the Performance category. Within this section are various insights to give developers tips on how to improve the performance of their page. */
insightsGroupDescription: 'These insights are also available in the Chrome DevTools Performance Panel - [record a trace](https://developer.chrome.com/docs/devtools/performance/reference) to view more detailed information.',
/** Title of an opportunity sub-section of the Performance category. Within this section are audits with imperative titles that suggest actions the user can take to improve the time of the first initial render of the webpage. */
firstPaintImprovementsGroupTitle: 'First Paint Improvements',
/** Description of an opportunity sub-section of the Performance category. Within this section are audits with imperative titles that suggest actions the user can take to improve the time of the first initial render of the webpage. */
Expand Down Expand Up @@ -333,7 +335,8 @@ const defaultConfig = {
title: str_(UIStrings.metricGroupTitle),
},
'insights': {
title: str_(UIStrings.insightGroupTitle),
title: str_(UIStrings.insightsGroupTitle),
description: str_(UIStrings.insightsGroupDescription),
},
'diagnostics': {
title: str_(UIStrings.diagnosticsGroupTitle),
Expand Down
32 changes: 24 additions & 8 deletions core/test/fixtures/user-flows/reports/sample-flow-result.json
Original file line number Diff line number Diff line change
Expand Up @@ -5346,7 +5346,8 @@
"title": "Metrics"
},
"insights": {
"title": "Insights"
"title": "Insights",
"description": "These insights are also available in the Chrome DevTools Performance Panel - [record a trace](https://developer.chrome.com/docs/devtools/performance/reference) to view more detailed information."
},
"diagnostics": {
"title": "Diagnostics",
Expand Down Expand Up @@ -9459,9 +9460,12 @@
"core/config/default-config.js | metricGroupTitle": [
"categoryGroups.metrics.title"
],
"core/config/default-config.js | insightGroupTitle": [
"core/config/default-config.js | insightsGroupTitle": [
"categoryGroups.insights.title"
],
"core/config/default-config.js | insightsGroupDescription": [
"categoryGroups.insights.description"
],
"core/config/default-config.js | diagnosticsGroupTitle": [
"categoryGroups.diagnostics.title"
],
Expand Down Expand Up @@ -12676,7 +12680,8 @@
"title": "Metrics"
},
"insights": {
"title": "Insights"
"title": "Insights",
"description": "These insights are also available in the Chrome DevTools Performance Panel - [record a trace](https://developer.chrome.com/docs/devtools/performance/reference) to view more detailed information."
},
"diagnostics": {
"title": "Diagnostics",
Expand Down Expand Up @@ -14607,9 +14612,12 @@
"core/config/default-config.js | metricGroupTitle": [
"categoryGroups.metrics.title"
],
"core/config/default-config.js | insightGroupTitle": [
"core/config/default-config.js | insightsGroupTitle": [
"categoryGroups.insights.title"
],
"core/config/default-config.js | insightsGroupDescription": [
"categoryGroups.insights.description"
],
"core/config/default-config.js | diagnosticsGroupTitle": [
"categoryGroups.diagnostics.title"
],
Expand Down Expand Up @@ -17793,7 +17801,8 @@
"title": "Metrics"
},
"insights": {
"title": "Insights"
"title": "Insights",
"description": "These insights are also available in the Chrome DevTools Performance Panel - [record a trace](https://developer.chrome.com/docs/devtools/performance/reference) to view more detailed information."
},
"diagnostics": {
"title": "Diagnostics",
Expand Down Expand Up @@ -19944,9 +19953,12 @@
"core/config/default-config.js | metricGroupTitle": [
"categoryGroups.metrics.title"
],
"core/config/default-config.js | insightGroupTitle": [
"core/config/default-config.js | insightsGroupTitle": [
"categoryGroups.insights.title"
],
"core/config/default-config.js | insightsGroupDescription": [
"categoryGroups.insights.description"
],
"core/config/default-config.js | diagnosticsGroupTitle": [
"categoryGroups.diagnostics.title"
],
Expand Down Expand Up @@ -25633,7 +25645,8 @@
"title": "Metrics"
},
"insights": {
"title": "Insights"
"title": "Insights",
"description": "These insights are also available in the Chrome DevTools Performance Panel - [record a trace](https://developer.chrome.com/docs/devtools/performance/reference) to view more detailed information."
},
"diagnostics": {
"title": "Diagnostics",
Expand Down Expand Up @@ -29814,9 +29827,12 @@
"core/config/default-config.js | metricGroupTitle": [
"categoryGroups.metrics.title"
],
"core/config/default-config.js | insightGroupTitle": [
"core/config/default-config.js | insightsGroupTitle": [
"categoryGroups.insights.title"
],
"core/config/default-config.js | insightsGroupDescription": [
"categoryGroups.insights.description"
],
"core/config/default-config.js | diagnosticsGroupTitle": [
"categoryGroups.diagnostics.title"
],
Expand Down
8 changes: 6 additions & 2 deletions core/test/results/sample_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7648,7 +7648,8 @@
"title": "Metrics"
},
"insights": {
"title": "Insights"
"title": "Insights",
"description": "These insights are also available in the Chrome DevTools Performance Panel - [record a trace](https://developer.chrome.com/docs/devtools/performance/reference) to view more detailed information."
},
"diagnostics": {
"title": "Diagnostics",
Expand Down Expand Up @@ -11938,9 +11939,12 @@
"core/config/default-config.js | metricGroupTitle": [
"categoryGroups.metrics.title"
],
"core/config/default-config.js | insightGroupTitle": [
"core/config/default-config.js | insightsGroupTitle": [
"categoryGroups.insights.title"
],
"core/config/default-config.js | insightsGroupDescription": [
"categoryGroups.insights.description"
],
"core/config/default-config.js | diagnosticsGroupTitle": [
"categoryGroups.diagnostics.title"
],
Expand Down
3 changes: 0 additions & 3 deletions shared/localization/locales/ar-XB.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/ar.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/bg.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/ca.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/cs.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/da.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/de.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/el.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/en-GB.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion shared/localization/locales/en-US.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/en-XA.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion shared/localization/locales/en-XL.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/es-419.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/es.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/fi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/fil.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/fr.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/he.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/hi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/hr.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/hu.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/id.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/it.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/ja.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions shared/localization/locales/ko.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading