Thursday, April 1, 2010

speed up firefox

@echo off
echo -----------------Speed Up Firefox--------------
echo -_-_-_-_-_-_Brought to you By Nurrica-_-_-_-_-_-_-_

pause
echo ------------------------------------------------------------------------------
echo 1. In the URL bar, type about:config and press enter.

echo ------------------------------------------------------------------------------
echo 2. Double Click on the following settings and put in the numbers below
echo for the true/false bootleans theyll change when you double click.
echo ------------------------------------------------------------------------------
echo Note: If the number is higher leave it
echo (Some vaules have been upgraded with the new firefox)
echo ------------------------------------------------------------------------------
echo Code:
echo browser.tabs.showSingleWindowModePrefs true
echo network.http.max-connections 48
echo network.http.max-connections-per-server 16
echo network.http.max-persistent-connections-per-proxy 8
echo network.http.max-persistent-connections-per-server 4
echo network.http.pipelining true
echo network.http.pipelining.maxrequests 100
echo network.http.proxy.pipelining true
echo network.http.request.timeout 300
echo ------------------------------------------------------------------------------
echo ------------------------------------------------------------------------------
echo 3. One more thing Right-click somewhere on that screen
echo and add a NEW -> Integer.
echo Name it nglayout.initialpaint.delay and set its value to 0
echo This value is the amount of time the browser waits before it
echo acts on information it receives.
echo Since youre broadband it shouldn’t have to wait.
echo ------------------------------------------------------------------------------
echo Now you should notice youre loading pages MUCH faster now!
Pause
cls