Skip to content

Commit

Permalink
Merge pull request #209 from stephendonner/fix-timeToFirstInteractive
Browse files Browse the repository at this point in the history
Fix pref-name for time_to_first_interactive in Firefox
  • Loading branch information
pmeenan authored Oct 31, 2018
2 parents 22f9de7 + 20b5c88 commit c6697fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/support/Firefox/profile/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ user_pref("dom.max_chrome_script_run_time", 0);
user_pref("dom.max_script_run_time", 0);
user_pref("dom.webnotifications.enabled", false);
user_pref("dom.performance.time_to_dom_content_flushed.enabled", true);
user_pref("dom.performance.time_to_interactive.enabled", true);
user_pref("dom.performance.time_to_first_interactive.enabled", true);
user_pref("dom.performance.time_to_non_blank_paint.enabled", true);
user_pref("extensions.checkCompatibility", false);
user_pref("extensions.pocket.enabled", false);
Expand Down

0 comments on commit c6697fc

Please sign in to comment.