HomeRegisterLog in
Ran Underground Ph :: The Reign of Superiors
24/7 Online Dedicated Server -- LimeStone Networks -- Dallas Texas --
More Balanced Game Play!
Server Rates :: 400x Exp [] 100X Gold [] 200x Item Drops
Be One of Our Weekly Top Players and Have the Chance to wear the Superior's Set!
Try The SIEGE MAP for Eroom Holders where your Guild can Hunt Rare Items
Support Our Server with your Votes
Siege Map Drops : 167 - 297 Scrolls!
Siege Map Drops : Dark Angel Set
Siege Map Drops : Ultima Set
Siege Map Drops : Extreme 195 Sets!
Siege Map Drops : Titan Weapons
Siege Map Drops : Crone Weapons
Vote Points System Active
+15 Upgrades Super Discounts Until July 31 ONLY! Hurry!

Share | 
 

 Firefox Speed Tweak

View previous topic View next topic Go down 
Goto page : Previous  1, 2
AuthorMessage
KentJONATHAN
RanUG
RanUG


Posts: 900
Reputation: 0
Join date: 2008-12-20
Age: 16
Location: Makati City

PostSubject: Firefox Speed Tweak   Tue Oct 06, 2009 1:42 am

First topic message reminder :

Firefox Speed Tweak


OCTOBER 06, 2009

