Bug 1394455 - Disable tab warming until bug 1397426 is fixed. :( r?florian draft
authorMike Conley <mconley@mozilla.com>
Wed, 06 Sep 2017 16:01:06 -0400
changeset 660279 3119046849c0b7003dee577b38dcdeb62e5abe4a
parent 659233 973e8b890a62aee4b3170558ac3b608928162ef6
child 730190 5b404a48ce602cedebc7c8a11638d61ac6db416a
push id78351
push usermconley@mozilla.com
push dateWed, 06 Sep 2017 20:08:07 +0000
reviewersflorian
bugs1394455, 1397426
milestone57.0a1
Bug 1394455 - Disable tab warming until bug 1397426 is fixed. :( r?florian MozReview-Commit-ID: Hz7uXUIYe1G
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -1561,17 +1561,18 @@ pref("browser.tabs.remote.desktopbehavio
 // We leave it here set to false to reset users' defaults and allow
 // us to change everybody to true in the future, when desired.
 pref("browser.tabs.remote.autostart.1", false);
 pref("browser.tabs.remote.autostart.2", true);
 #endif
 
 // For speculatively warming up tabs to improve perceived
 // performance while using the async tab switcher.
-pref("browser.tabs.remote.warmup.enabled", true);
+// Disabled until bug 1397426 is fixed.
+pref("browser.tabs.remote.warmup.enabled", false);
 pref("browser.tabs.remote.warmup.maxTabs", 3);
 pref("browser.tabs.remote.warmup.unloadDelayMs", 2000);
 
 // For the about:tabcrashed page
 pref("browser.tabs.crashReporting.sendReport", true);
 pref("browser.tabs.crashReporting.includeURL", false);
 pref("browser.tabs.crashReporting.requestEmail", false);
 pref("browser.tabs.crashReporting.emailMe", false);