Cyber Console
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Welocome to the Cyber Console. The world of Cyber Geeks. Cyber Console is a community forum of GeeTech Inc.


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Is your Mozilla Firefox too slow? Empty Is your Mozilla Firefox too slow? Sun Apr 24, 2011 4:41 pm

Night Rider

Night Rider
Moderator GI
Moderator GI
Yes, it is commonly noted problem, faced by the users worldwide of experiencing Mozilla web-browser to be slow...

Reasons that are considered to be valid are,

1. More than 5 plugins
2. Insufficient time at start-up..

well , as a notion, we (users) must give the pc,some amount of time to have all its start-up programs properly initiated , so as to avoid problems in the loading of firefox.....

Notably , versions 3.04 and above are slower than the lower grade versions...

the few following steps displayed, will help your browser, speed up a little, in "loading of add-ons", as result of which, your browser is faster...

steps:


1. Type "about :config" in the adress field.

2. Set the value of network.http.pipelining to "true".

3. Set the value of network.http.pipelining.maxrequests to "100".

4. Set the value of network.http.proxy.pipelining to "true".

5. Set the value of nglayout.initialpaint.delay to "0" (not availible in newer versions).

6. Set the value of network.dns.disableIPv6 to "true".

7. Set the value of plugin.expose_full_path to "true".

8. (i) Now you need to Create new Preference name with interger value for this got to Right click -> New -> Integer.

(ii) Here you need to type nglayout.initialpaint.delay and click ok

(iii) Now you need to enter 0 in value filed and click ok.

9. (i) Now you need to Create one more Preference name with interger value for this got to Right click -> New -> Integer.

(ii) Here you need to type content.notify.backoffcount and click ok.

(iii) Now you need to enter 5 in value filed and click ok.

10. (i) Now you need to Create one more Preference name with interger value for this got to Right click -> New -> Integer

(ii) Here you need to type ui.submenuDelay and click ok.

(iii) Now you need to enter 0 in value filed and click ok.

11. Enable the spellchecker for inputfields and textareas (default is textareas only)

layout.spellcheckDefault=2

Open [You must be registered and logged in to see this link.] directly in amarok

network.protocol-handler.app.lastfm=amarok
network.protocol-handler.external.lastfm=true
--------------------------------------------------------------------------------

Now enjoy your browser to be quicker!



Last edited by Night Rider on Sun Apr 24, 2011 5:12 pm; edited 1 time in total (Reason for editing : on request of the admin)

2Is your Mozilla Firefox too slow? Empty Re: Is your Mozilla Firefox too slow? Sun Apr 24, 2011 4:45 pm

Kannan

Kannan
Admin
Admin
but this is just a part of the tweak.
post the full version bro.

https://cyberconsole.forumotion.com

3Is your Mozilla Firefox too slow? Empty After the brief intro to the speed up Sun Apr 24, 2011 5:04 pm

Night Rider

Night Rider
Moderator GI
Moderator GI
Following the basic improvement in the speed of your browser..., there are a few more methods that you require, for the optimum usage of the browser's speed

Method 2:

Windows actually reserves 20% of your bandwidth for various purposes that often cross your internet usage. the following steps will help you reclaim it.

Step 1: Click “Start“, and go on “Run“, and type in “gpedit.msc“.

Step 2: You should see a thing called ‘Group Policy’ open.

Step 3: Double-Click on “Computer Configuration”.

Step 4: Double-Click on “Administrative Templates”

Step 5: Double-Click on “Network”

Step 6: Double-Click on “QOS Packet Scheduler”

Step 7: Double-Click on “Limit Reservable Bandwidth”

Step 8: Check the box that says ‘Enabled’ and change Bandwidth Limit (%) to 0.

This retrieves the 20% take away by windows.



Method 3:

Another step is by using an add-on for Firefox, called FasterFox. It’s increases the speed greatly. Although, it proves useful, one must own a descent computer to support it to run. Weak computers do not support the add-on

'FasterFox' basically increases your speed by recycling all the idle bandwidth ,not doing anything, and makes it load your pages faster.



Method 4:

Honestly, we might find numerous number of ways to increase speed, but it all depends on the computer and the connection...

following are the recommended configurations for your firefox depending on your connectivity-

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.

user_pref(“network.http.pipelining”, true);
user_pref(“network.http.proxy.pipelining”, true);
user_pref(“network.http.pipelining.maxrequests”, 8);
user_pref(“content.notify.backoffcount”, 5);
user_pref(“plugin.expose_full_path”, true);
user_pref(“ui.submenuDelay”, 0);



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”, 8);
user_pref(“browser.cache.memory.capacity”, 65536);


A couple settings of note – Firefox is allocated 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.)

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”, 8);
user_pref(“nglayout.initialpaint.delay”, 0);
user_pref(“browser.cache.memory.capacity”, 65536);



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”, 8);
user_pref(“network.http.max-persistent-connections-per-proxy”, 8);
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

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”, 8);
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

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”, 8);
user_pref(“network.http.max-persistent-connections-per-proxy”, 8);
user_pref(“network.http.max-persistent-connections-per-server”, 4);
user_pref(“dom.disable_window_status_change”, true);


Note- the speed of one's computer, here,is judged by the RAM , alone.

4Is your Mozilla Firefox too slow? Empty Re: Is your Mozilla Firefox too slow? Sun Apr 24, 2011 5:34 pm

Kannan

Kannan
Admin
Admin
wow....this is super awesome!!
and again thx for taking into consideration my request!!
and i like the last line of ur post Razz
only RAM can make ur system speed. lol then y all these tweaks? ....jk

https://cyberconsole.forumotion.com

5Is your Mozilla Firefox too slow? Empty Re: Is your Mozilla Firefox too slow? Sun Apr 24, 2011 8:41 pm

Night Rider

Night Rider
Moderator GI
Moderator GI
hehe!!! Laughing

6Is your Mozilla Firefox too slow? Empty Re: Is your Mozilla Firefox too slow? Mon Apr 25, 2011 4:39 pm

Kannan

Kannan
Admin
Admin
Smile

https://cyberconsole.forumotion.com

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum