Skip to content

Commit

Permalink
Bug 1892001 - remove the capture and storage of the performance metri…
Browse files Browse the repository at this point in the history
…c dcf, dom content fliushed (#2138)
  • Loading branch information
florinbilt authored May 28, 2024
1 parent 51b5c86 commit fedd6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/firefox/settings/firefoxPreferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const defaultFirefoxPreferences = {
// Preferences file used by the raptor harness
'dom.performance.time_to_non_blank_paint.enabled': true,
'dom.performance.time_to_contentful_paint.enabled': true,
'dom.performance.time_to_dom_content_flushed.enabled': true,
'dom.performance.time_to_dom_content_flushed.enabled': false,
'dom.performance.time_to_first_interactive.enabled': true,

// required for geckoview logging
Expand Down

0 comments on commit fedd6d8

Please sign in to comment.