| You are Unregistered, please register to gain Full access. |
|
![]() |
|
|||
|
|
||||
|
||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
||||||||||||
|
||||||||||||
Here is a trick to make your Mozilla Firefox 10 times faster
THIS IS A VERY SIMPLE TRICK.....NO SOFTWARE REQUIRED......NO DL REQUIRED 1. Type "about:config" into the address bar and hit enter. Scroll down and look for the following entries: 2. Alter the entries as follows: Set "network.http.pipelining" to "true" (To change just double click on the line) Set "network.http.proxy.pipelining" to "true" Set "network.http.pipelining.maxrequests" to a number like 30. This means it will make 30 requests at once. 3. Lastly right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it recieves. NOTE: This trick only works for broadband users not for dialup
__________________
![]() CLICK ON ![]() Like my Uploads/Torrents. Help keep them Flowing by downloading a trailer as a free user.MOVIE Chat
GO Premium
|
| The Following 17 Users Say Thank You to bpage020602 For This Useful Post: | ||
barfdog (08-21-2008), cabo12072 (08-20-2008), Chevyguy85 (08-20-2008), ClArEt1882 (08-29-2008), Cloudstrife (08-20-2008), dazzler71 (08-20-2008), Dogwallah (08-20-2008), doom2 (08-20-2008), huggles (08-20-2008), Jerry (08-20-2008), JLIT (08-21-2008), mcdanielnc89 (08-21-2008), oscar73 (09-08-2008), PoppaButch (08-28-2008), SUpA (08-20-2008), T.S (08-20-2008), warner (08-30-2008) | ||
| Sponsored Links |
|
|
|
#2
|
||||||||||||
|
||||||||||||
Nice manipulation of FF
|
| The Following User Says Thank You to Jerry For This Useful Post: | ||
bpage020602 (08-20-2008) | ||
|
#3
|
|||||||||||
|
|||||||||||
Or you can just download FasterFox plugin which does exactly the same...
__________________
![]() ![]() ![]() My Photobucket Gallery (In Progress) - http://s330.photobucket.com/albums/l438/Kalik2k/
|
| The Following 5 Users Say Thank You to Kalik2k For This Useful Post: | ||
barfdog (08-21-2008), bigfrank49 (08-21-2008), bpage020602 (08-20-2008), LuvDlphn (08-21-2008), Plush (08-20-2008) | ||
|
#4
|
||||||||||||
|
||||||||||||
thanks man, hopefully I didn't fuck something up!!
|
| The Following User Says Thank You to SUpA For This Useful Post: | ||
bpage020602 (08-20-2008) | ||
|
#5
|
||||||||||||
|
||||||||||||
Very Nice!!!!!!
__________________
![]() Say Thanks by downloading these Free Downloads Code:
http://rapidshare.com/files/129343561/How_To_DIY_-_159_PDFs.rar http://rapidshare.com/files/129397026/1000_Tutorials.rar
|
| The Following User Says Thank You to doom2 For This Useful Post: | ||
bpage020602 (08-20-2008) | ||
|
#6
|
||||||||||||
|
||||||||||||
good stuff mate!
__________________
|
| The Following User Says Thank You to Cloudstrife For This Useful Post: | ||
bpage020602 (08-20-2008) | ||
|
#7
|
||||||||||||
|
||||||||||||
Works great! Thanks so much for caring to share this useful HOT tip
__________________
Click here to get your awesome PeerDen Premium membership account today
"Our greatest glory is not in never falling, but in rising every time we fall". Confucius (`·.¸¸.·´¯`·.¸¸.·´¯`(> BDS <)´¯`·.¸¸.·´¯`·.¸¸.·´) (`·.¸¸.·´¯`·.¸¸.·´¯`(> Barfdog <)´¯`·.¸¸.·´¯`·.¸¸.·´) (`·.¸¸.·´¯`·.¸¸.·´¯`(> Demon Seeder <)´¯`·.¸¸.·´¯`·.¸¸.·´)
|
| The Following User Says Thank You to barfdog For This Useful Post: | ||
bpage020602 (08-21-2008) | ||
|
#8
|
||||||||||||
|
||||||||||||
great post man
__________________
![]() -JLIT
|
| The Following User Says Thank You to JLIT For This Useful Post: | ||
bpage020602 (08-21-2008) | ||
|
#9
|
||||||||||||
|
||||||||||||
thank you
|
| The Following User Says Thank You to Nooodle For This Useful Post: | ||
bpage020602 (08-29-2008) | ||
|
#10
|
|||||||||||
|
|||||||||||
cool.. thanx a lot !
|
| The Following User Says Thank You to borgy For This Useful Post: | ||
bpage020602 (08-29-2008) | ||
|
#11
|
||||||||||||
|
||||||||||||
cheers will give it a blast lol
__________________
|
| The Following User Says Thank You to ClArEt1882 For This Useful Post: | ||
bpage020602 (08-29-2008) | ||
|
#12
|
||||||||||||
|
||||||||||||
This Only Works On The Later Versions Of ff I Tried It With ff 3.0.1 And It Would Not Work
|
| The Following User Says Thank You to T.S For This Useful Post: | ||
bpage020602 (08-30-2008) | ||
|
#13
|
||||||||||||
|
||||||||||||
Quote:
I've got these set in my user.js relating to network.http:- Code:
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8); // Hardcoded Max is 8 - values above 8 count as 8
user_pref("network.http.max-connections", 48);
user_pref("network.http.max-connections-per-server", 16);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 8);
Code:
user_pref("nglayout.initialpaint.delay", 200); // Try 100 for fast, 750 for dial-up.
user_pref("content.maxtextrun", 8191);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.notify.interval", 250000); // Don't go below 100000
user_pref("content.switch.threshold", 750000);
user_pref("content.notify.backoffcount", 5);
Mozilla FAQ about:Config
__________________
Why can't I download? - "leeching forbidden you are only allowed to seed" If you have downloaded over 2GB and your ratio has dropped below 0.50 you will not be able to download. Solutions 1) Leave a completed torrent in your client until you have uploaded enough data to bring your ratio up to 0.75 2) Upload a torrent of your own and seed until your ratio is 0.75 or higher. 3) Donate to the site and gain Premium membership Please let me know if my torrent or links are dead
|
| The Following User Says Thank You to fynstee For This Useful Post: | ||
bpage020602 (08-31-2008) | ||
|
#14
|
||||||||||||
|
||||||||||||
All I know is its faster for me....
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mozilla Firefox 3.0 RC2 | bpage020602 | Windows Related Direct Downloads | 0 | 06-05-2008 02:29 AM |