New IE vs. Firefox
New IE vs. Firefox
Yes, Firefox is more secure, but I'm an impatient browser. I am running a 1.7 Ghz Pent M 1GB RAM on a T42 and I see a definite, real difference in loading times between the latest versions of IE and Firefox.
Now that IE seems to have a pretty effective pop-up blocker (well, I have been impressed by it) does Firefox have such a huge advantage over IE, given it is slower than IE?
Now that IE seems to have a pretty effective pop-up blocker (well, I have been impressed by it) does Firefox have such a huge advantage over IE, given it is slower than IE?
Have you tried to tune Firefox? There is a wealth of configurable options. If you type about:config in your URL textbar you will see a number of configuration parameters. The ones I changed that made a noticable difference in page loading in Firefox are:
network.http.pipelining true
network.http.proxy.pipelining true
network.http.pipelining.maxrequests 30
nglayout.initialpaint.delay 0
Please note I added the last entry as it was not already present in about:config's list "out of the box"...I think spending a little time tinkering with Firefox will yeild some pretty dramatic performance differences.
I personally avoid IE like the plague...
network.http.pipelining true
network.http.proxy.pipelining true
network.http.pipelining.maxrequests 30
nglayout.initialpaint.delay 0
Please note I added the last entry as it was not already present in about:config's list "out of the box"...I think spending a little time tinkering with Firefox will yeild some pretty dramatic performance differences.
I personally avoid IE like the plague...
Last edited by wolfman on Sun Nov 27, 2005 8:19 am, edited 1 time in total.
Thinkpad T420 | Core i-5 2520M | 16gb RAM | 120gb Intel 520 SSD + 750gb 7200 RPM | 6300 N | Ubuntu 12.04 x64
Desktop: AMD FX-8350 (8 cores) | 32gb ECC RAM | 240gb Intel 530 SSD + 1tb 7200 RPM | Ubuntu 14.04 x64 | HP ZR24w
Previous Thinkpads: A21m, R40, X61, T410
Desktop: AMD FX-8350 (8 cores) | 32gb ECC RAM | 240gb Intel 530 SSD + 1tb 7200 RPM | Ubuntu 14.04 x64 | HP ZR24w
Previous Thinkpads: A21m, R40, X61, T410
-
carbon_unit
- Moderator Emeritus

