From a9266921978be36f3b2ebf40aaec7d0ecaf4665c Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Wed, 8 Apr 2026 16:39:00 -0400 Subject: [PATCH] comment out gfx.webrender.layer-compositor --- Fastfox.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Fastfox.js b/Fastfox.js index 83f445c..086e883 100644 --- a/Fastfox.js +++ b/Fastfox.js @@ -3,7 +3,7 @@ * Fastfox * * "Non ducor duco" * * priority: speedy browsing * - * version: 148 * + * version: 150 * * url: https://github.com/yokoffing/Betterfox * ***************************************************************************************/ @@ -121,10 +121,10 @@ // [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1945683 // [2] https://www.reddit.com/r/firefox/comments/1p58qre/firefox_is_getting_ready_to_make_youtube_fast/ // [3] https://www.ghacks.net/2025/11/24/these-two-tweaks-should-improve-firefoxs-performance-on-youtube-significantly/ -user_pref("gfx.webrender.layer-compositor", true); +//user_pref("gfx.webrender.layer-compositor", true); // If your PC uses an AMD GPU, you might want to make a second change. // This one improves CPU usage on AMD systems. - //user_pref("media.wmf.zero-copy-nv12-textures-force-enabled", true); +//user_pref("media.wmf.zero-copy-nv12-textures-force-enabled", true); // PREF: if your hardware doesn't support Webrender, you can fallback to Webrender's software renderer // [1] https://www.ghacks.net/2020/12/14/how-to-find-out-if-webrender-is-enabled-in-firefox-and-how-to-enable-it-if-it-is-not/