mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Update FastFox.js
This commit is contained in:
+8
-6
@@ -1,17 +1,19 @@
|
||||
/******
|
||||
/***********************************************************************************************
|
||||
*
|
||||
* name: FastFox
|
||||
* description: Improve FF performance
|
||||
* description: Increase FF rendering speed.
|
||||
* date: 24 March 2020
|
||||
* version 74
|
||||
* authors: hjs
|
||||
* author: hjs
|
||||
* url: https://github.com/hjstephens09/Better-Fox
|
||||
* license: MIT: https://github.com/hjstephens09/Better-Fox/blob/master/LICENSE
|
||||
******/
|
||||
*
|
||||
***********************************************************************************************/
|
||||
|
||||
|
||||
/***********************************************************************************************
|
||||
*
|
||||
* [NOTE] If you have 6GB of RAM or less, you will need to test these settings individually,
|
||||
* [NOTE] If you have 8GB of RAM or less, you will need to test these settings individually,
|
||||
* and in some cases, leave them to their defaults entirely.
|
||||
*
|
||||
* Adjust preferences found in FastFox to what is appropriate for your machine:
|
||||
@@ -36,7 +38,7 @@ user_pref("gfx.webrender.all", true);
|
||||
* new elements every 0.12 seconds). However, since these redraws will increase the total page load time, you can set a new value
|
||||
* of 500000(ms), which corresponds to 0.5 sec.
|
||||
* [1] https://www.download3k.com/articles/How-To-Optimize-Firefox-By-Tweaking-Hidden-Settings-In-The-about-config-Page-01955
|
||||
* default=leave unchanged
|
||||
* default=leave unchanged *//
|
||||
user_pref("content.notify.ontimer", true); // [HIDDEN]
|
||||
user_pref("content.notify.interval", 500000); // [HIDDEN]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user