- Posts: 2988
- Joined: Sat Apr 24, 2004 9:10 pm
- Location: South Central Iowa, USA
Thanks! I almost thought that was a joke at first, but it's really in there.
LOL
Thinkpad T420 | Core i-5 2520M | 16gb RAM | 120gb Intel 520 SSD + 750gb 7200 RPM | 6300 N | Ubuntu 12.04 x64
Desktop: AMD FX-8350 (8 cores) | 32gb ECC RAM | 240gb Intel 530 SSD + 1tb 7200 RPM | Ubuntu 14.04 x64 | HP ZR24w
Previous Thinkpads: A21m, R40, X61, T410
Desktop: AMD FX-8350 (8 cores) | 32gb ECC RAM | 240gb Intel 530 SSD + 1tb 7200 RPM | Ubuntu 14.04 x64 | HP ZR24w
Previous Thinkpads: A21m, R40, X61, T410
Re: New IE vs. Firefox
Difference in loading time is because IE is preloaded when the system starts. Other than that, I avoid ActiveX like hell, and to be honest I prefer software that is open and where you know what is going on (and if something goes wrong, people can fix it) instead of software where you have no idea what Microsoft (or any other company) is up to every time you run it.miamirice wrote:Yes, Firefox is more secure, but I'm an impatient browser. I am running a 1.7 Ghz Pent M 1GB RAM on a T42 and I see a definite, real difference in loading times between the latest versions of IE and Firefox.
Now that IE seems to have a pretty effective pop-up blocker (well, I have been impressed by it) does Firefox have such a huge advantage over IE, given it is slower than IE?
As for the popup blocker, I don't know about IE but Firefox has the added benefit of the adblock extension, which makes browsing MUCH faster and cleaner.
760XL, 560, 560E, 570, 600, 600E, 600X, T20, T21, T23, T40, T41p, T42, X20, X23, X24, X31, X60s, X60T, X200s. I should *really* get a cheaper hobby...
Alright then
Interesting...I'm halfway sold...but what do those options change about Firefox??? Can it be applied no matter what networking situation I'm in, without compromising any of Firefox's advantages over IE?
wolfman Posted: Sun Nov 27, 2005 1:29 am Post subject:
--------------------------------------------------------------------------------
Have you tried to tune Firefox? There is a wealth of configurable options. If you type about:config in your URL textbar you will see a number of configuration parameters. The ones I changed that made a noticable difference in page loading in Firefox are:
network.http.pipelining true
network.http.proxy.pipelining true
network.http.pipelining.maxrequests 30
nglayout.initialpaint.delay 0
Please note I added the last entry as it was not already present in about:config's list "out of the box"...I think spending a little time tinkering with Firefox will yeild some pretty dramatic performance differences.
I personally avoid IE like the plague...
I just tried the same thing to see what Firefox would do and after closing down all of my browser windows and restarting I went into about:config again and the invalid entry was still there. So here is one fix (may not be the only way):
If you use Windows XP, go to "start->run" and enter "%AppData%" (sans quotes) and click "OK". This will bring up Windows explorer a few directory levels above your Firefox configuration files. Close out of all your Firefox browser windows and then use windows explorer to navigate to %AppData%\Mozilla\FireFox\Profiles\xxxxxxxx.default directory (where the xxxxxxxx is replaced with an 8 letter randomly generated alphanumeric value - it should be the only subdirectory there). You will find a prefs.js java script file there - open it in wordpad or your editor of choice. Find the invalid entry and delete that line only, save and exit. Restart the browser and verify the entry is now gone via the about:config panel.
The configuration changes I gave you above do assume you have a broadband connection of some type. My brother did not and I had to bump down the settings of the network.http.pipelining.maxrequests to 5 I think otherwise it sort of swamped his pipe and slowed things down. You can get a description of the settings in about:config from here:
http://kb.mozillazine.org/Firefox_:_FAQ ... ig_Entries
Upon (re)review of the faq it appears 8 is the highest honored value, anything above 8, like the 30 I mentioned above, is reset to 8.
I've been using these settings for about 6 months with no issues, so they should be safe. Also, they impact page rendering performance, not start up time.
Good luck!
If you use Windows XP, go to "start->run" and enter "%AppData%" (sans quotes) and click "OK". This will bring up Windows explorer a few directory levels above your Firefox configuration files. Close out of all your Firefox browser windows and then use windows explorer to navigate to %AppData%\Mozilla\FireFox\Profiles\xxxxxxxx.default directory (where the xxxxxxxx is replaced with an 8 letter randomly generated alphanumeric value - it should be the only subdirectory there). You will find a prefs.js java script file there - open it in wordpad or your editor of choice. Find the invalid entry and delete that line only, save and exit. Restart the browser and verify the entry is now gone via the about:config panel.
The configuration changes I gave you above do assume you have a broadband connection of some type. My brother did not and I had to bump down the settings of the network.http.pipelining.maxrequests to 5 I think otherwise it sort of swamped his pipe and slowed things down. You can get a description of the settings in about:config from here:
http://kb.mozillazine.org/Firefox_:_FAQ ... ig_Entries
Upon (re)review of the faq it appears 8 is the highest honored value, anything above 8, like the 30 I mentioned above, is reset to 8.
Good luck!
Thinkpad T420 | Core i-5 2520M | 16gb RAM | 120gb Intel 520 SSD + 750gb 7200 RPM | 6300 N | Ubuntu 12.04 x64
Desktop: AMD FX-8350 (8 cores) | 32gb ECC RAM | 240gb Intel 530 SSD + 1tb 7200 RPM | Ubuntu 14.04 x64 | HP ZR24w
Previous Thinkpads: A21m, R40, X61, T410
Desktop: AMD FX-8350 (8 cores) | 32gb ECC RAM | 240gb Intel 530 SSD + 1tb 7200 RPM | Ubuntu 14.04 x64 | HP ZR24w
Previous Thinkpads: A21m, R40, X61, T410
-
- Similar Topics
- Replies
- Views
- Last post
-
-
Fellow T43/p owners, looking for a new LCD? Come inside..
by Kaervak » Wed Dec 28, 2016 10:23 pm » in ThinkPad T4x Series - 6 Replies
- 1917 Views
-
Last post by wujstefan
Mon Jan 23, 2017 9:18 am
-
-
-
New message notification won't go away
by dandreye » Thu Dec 29, 2016 1:52 pm » in ** HOW TOs & FAQs ** - 6 Replies
- 1776 Views
-
Last post by dandreye
Fri Dec 30, 2016 4:09 am
-
-
-
damaged LCD connector cable, need also new IPS panel
by PRAGUEGUY » Fri Dec 30, 2016 3:36 pm » in ThinkPad X230 and later Series - 7 Replies
- 849 Views
-
Last post by PRAGUEGUY
Thu Jan 12, 2017 10:15 am
-
-
-
Buying a new thinkpad
by arnabux » Tue Jan 03, 2017 2:19 am » in GENERAL ThinkPad News/Comments & Questions - 16 Replies
- 1080 Views
-
Last post by kfzhu1229
Wed Jan 04, 2017 2:15 pm
-
Who is online
Users browsing this forum: No registered users and 2 guests





