Skip to content

Commit c6697fc

Browse files
authored
Merge pull request #209 from stephendonner/fix-timeToFirstInteractive
Fix pref-name for time_to_first_interactive in Firefox
2 parents 22f9de7 + 20b5c88 commit c6697fc

File tree

1 file changed

+1
-1
lines changed
  • internal/support/Firefox/profile

1 file changed

+1
-1
lines changed

internal/support/Firefox/profile/prefs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ user_pref("dom.max_chrome_script_run_time", 0);
5555
user_pref("dom.max_script_run_time", 0);
5656
user_pref("dom.webnotifications.enabled", false);
5757
user_pref("dom.performance.time_to_dom_content_flushed.enabled", true);
58-
user_pref("dom.performance.time_to_interactive.enabled", true);
58+
user_pref("dom.performance.time_to_first_interactive.enabled", true);
5959
user_pref("dom.performance.time_to_non_blank_paint.enabled", true);
6060
user_pref("extensions.checkCompatibility", false);
6161
user_pref("extensions.pocket.enabled", false);

0 commit comments

Comments
 (0)