Forum     

Go Back   Digit Technology Discussion Forum > Community > Tutorials
Register FAQ Calendar Mark Forums Read

Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 31-05-2006, 12:28 PM   #1 (permalink)
Rockin g33k
 
dreamcatcher's Avatar
 
Join Date: Apr 2005
Posts: 2,737
Default speed up firefox


hey check out these i covered frm a site.try them it really works


Double Click on the following settins and put in the numbers below - for the true / false booleans - they’ll change when you double click.

browser.tabs.showSingleWindowModePrefs – true
network.http.max-connections – 48
network.http.max-connections-per-server – 16
network.http.max-persistent-connections-per-proxy – 8
network.http.max-persistent-connections-per-server – 4
network.http.pipelining – true
network.http.pipelining.maxrequests – 100
network.http.proxy.pipelining – true
network.http.request.timeout – 300


One more thing… Right-click somewhere on that screen and add a 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 receives. Since you’re broadband - it shouldn’t have to wait.

Now you should notice you’re loading pages MUCH faster now!




If you use Firefox, here are some tips to make it "better"

If you search your "Documents and Settings" folder for "prefs.js", you can find your Firefox profile directory.

In the directory with prefs.js, create (or edit) a new file called "user.js". Anything placed in this file will override the prefs.js file.


//begin my preferences

// Instead of annoying error dialog messages, display pages:
user_pref("browser.xul.error_pages.enabled", true);

// More DOM/JavaScript options
// Make sure all pop-up windows are resizable:
user_pref("dom.disable_window_open_feature.resizab le", true);
// Make sure all pop-up windows are minimizable:
user_pref("dom.disable_window_open_feature.minimiz able", true);
// Always display the menu in pop-up windows:
user_pref("dom.disable_window_open_feature.menubar ", true);
// Always display the Navigation Toolbar in pop-up windows:
user_pref("dom.disable_window_open_feature.locatio n", true);
// Prevent sites from disabling scrollbars:
user_pref("dom.disable_window_open_feature.scrollb ars", true);

// Disable Bookmark Icons
user_pref("browser.chrome.site_icons", false);
user_pref("browser.chrome.favicons", false);

//stop sites from spawning new browsers
user_pref("browser.block.target_new_window", true);
user_pref("browser.tabs.opentabfor.middleclick", true);
user_pref("browser.tabs.opentabfor.urlbar", true);

//gets rid of display quirk with images
user_pref("browser.display.show_image_placeholders ", false);

//use bandwidth more effeciently and maybe load sites faster
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.firstrequest", true);
user_pref("network.http.pipelining.maxrequests", Cool;
user_pref("nglayout.initialpaint.delay", 0);
user_pref("network.http.proxy.pipelining", true);
user_pref("content.notify.backoffcount", 5);
user_pref("plugin.expose_full_path", true);
user_pref("ui.submenuDelay", 0);
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", 4Cool;
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", Cool;

//use memory for caching 65535 might be better for 1GB of RAM
user_pref("browser.cache.memory.capacity", 16384);


From there, browse into the "chrome" directory. Create or edit this files.

"userChrome.css"

/* Make menus XP style */
menupopup, popup {
border: 1px solid ThreeDShadow !important;
-moz-border-left-colors: ThreeDShadow !important;
-moz-border-top-colors: ThreeDShadow !important;
-moz-border-right-colors: ThreeDShadow !important;
-moz-border-bottom-colors: ThreeDShadow !important;
padding: 2px !important;
background-color: Menu !important;
}
menubar > menu {
border: 1px solid transparent !important;
padding: 2px 5px 2px 7px !important;
margin: 0 !important;
}
menubar > menu[_moz-menuactive="true"] {
background-color : Highlight !important;
color: HighlightText !important;
}

/* Change color of active tab */
tab{
-moz-appearance: none !important;
}
tab[selected="true"] {
background-color: rgb(222,218,210) !important;
color: black !important;
}

/* Change color of normal tabs */
tab:not([selected="true"]) {
background-color: rgb(200,196,188) !important;
color: gray !important;
}
dreamcatcher is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 02-06-2006, 01:34 PM   #2 (permalink)
GaurishSharma.com
 
gary4gar's Avatar
 
Join Date: May 2005
Location: Jaipur
Posts: 4,116
Default Re: speed up firefox

better use fatser fox instead of all these settings
gary4gar is offline  
Old 02-06-2006, 04:45 PM   #3 (permalink)
Apprentice
 
E.T.'s Avatar
 
Join Date: May 2006
Location: Andromeda
Posts: 56
Default Re: speed up firefox

Opera is faster anyway without any tweaks.
__________________
%íf6¦Kª£yþXØ {ÛT?ÇS?Tº]æZjÙEM<?>B?*l½HÖ¥ÿW¹ÿ¥ªµ?ÿ?R¥q9µW%*h%õ´a e4ËäJw?bØ&8³Bz'cyW
E.T. is offline  
Old 10-06-2006, 03:34 PM   #4 (permalink)
C# Be Sharp !
 
Zeeshan Quireshi's Avatar
 
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
Default Re: speed up firefox

yeah better use fasterfox , it automates all this and it's easier to revert back .
__________________
There are 10 types of people in the world: those who understand binary and those who do not.
Zeeshan Quireshi is offline  
Old 10-06-2006, 04:25 PM   #5 (permalink)
In The Zone
 
ashisharya's Avatar
 
Join Date: Jan 2005
Location: Locating....Locating...Access Denied!!!
Posts: 410
Default Re: speed up firefox

opera is much faster and secure than firefox without applying any tweaks
__________________
To follow the path:
look to the master,
follow the master,
walk with the master,
see through the master,
become the master. -Zen
ashisharya is offline  
Old 10-06-2006, 06:00 PM   #6 (permalink)
C# Be Sharp !
 
Zeeshan Quireshi's Avatar
 
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
Default Re: speed up firefox

opera does not render most sites correctly , u're better off using firefox
__________________
There are 10 types of people in the world: those who understand binary and those who do not.
Zeeshan Quireshi is offline  
Old 10-06-2006, 06:53 PM   #7 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: speed up firefox

I dont notice any speed differnce between Opera or Fx, Fx is simple and pure browsing. Opera is jazzy and complex for a switcher... Now stop and continue Fx discussions, dont create wars everywhere...
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 10-06-2006, 09:17 PM   #8 (permalink)
C# Be Sharp !
 
Zeeshan Quireshi's Avatar
 
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
Default Re: speed up firefox

i Agree With Qwerty , just use what u like
__________________
There are 10 types of people in the world: those who understand binary and those who do not.
Zeeshan Quireshi is offline  
Old 29-06-2006, 03:50 PM   #9 (permalink)
Right Off the Assembly Line
 
Join Date: Nov 2004
Posts: 18
Default Re: speed up firefox

firefox perfforms much better with the tweaks than opera
Swizzeron is offline  
Old 01-07-2006, 12:47 PM   #10 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: speed up firefox

Yeah FireFox is better. You can have loads of very useful extensions for FireFox.
http://addons.mozilla.org/firefox/

You can also have your Regional Language pack installed and view certain websites in your regional language, Opera fails in this department.Also Opera renders certain web sites very poorly.
JGuru is offline  
Closed Thread

Bookmarks

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


 
Latest Threads
- by chris
- by icebags
- by Tenida

Advertisement




All times are GMT +5.5. The time now is 01:24 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2