How to optimize Firefox faster than chrome Firefox has always been much faster than IE, but after Google Chrome is released, Firefox is more like a tortoise in the race than Firefox. This articleArticleProvides optimization methods to make Firefox faster than chrome:
1. Install bleachbit (download a multi-language version that supports Linux and Windows and is included in the Ubuntu and Debian software repositories), an open-source tool dedicated to releasing disk space, the Firefox cache and history can be cleared to improve the startup speed.
2. Enter "about: config" in the address bar and change the settings to render the webpage faster: Create an integer content. policy. backoffcount. Set the value to 5. Create a value named nglayout. initialpaint. delay, set to 0. The first value is to prevent Firefox from rendering after the entire web page is downloaded. The second value is to improve the rendering speed. Do not wait until all the layout information of the web page is downloaded before rendering.
3. Optimization history: open about: config and save the browsing history Expiration days browser. history_expire_days from the default 180 days to 7 days, browser. history_expire_days_min is changed from the default 90 days to 7 days (the two values can also be 14 or other lower days), browser. history_expire_sites defines that the maximum number of Websites stored is reduced from 40000 by default.
4. Acceleration menu: open about: config and create a new integer UI. submenudelay. The value is set to 0.
5. Disable Ipv6. IPv4 is still the mainstream, and the number of IPv6 instances is small. Therefore, disabling IPv6 increases the speed by enabling about: config and network. DNS. change disableipv6 from 'false' to 'true' by default '.
6. Increase the cache space. If your memory is 2 GB, set the cache to a larger value: open about: config and create browser. cache. Memory. Capacity to 32768. "
7. Use the tracemonkey JavaScript Engine: open about: config, change Javascript. Options. JIT. Chrome to true, and set Javascript. Options. JIT. content to true.
8. Optimize TCP: open about: config and add (not supported by some servers)
Browser. Tabs. showsinglewindowmodeprefs-true
Network. http. Max-Connections-48
Network. http. Max-Connections-per-server-16
Network. http. Max-persistent-Connections-per-proxy-8
Network. http. Max-persistent-Connections-per-server-4
Network. http. pipelining-true
Network. http. pipelining. maxrequests-8
Network. http. Proxy. pipelining-true
Network. http. Request. Timeout-300
Content. Contents Y. ontimer-true
Trim_on_minimize-true (Windows only)
Content. Interrupt. parsing-true
Content. Max. tokenizing. Time-2250000
Content. maxtextrun-8191
Content. Contents Y. interval-750000
Content. Switching. threshold-750000