This
is a more in depth guide to speeding up Mozilla Firefox than some other
guides. This guide was made so that any computer could become faster,
not just a fast computer with a fast connection.
First, install the ChromEdit Plus extension.(Get it here: http://webdesigns.ms11.net/chromeditp.html#top) It makes it easier to edit user files.
Now, run Firefox, go to Tools > Edit User Files, click user.js tab.
Insert the following texts based on your PC speed and internet connection.
Here’s a little key:
Fast Computer is greater than 1.5Ghz CPU and atleast 512MB RAM
Fast Connection is DSL or cable or better.
Common to all configurations
These are the settings that seem to be common to all configuration
files regardless of connection speed or computer speed with a couple of
additions - plugin paths can be found with about:plugins and the
bookmark menu delay is turned off.
/* Speed Tweak - Common to all Configurations */
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", ;
user_pref("content.notify.backoffcount", 5);
user_pref("plugin.expose_full_path", true);
user_pref("ui.submenuDelay", 0);
Fast Computer Fast Connection
/* Speed Tweak - Fast Computer Fast Connection */
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("nglayout.initialpaint.delay", 0);
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", ;
user_pref("browser.cache.memory.capacity", 65536);
A couple settings of note - Firefox allocates 4096 KB of memory by
default and in this configuration we give it roughly 65MB as denoted by
the last line. This can be changed according to what is used.
Fast Computer, Slower Connection
This configuration is more suited to people without ultra fast
connections. We are not talking about dial up connections but slower
DSL / Cable connections.
/* Speed Tweak - Fast Computer, Slower Connection */
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
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", ;
user_pref("nglayout.initialpaint.delay", 0);
user_pref("browser.cache.memory.capacity", 65536);
Fast Computer, Slow Connection
/* Speed Tweak - Fast Computer, Slow Connection */
user_pref("browser.xul.error_pages.enabled", true);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server", ;
user_pref("network.http.max-persistent-connections-per-proxy", ;
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("browser.cache.memory.capacity", 65536);
Slow Computer, Fast Connection
/* Speed Tweak - Slow Computer, Fast Connection */
user_pref("content.max.tokenizing.time", 3000000);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 1000000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 1000000);
user_pref("content.maxtextrun", 4095);
user_pref("nglayout.initialpaint.delay", 1000);
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", ;
user_pref("dom.disable_window_status_change", true);
One of the changes made for this particular configuration is the
final line where the status bar is disabled for changing web pages to
save processor time.
Slow Computer, Slow Connection
We have entered the doldrums of the dial-up user
/* Speed Tweak - Slow Computer, Slow Connection */
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("nglayout.initialpaint.delay", 750);
user_pref("network.http.max-connections", 32);
user_pref("network.http.max-connections-per-server", ;
user_pref("network.http.max-persistent-connections-per-proxy", ;
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("dom.disable_window_status_change", true);
Another Tweak
/* Speed Tweak - Another Tweak */
user_pref("network.dns.disableIPv6", true);
This tweak deactivates IPv6 in Firefox, because most if not all of
the web is still using IPv4. IPv4 and v6 are internet protocols… how
the data is transferred… v4 is the standard now and v6 is slowly being
implemented around the world… it wont come into full swing until
2008-2010 sadly… it’s a huge infrastructure change, but the benefits
will be great.
Back to top Go down

AuthorMessage
KentJONATHAN
RanUG
RanUG


Posts: 900
Reputation: 0
Join date: 2008-12-20
Age: 16
Location: Makati City

PostSubject: Re: Firefox Speed Tweak   Fri Oct 16, 2009 1:34 pm

unG iba kaya mabagaL ang N3t

sa signaL tlga..
Back to top Go down
ARC_STRIKER
RanUG
RanUG


Posts: 340
Reputation: 6
Join date: 2009-04-09
Age: 21
Location: Flava st. Villa Hermosa Lapaz Iloilo City

PostSubject: Re: Firefox Speed Tweak   Sat Oct 17, 2009 3:07 am

ahhh pero DSL naman aku hhhmmm wala na bah ibang way na ma pa bilis yung performance ng modem?
Back to top Go down
KentJONATHAN
RanUG
RanUG


Posts: 900
Reputation: 0
Join date: 2008-12-20
Age: 16
Location: Makati City

PostSubject: Re: Firefox Speed Tweak   Sat Oct 17, 2009 4:44 am

pra walang away

mag Sky BroadBand 12mbps na lng keyu

ewan ko lng kung kano payment per month dun
Back to top Go down
ARC_STRIKER
RanUG
RanUG


Posts: 340
Reputation: 6
Join date: 2009-04-09
Age: 21
Location: Flava st. Villa Hermosa Lapaz Iloilo City

PostSubject: Re: Firefox Speed Tweak   Sat Oct 17, 2009 4:44 pm

ahehehe system hack ku nlng buti pa kaysa mag pa install ul8 hahahaha
Back to top Go down
KentJONATHAN
RanUG
RanUG


Posts: 900
Reputation: 0
Join date: 2008-12-20
Age: 16
Location: Makati City

PostSubject: Re: Firefox Speed Tweak   Sat Oct 17, 2009 6:50 pm

system hack ng anu

network speed?
Back to top Go down
ARC_STRIKER
RanUG
RanUG


Posts: 340
Reputation: 6
Join date: 2009-04-09
Age: 21
Location: Flava st. Villa Hermosa Lapaz Iloilo City

PostSubject: Re: Firefox Speed Tweak   Sun Oct 18, 2009 3:23 am

yups... or system hack tlaga sa PLDT wahahahaha...
Back to top Go down
 

Firefox Speed Tweak

View previous topic View next topic Back to top 
Page 2 of 2Goto page : Previous  1, 2

 Similar topics

-
» Membuat Browser Mozilla Firefox 3 kali lebih cepat
» Roll speed?
» Tips to keep your PC clean & speed..!
» Racing Games >>>> need for SPEED ETC... SOME ARE PORTABLE
» TOP II Skill Tweak

Permissions in this forum:You cannot reply to topics in this forum
 :: Underground Goodies :: Pc Tips & Tricks-


: Announcement :
Can't Connect with the server?
click here to Download!

Launcher Error on Patching?
click here to Download!



Support Our Server!
Premium Item's Agent

Chat us on Yahoo Messenger!

Administrator



How to Buy Premium Points?
Click here!


Latest topics
» Bakit ayaw lumabas ng CHANGE CLASS sa control panel???
Today at 6:17 pm by O`Ren-Ishii

» Admin paki process po Donates ko
Today at 6:14 pm by O`Ren-Ishii

» Weekend Promo! 50% discount, x5 and Freebies! February 3 4 5
Wed Feb 01, 2012 1:56 pm by jonas

» Admin lagay nmn Po kyo ng forgot PIN Ohhhh
Tue Jan 31, 2012 9:27 pm by Lols03

» Help naman d ako maka pag change class dahil dito
Sun Jan 29, 2012 3:57 pm by skinner

» Admin Jonas Please Read This..
Sun Jan 29, 2012 3:55 pm by skinner

» RAN UG FILES
Fri Jan 27, 2012 4:33 pm by carigan

» I need win 7 Ultimate 86 bit Key plss!
Thu Jan 19, 2012 4:11 pm by AceOfSpadez