Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Colombo
Red Hat Certified System Administrator (RHCSA) - RHEL 10
Sanjeewani95
Updated:
Today at 7:43 PM
NURSING , CAREGIVER , HOTEL & BEAUTY COURSES
IVA Para Medical Campus
Updated:
Yesterday at 9:24 AM
Handmade Character Soft Toys Peppa Pig Family
anil1961
Updated:
Wednesday at 9:58 PM
Ad icon
Video Content Creator
pramukag
Updated:
Sunday at 6:10 AM
Ad icon
QA Engineer Intern
pramukag
Updated:
Sunday at 6:07 AM
Electronics
Vehicles
Property
Search
Reply to thread
Forums
Computers & Internet
Tips & Tricks
Tips & Tricks Collection of DC
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="||~DxxCxxxx~||" data-source="post: 3720601" data-attributes="member: 137393"><p><strong>Firefox & Deer Park Alpha2 Speed Tweaks</strong></p><p></p><p><img src="http://cybernetnews.com/wp-content/uploads/2008/03/firefox-spotlight.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Firefox Performance Settings (from the MozillaZine Forum) </p><p> </p><p>How to: just cut and paste then save to your user.js file (use chrome edit so you don't need to dig into your Documents and Settings/"username"/Application Data/Mozilla/Firefox/Profiles/"default"/user.js) </p><p> </p><p>I tested it and it works! (56K, DSL & Wi-fi Connections tested, but it should speed things up regardless of your connection.) </p><p> </p><p>One of the limitations of pretty much all computer applications is the need to target for a general audience because of the wide array of computer components and varied network infrastructure. This is where tweaking comes in. Firefox by default is aimed at a general audience too and hopefully we can tune it more to the needs of theindividual. The majority of the information comes from this excellent thread over at the MozillaZine Forum. </p><p></p><p>The first post in particular goes through in great detail what each of the settings do. The thread however gets fairly long and convoluted and we attempt to summarize the contents of this thread along with a couple other sources into something that is easier to digest. As with the settings on the previous page, the contents are copied into the user.js file. We do not go into major detail about the setting as the thread goes into detailed explanations of what the settings mean in the first post. Instead, the configurations are culled from the thread of what people have reported to have worked for them along with some modifications on our end. </p><p> </p><p>Quick and Dirty Settings (part of the tweaks further below) </p><p> <span style="font-family: 'Courier New'"></span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.pipelining", true); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.pipelining.firstrequest", true); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.pipelining.maxrequests", 8); </span></p><p><span style="font-family: 'Courier New'">user_pref("nglayout.initialpaint.delay", 0); </span></p><p> </p><p>Pipelining does multiple data requests at once and should speed things up. I believe IE did this before and this was partially attributable to the speed advantage that IE had over older versions of Mozilla/Netscape. Initial Paint Delay actually slows down the rendering of the ENTIRE page but since users tend to start reading before the entire page is rendered, setting this to a low value gives the impression that the page loads faster. </p><p> </p><p>The following configurations are based off of recommendations off of the Mozillazine thread with some editing. </p><p> </p><p>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<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite7" alt=":p" title="Stick out tongue :p" loading="lazy" data-shortname=":p" />lugins and the bookmark menu delay is turned off. </p><p> </p><p><span style="font-family: 'Courier New'">user_pref("network.http.pipelining", true); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.proxy.pipelining", true); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.pipelining.maxrequests", 8); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.request.max-start-delay", 0); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.notify.backoffcount", 5); </span></p><p><span style="font-family: 'Courier New'">user_pref("plugin.expose_full_path", true); </span></p><p><span style="font-family: 'Courier New'">user_pref("ui.submenuDelay", 0); </span></p><p><span style="font-family: 'Courier New'">user_pref("nglayout.initialpaint.delay", 0); </span></p><p> </p><p><strong>Fast Computer, Fast Connection: </strong></p><p> </p><p>Definitions: </p><p> </p><p>Fast Computer: is a machine with a CPU greater than 1.5Ghz and with memory installed of at least 512MB RAM </p><p> </p><p>Fast Connection: is a DSL, cable or a better connection </p><p> </p><p>According to the above, 'Slower' connections means slower DSL or cable connections as well as double line ISDN connections, and 'Slow' means all other analog modem connections. </p><p> </p><p> </p><p>A 'Slow' computer is a computer with a CPU slower than 1.5Ghz, and with less memory than 512MB RAM. </p><p> </p><p> <span style="font-family: 'Courier New'">user_pref("content.interrupt.parsing", true); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.max.tokenizing.time", 2250000); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.notify.interval", 750000); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.notify.ontimer", true); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.switch.threshold", 750000); </span></p><p><span style="font-family: 'Courier New'">user_pref("nglayout.initialpaint.delay", 0); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.max-connections", 48); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.max-connections-per-server", 16); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.max-persistent-connections-per-proxy", 16); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.max-persistent-connections-per-server", 8); </span></p><p><span style="font-family: 'Courier New'">user_pref("browser.cache.memory.capacity", 65536)</span>; </p><p> </p><p>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. </p><p> </p><p><strong>Fast Computer, Slower Connection: </strong></p><p> </p><p>This configuration is more suited to people without ultra fast connections. We are talking about slower DSL / Cable connections as well as double line ISDN connections. </p><p> <span style="font-family: 'Courier New'"></span></p><p><span style="font-family: 'Courier New'">user_pref("content.max.tokenizing.time", 2250000); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.notify.interval", 750000); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.notify.ontimer", true); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.switch.threshold", 750000); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.max-connections", 48); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.max-connections-per-server", 16); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.max-persistent-connections-per-proxy", 16); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.max-persistent-connections-per-server", 8); </span></p><p><span style="font-family: 'Courier New'">user_pref("nglayout.initialpaint.delay", 0); </span></p><p><span style="font-family: 'Courier New'">user_pref("browser.cache.memory.capacity", 65536); </span></p><p> </p><p><strong>Fast Computer, Slow Connection: </strong></p><p> </p><p>Slow connection means connections through an analog 57k modem or slower. </p><p> <span style="font-family: 'Courier New'"></span></p><p><span style="font-family: 'Courier New'">user_pref("browser.xul.error_pages.enabled", true); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.interrupt.parsing", true); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.max.tokenizing.time", 3000000); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.maxtextrun", 8191); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.notify.interval", 750000); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.notify.ontimer", true); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.switch.threshold", 750000); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.max-connections", 32); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.max-connections-per-server", 8); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.max-persistent-connections-per-proxy", 8); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.max-persistent-connections-per-server", 4); </span></p><p><span style="font-family: 'Courier New'">user_pref("nglayout.initialpaint.delay", 0); </span></p><p><span style="font-family: 'Courier New'">user_pref("browser.cache.memory.capacity", 65536); </span></p><p><span style="font-family: 'Courier New'"></span> </p><p><strong>Slow Computer, Fast Connection: </strong></p><p> </p><p><span style="font-family: 'Courier New'">user_pref("content.max.tokenizing.time", 3000000); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.notify.backoffcount", 5); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.notify.interval", 1000000); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.notify.ontimer", true); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.switch.threshold", 1000000); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.maxtextrun", 4095); </span></p><p><span style="font-family: 'Courier New'">user_pref("nglayout.initialpaint.delay", 1000); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.max-connections", 48); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.max-connections-per-server", 16); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.max-persistent-connections-per-proxy", 16); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.max-persistent-connections-per-server", 8); </span></p><p><span style="font-family: 'Courier New'">user_pref("dom.disable_window_status_change", true); </span></p><p> </p><p>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. </p><p> </p><p><strong>Slow Computer, Slow Connection: </strong></p><p> </p><p>We have entered the doldrums of the dial-up user </p><p> </p><p><span style="font-family: 'Courier New'">user_pref("content.max.tokenizing.time", 2250000); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.notify.interval", 750000); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.notify.ontimer", true); </span></p><p><span style="font-family: 'Courier New'">user_pref("content.switch.threshold", 750000); </span></p><p><span style="font-family: 'Courier New'">user_pref("nglayout.initialpaint.delay", 750); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.max-connections", 32); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.max-connections-per-server", 8); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.max-persistent-connections-per-proxy", 8); </span></p><p><span style="font-family: 'Courier New'">user_pref("network.http.max-persistent-connections-per-server", 4); </span></p><p><span style="font-family: 'Courier New'">user_pref("dom.disable_window_status_change", true);</span></p></blockquote><p></p>
[QUOTE="||~DxxCxxxx~||, post: 3720601, member: 137393"] [b]Firefox & Deer Park Alpha2 Speed Tweaks[/b] [IMG]http://cybernetnews.com/wp-content/uploads/2008/03/firefox-spotlight.png[/IMG] Firefox Performance Settings (from the MozillaZine Forum) How to: just cut and paste then save to your user.js file (use chrome edit so you don't need to dig into your Documents and Settings/"username"/Application Data/Mozilla/Firefox/Profiles/"default"/user.js) I tested it and it works! (56K, DSL & Wi-fi Connections tested, but it should speed things up regardless of your connection.) One of the limitations of pretty much all computer applications is the need to target for a general audience because of the wide array of computer components and varied network infrastructure. This is where tweaking comes in. Firefox by default is aimed at a general audience too and hopefully we can tune it more to the needs of theindividual. The majority of the information comes from this excellent thread over at the MozillaZine Forum. The first post in particular goes through in great detail what each of the settings do. The thread however gets fairly long and convoluted and we attempt to summarize the contents of this thread along with a couple other sources into something that is easier to digest. As with the settings on the previous page, the contents are copied into the user.js file. We do not go into major detail about the setting as the thread goes into detailed explanations of what the settings mean in the first post. Instead, the configurations are culled from the thread of what people have reported to have worked for them along with some modifications on our end. Quick and Dirty Settings (part of the tweaks further below) [FONT=Courier New] user_pref("network.http.pipelining", true); user_pref("network.http.pipelining.firstrequest", true); user_pref("network.http.pipelining.maxrequests", 8); user_pref("nglayout.initialpaint.delay", 0); [/FONT] Pipelining does multiple data requests at once and should speed things up. I believe IE did this before and this was partially attributable to the speed advantage that IE had over older versions of Mozilla/Netscape. Initial Paint Delay actually slows down the rendering of the ENTIRE page but since users tend to start reading before the entire page is rendered, setting this to a low value gives the impression that the page loads faster. The following configurations are based off of recommendations off of the Mozillazine thread with some editing. 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. [FONT=Courier New]user_pref("network.http.pipelining", true); user_pref("network.http.proxy.pipelining", true); user_pref("network.http.pipelining.maxrequests", 8); user_pref("network.http.request.max-start-delay", 0); user_pref("content.notify.backoffcount", 5); user_pref("plugin.expose_full_path", true); user_pref("ui.submenuDelay", 0); user_pref("nglayout.initialpaint.delay", 0); [/FONT] [B]Fast Computer, Fast Connection: [/B] Definitions: Fast Computer: is a machine with a CPU greater than 1.5Ghz and with memory installed of at least 512MB RAM Fast Connection: is a DSL, cable or a better connection According to the above, 'Slower' connections means slower DSL or cable connections as well as double line ISDN connections, and 'Slow' means all other analog modem connections. A 'Slow' computer is a computer with a CPU slower than 1.5Ghz, and with less memory than 512MB RAM. [FONT=Courier New]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)[/FONT]; 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. [B]Fast Computer, Slower Connection: [/B] This configuration is more suited to people without ultra fast connections. We are talking about slower DSL / Cable connections as well as double line ISDN connections. [FONT=Courier New] 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); [/FONT] [B]Fast Computer, Slow Connection: [/B] Slow connection means connections through an analog 57k modem or slower. [FONT=Courier New] 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); [/FONT] [B]Slow Computer, Fast Connection: [/B] [FONT=Courier New]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); [/FONT] 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. [B]Slow Computer, Slow Connection: [/B] We have entered the doldrums of the dial-up user [FONT=Courier New]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);[/FONT] [/QUOTE]
Insert quotes…
Verification
Payakata winadi keeyak tibeda?
Post reply
Top
Bottom