Go Back   Gaming Gutter > Just Chat > Guides & Tutorials


Guides & Tutorials - Your gaming walk-thrus and tutorials.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post [S] - - - 21 Million...
Today 01:48 PM
Last post by Scorponiks
Today 06:16 PM
2 Replies, 3 Views
Go to first new post Redemption?
Today 05:57 PM
by Fly_Boy
Last post by Fly_Boy
Today 06:16 PM
6 Replies, 7 Views
Go to first new post Buying 4 month old...
Today 02:19 PM
by mika
Last post by Pika
Today 06:15 PM
3 Replies, 4 Views
Go to first new post Selling NP, SoS, FPot,...
Today 04:21 PM
by Vaspim
Last post by joe mandinga
Today 06:15 PM
17 Replies, 18 Views
Go to first new post I'm back.
Today 05:37 PM
Last post by Viktormoros
Today 06:14 PM
22 Replies, 23 Views
Reply
 
LinkBack Thread Tools Display Modes

 how to make your firefox work alot faster
Old 05-25-2008, 10:54 PM   #1 (permalink)
the dark ninja the dark ninja is offline Gender Male
Underground
 
the dark ninja's Avatar
 
the dark ninja is offline
Join Date: Sep 2007
Location: istanbul
Age: 18
Posts: 656
iTrader: 0 / 0%
the dark ninja Is a Party Captainthe dark ninja Is a Party Captainthe dark ninja Is a Party Captain
Rep Power: 5
how to make your firefox work alot faster

Now here are some Tips&Tricks that can help you double the speed of Firefox.
1. Type about:config in the address bar and then press Enter.

2. In the filter search bar type network.http.pipelining. Be sure the value field is set true,if not double-click to set true.

HTTP is the application-layer protocol that most web pages are transferred with. In HTTP 1.1, multiple requests can be sent before any responses are received. This is known as pipelining. Pipelining reduces page loading times, but not all servers support it.
3. Go back to the filter search bar and type network.http.pipelining.maxrequests. Double-click this option and set its value to 8.

4. In the filter search bar and type network.http.proxy.pipelining. Once opened double-click on it and set it to true.

5. In IPv6-capable DNS servers, an IPv4 address may be returned when an IPv6 address is requested. It is possible for Mozilla to recover from this misinformation, but a significant delay is introduced.
Type network.dns.disableIPv6 in the filter search bar and set this option to true by double clicking on it.

6. CONTENT INTERRUPT PARSING
This preference controls if the application will interrupt parsing a page to respond to UI events. It does not exist by default.
Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Boolean from the pop-up menu. Then:

A. Enter content.interrupt.parsing in the New boolean value pop-up window and click OK

B. When prompted to choose the value for the new boolean, select true and click OK.

7. Rather than wait until a page has completely downloaded to display it to the user, Mozilla applications will regularly render what has been received to that point. This option controls the maximum amount of time the application will be unresponsive while rendering pages.

Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Integer from the pop-up menu.


A. Enter content.max.tokenizing.time in the New integer value pop-up window and click OK

B. You will be prompted to enter a value. Enter 2250000 and click OK.

8. CONTENT NOTIFY INTERVAL
This option sets the minimum amount of time to wait between reflows. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Integer from the pop-up menu.

A. Type content.notify.interval in the New integer value pop-up window and click OK.

B. You will be prompted to enter a value. Enter 750000 and click OK.

9. CONTENT NOTIFY ONTIMER

A. This option sets if to reflow pages at an interval any higher than that specified by content.notify.interval. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Boolean from the pop-up menu.


B. Type content.notify.ontimer in the New boolean value pop-up window and click OK.


C. You will be prompted to choose the value for the new boolean. Select true and click OK.

10. Notify Backoffcount
This option controls the maximum number of times the content will do timer-based reflows. After this number has been reached, the page will only reflow once it is finished downloading. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.

A. Enter content.notify.backoffcount in the New integer value pop-up window and click OK.

B. You will be prompted to enter a value. Enter 5 and click OK.

11. CONTENT SWITCH THRESHOLD
You can interact with a loading page when content.interrupt.parsing is set to true. When a page is loading, the application has two modes: a high frequency interrupt mode and a low frequency interrupt mode. The first one interrupts the parser more frequently to allow for greater UI responsiveness during page load.

The low frequency interrupt mode interrupts the parser less frequently to allow for quicker page load. The application enters high frequency interrupt mode when you move the mouse or type on the keyboard and switch back to low frequency mode when you had no activity for a certain amount of time. This preference controls that amount of time. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.


A. Enter content.switch.threshold in the New integer value pop-up window and click OK.

B. You will be prompted to enter a value. Enter 750000 and click OK.

12. NGLAYOUT INITIALPAINT DELAY
Mozilla applications render web pages incrementally, they display what’s been received of a page before the entire page has been downloaded. Since the start of a web page normally doesn’t have much useful information to display, Mozilla applications will wait a short interval before first rendering a page. This preference controls that interval. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.

A. Enter nglayout.initialpaint.delay in the New integer value pop-up window and click OK.

B. You will be prompted to enter a value. Enter 0 and click OK.


Code:
network.http.pipelining = true

network.http.pipelining.maxrequests = 8

network.http.proxy.pipelining = true

network.dns.disableIPv6 = true

create new boolean
content.interrupt.parsing = true

create new integer
content.max.tokenizing.time = 2250000

create new integer
content.notify.interval = 750000

create new boolean
content.notify.ontimer = true

create new interger
content.notify.backoffcount = 5

create new interger
content.switch.threshold = 750000

create new interger
nglayout.initialpaint.delay = 0
__________________
thx lil and fire for being awesome

Last edited by the dark ninja; 06-02-2008 at 02:44 PM.
  Reply With Quote

 
Old 05-26-2008, 05:09 PM   #2 (permalink)
Boots And Braces Boots And Braces is offline Gender Male
Banned
 
Boots And Braces is offline
Join Date: May 2007
Posts: 599
iTrader: 2 / 100%
Boots And Braces Is Popular
Rep Power: 0
//maleware



EDIT:

ok you edited it out so...yeah lol this isnt maleware obviously lol
  Reply With Quote

 
Old 05-26-2008, 05:11 PM   #3 (permalink)
the dark ninja the dark ninja is offline Gender Male
Underground
 
the dark ninja's Avatar
 
the dark ninja is offline
Join Date: Sep 2007
Location: istanbul
Age: 18
Posts: 656
iTrader: 0 / 0%
the dark ninja Is a Party Captainthe dark ninja Is a Party Captainthe dark ninja Is a Party Captain
Rep Power: 5
Quote:
Originally Posted by Boots And Braces View Post
//maleware

really? uh oh! *removes link*
__________________
thx lil and fire for being awesome
  Reply With Quote

 
Old 05-26-2008, 05:12 PM   #4 (permalink)
Coby Coby is offline Gender Male
Underground
 
Coby's Avatar
 
Coby is offline
Join Date: Sep 2007
Location: Nova Scotia
Age: 14
Posts: 565
iTrader: 3 / 100%
Coby Is Recognizable
Rep Power: 3
Good Game... >.>
__________________
ILU, Nikki, Li-Shun, Lil, K[ore], Dak.



  Reply With Quote

 
Old 05-26-2008, 05:13 PM   #5 (permalink)
the dark ninja the dark ninja is offline Gender Male
Underground
 
the dark ninja's Avatar
 
the dark ninja is offline
Join Date: Sep 2007
Location: istanbul
Age: 18
Posts: 656
iTrader: 0 / 0%
the dark ninja Is a Party Captainthe dark ninja Is a Party Captainthe dark ninja Is a Party Captain
Rep Power: 5
im sorry, i removed it, ok?

i didnt knew, i checked it in virustotal when i got it, it wasnt showing malvare... sorry
__________________
thx lil and fire for being awesome
  Reply With Quote

 
Old 05-26-2008, 05:16 PM   #6 (permalink)
Coby Coby is offline Gender Male
Underground
 
Coby's Avatar
 
Coby is offline
Join Date: Sep 2007
Location: Nova Scotia
Age: 14
Posts: 565
iTrader: 3 / 100%
Coby Is Recognizable
Rep Power: 3
Word.... You Could Probably Find Something Else That Works just the same... I Personally Use FasterFox...(The FF Add-on)
__________________
ILU, Nikki, Li-Shun, Lil, K[ore], Dak.



  Reply With Quote

 
Old 05-26-2008, 05:23 PM   #7 (permalink)
Badger Badger is offline
Underground
 
Badger's Avatar
 
Badger is offline
Join Date: Oct 2007
Posts: 546
iTrader: 0 / 0%
Badger Is Recognizable
Rep Power: 3
Some people have had problems with FasterFox making FF slower.
  Reply With Quote

 
Old 05-26-2008, 05:25 PM   #8 (permalink)
Coby Coby is offline Gender Male
Underground
 
Coby's Avatar
 
Coby is offline
Join Date: Sep 2007
Location: Nova Scotia
Age: 14
Posts: 565
iTrader: 3 / 100%
Coby Is Recognizable
Rep Power: 3
Hmmm....Phooey on them, it Works Wonders for my Piece of shit Computer... =D
__________________
ILU, Nikki, Li-Shun, Lil, K[ore], Dak.



  Reply With Quote

 
Old 05-26-2008, 05:28 PM   #9 (permalink)
Badger Badger is offline
Underground
 
Badger's Avatar
 
Badger is offline
Join Date: Oct 2007
Posts: 546
iTrader: 0 / 0%
Badger Is Recognizable
Rep Power: 3
Well, it made mine slow too. xD
I guess it only works for shit comps?
  Reply With Quote

 
Old 05-26-2008, 05:32 PM   #10 (permalink)
Coby Coby is offline Gender Male
Underground
 
Coby's Avatar
 
Coby is offline
Join Date: Sep 2007
Location: Nova Scotia
Age: 14
Posts: 565
iTrader: 3 / 100%
Coby Is Recognizable
Rep Power: 3
I Guess So...
__________________
ILU, Nikki, Li-Shun, Lil, K[ore], Dak.



  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 06:20 PM.


vBulletin skin developed by: eXtremepixels
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.19654489 seconds (100.00% PHP - 0% MySQL) with 19 queries