Recommended Posts

The only reason firefox loses is cause of all the extentions installed on it though on this test it shows firefox better than explorer http://www.24fun.com/downloadcenter/benchjs/benchjs.html

Firefox vs Opera lets start a new browser war java script:emoticon(':devil:')

smilie

Top Ten

1 Xite - Guatemala - Vamos mmoy !!, Opera 7.5x, Windows XP, 1.60-1.69GHz 4.58 seconds, July 28, at 17:27:42

2 Xite - Guatemala - Vamos mmoy !!, Opera 7.5x, Windows XP, 1.60-1.69GHz 4.63 seconds, July 28, at 17:25:45

3 Xite - Guatemala - Vamos mmoy !!, Opera 7.5x, Windows XP, 1.60-1.69GHz 4.9 seconds, July 28, at 17:23:58

4 Xite - Guatemala, Opera 7.5x, Windows XP, 1.60-1.69GHz 5.41 seconds, July 28, at 17:21:40

5 mmoy, Firefox 0.9, Windows 2000 Server, 2.00-2.19GHz 5.44 seconds, July 27, at 18:57:27

6 mmoy, Firefox 0.9, Windows 2000 Server, 2.00-2.19GHz 5.5 seconds, July 27, at 18:58:30

7 mmoy, Firefox 0.9, Windows 2000 Server, 2.00-2.19GHz 5.5 seconds, July 27, at 16:04:44

8 mmoy-js, Firefox 0.9, Windows 2000 Server, 2.00-2.19GHz 5.53 seconds, July 28, at 14:37:57

9 mmoy, Firefox 0.9, Windows 2000 Server, 2.00-2.19GHz 5.54 seconds, July 27, at 16:00:12

10 mmoy-js, Firefox 0.9, Windows 2000 Server, 2.00-2.19GHz 5.56 seconds, July 28, at 14:39:23 :devil: :devil:

Ok call me a noob, I don't care. But how does a browser affect your Throughput?? I goto dsl reports and get almost the exact same numbers with each browser. Or does this Throughput mean something else? I'm lost here. LOL. I thought all the speed that a browser affected was the rendering of the pages. I'm I wrong? if so please explain all this. Again sorry to be a noob, but I like to learn so please be patient and explain this.. thanks.

All this test is doing is using Javascript to refresh those tiny frames with logos in them when the loading of the image is complete. It then counts how many times those images have been reloaded successfully, and then multiplies by image filesize.

So, it also has to do with how fast your browser can reload frames, not just the images, and various other overheads. This is not a true test.

I use FireFox as my main browser but I use IE now and then when things don't quiet work right in Firefox. I also test designing my web site's in both browsers :D. I don't give a toss about speed, as long as you got broadband you won't notice much difference.

A better test of which is "faster" on the Numion site is to go to "stopwatch" and run the sites you visit most through it and compare the two. You will get much more accurate, "real world" results. The "Yourspeed" test favors IE for some reason and it will always be faster than Firefox or Opera using it. Using www.numion.com/Stopwatch/ Firefox or Opera beat IE about 3 times out of four on sites I have bookmarked.

I'm using bigbang's optimized build plus I'm decked out with tweaks and internet explorer just slightly beat firefox.. it's obvious to me the gecko engine handles images more slowly the internet explorer so for a test like this isn't nothing unexpected. Really the two scored virtually identical when I was testing them.

I'm using bigbang's optimized build plus I'm decked out with tweaks and internet explorer just slightly beat firefox.. it's obvious to me the gecko engine handles images more slowly the internet explorer so for a test like this isn't nothing unexpected. Really the two scored virtually identical when I was testing them.

I'm using bigbang's optimized build plus I'm decked out with tweaks and internet explorer just slightly beat firefox.. it's obvious to me the gecko engine handles images more slowly the internet explorer so for a test like this isn't nothing unexpected. Really the two scored virtually identical when I was testing them.

It depends on the kind of image. I've done quite a bit of work improving jpeg rendering performance and have several more medium-sized project to go. The best performance is on Pentium 4s but I'm doing a few things for older processors too.

At the moment, I'm sitting on 10 hash code optimizations and 15 graphics code improvements and lots of improvement projects in the pipeline. Many of those improvements are waiting for testing. It takes a fair amount of time testing and also building for MMX, SSE and SSE2 times FireFox, Thunderbird and SeaMonkey.

Personally I find FireFox to be fast. If there's a particular test that it is slow on, I can run a code profile on that test using ltProf, find the modules that FireFox is spending a lot of time in and then try to fix problems or optimize slow code. So if the browser is slow for something I do, I have the tools to improve it in that area.

BTW, I think that you mean bangbang, not bigbang.

I can safely say they are at par on my system, though IE has the advantage because of its ability to render pictures much quicker.

Just pulled a 5.0 seconds at 24fun on my 2.0 Ghz system after putting in some of those code optimizations. BTW, the site says that network latency issues are isolated because of the way that they do the tests but I'm not completely convinced that this is true.

I did some performance testing on JPEG rendering and my code changes reduced JPEG rendering time by 50% from FireFox without my changes. I tested Internet Explorer as well and FF beat IE by a comfortable margin. This was in rendering a 30 MBs of JPEG images (images on local RamDisk to remove network latency concerns). It's next to impossible to test Opera because it reports back that it's done after the first page is loaded but continues to load the rest of the images in the background.

FireFox is not great on GIFs though most medium and large images are JPGs. One thing about FireFox is that if you don't like the performance of something, you can actually do something about it besides filing a bug report.

You can also balance quality and speed too. In the upsampling routines, you can choose between box filters or triangle filters. Box filters have less quality but are faster whereas triangle filters provide better quality but cost more in cpu time (actually I can't really tell the difference myself). The default is triangle filters for the most common cases. Changing a compile-time switch will drop you down to box filters for everything making rendering a bit faster.

If you can build FireFox and can code and debug, you have an incredible amount of flexibility in building the browser that you want.

It may be faster, but it sure as heck is not safer. I was an IE user for a lot of years until I discovered Mozilla 1.7.2.

It's amazing to me that so many very smart people are willing to live with Spyware on their systems. I have many very smart people ask me how to get rid of spyware on their machines. They tell me that they do scans about once a week or once every few weeks and find lots of spyware. I personally wouldn't tolerate a virus or any spyware on my system and would reformat the disk and reinstall the OS if there was something that I couldn't get rid of.

Fortunately I haven't had a problem in this century.

When they ask me what to do, I give them a list of things to do. One of them is to always stop using Internet Explorer. Use Opera, Netscape, K-Meleon,

Mozilla, FireFox, whatever. But don't use Internet Explorer. And if you're thinking of upgrading, consider an AMD chip with NX (no execute feature) to thwart buffer overflow exploits (MS will support this in SP2).

It's amazing to me that so many very smart people are willing to live with Spyware on their systems. I have many very smart people ask me how to get rid of spyware on their machines. They tell me that they do scans about once a week or once every few weeks and find lots of spyware. I personally wouldn't tolerate a virus or any spyware on my system and would reformat the disk and reinstall the OS if there was something that I couldn't get rid of.

Fortunately I haven't had a problem in this century.

When they ask me what to do, I give them a list of things to do. One of them is to always stop using Internet Explorer. Use Opera, Netscape, K-Meleon,

Mozilla, FireFox, whatever. But don't use Internet Explorer. And if you're thinking of upgrading, consider an AMD chip with NX (no execute feature) to thwart buffer overflow exploits (MS will support this in SP2).

if you know how to configure it, IE can be as good if not better than any other browser...security wise

What ever, security holes are bundled with any software that requires Internet activity.

People that have powerful system like mine, well they simply don't care about a half a second speed difference.

I'm an Avant Browser using because I can really set it to my liking. No thread like this one will makes me ditch it.

ABC and a half!

if you know how to configure it, IE can be as good if not better than any other browser...security wise

With FireFox, you have the source code. You can put in any security stuff that you want to. If you want to block stuff during three hours of the day on Tuesday and Thursday, you can program that in, recompile and link and have your custom security.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Interesting image choice... reminds me of the human centipede poster
    • Get $50 of aloSIM Mobile Data Traveler eSim credit for just $24.97 by Steven Parker Today's highlighted deal comes via our Apps + Software section of the Neowin Deals store, where you can save 50% off aloSIM Mobile Data Traveler Lifetime eSim Credit: Pay $24.97 for $50. Stay connected affordably in 120+ countries/regions with your own lifetime eSIM! An eSIM is a digital SIM card. It's basically just mobile data. Once it's activated on your device, it can connect you to data networks in other countries – giving you an internet connection with NO roaming charges. With aloSIM, you can load prepaid eSIM data packages onto your phone, tablet, or computer. Your lifetime eSIM never expires, so it's yours forever and there are never any monthly charges. You'll get $50 in eSIM data credit, which is almost always enough to cover all your data roaming needs for a full year. But if you run out of data, you can always top up your lifetime eSIM and stay connected internationally. Pay $24.97 for a lifetime eSIM with $50 in travel data credit Use your eSIM to join data networks in 120+ countries Install your lifetime eSIM on a compatible device to roam on local data networks Your lifetime eSIM never expires, and can be topped up with more data anytime Many data packages cost as little as $4.50 and last 7 days. Depending on the package you choose, the length of time varies. Good to know Length of access: lifetime For NEW customers only Instant digital redemption Once you add your $50 credit to your aloSim account you have up to 12-months to use it — after that your credit will expire When you pay for a data plan you also get a free phone number (via Hushed) for the same duration of your plan that was purchased - IE 7 day eSim plan gives you a free 7-day phone number Purchased coupon must be redeemed and used within 12 months This deal is not stackable (one offer per aloSIM account) A $4.50 data package will last 7 days The data DOES expire, and you WILL NOT have any leftover data for your next trip unless it takes place within the validity period. While the eSIM never expires, the actual data package is only valid for the length of time stated at purchase (i.e. seven days after activation, 30 days after activation, etc.) So if you buy a seven-day package and only use a tiny bit, that package is still going to expire after seven days. Access options: mobile (check compatibility) Max number of device(s): 1 Updates included Here's the deal: This aloSIM Mobile Data Traveler eSim $50 Credit normally costs ... $50, but it can be yours for just $24.97 for a limited time, a saving of $25 (50% off). For specifications, and license info please click the link below. Get this aloSIM Mobile Data Traveler eSim for just $24.97 (was $50) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • WordArt was cool. We now have color fonts as a substitute although Word only supports COLRv0 and COLRv1 (Fraud OS 11 only). The OpenType SVG color font format needs to be supported by Office. Adobe's apps support it
  • Recent Achievements

    • First Post
      DrWankel earned a badge
      First Post
    • Reacting Well
      DrWankel earned a badge
      Reacting Well
    • Week One Done
      Supreme Spray LV earned a badge
      Week One Done
    • One Month Later
      Genuinetonerink- Dubai earned a badge
      One Month Later
    • Week One Done
      Genuinetonerink- Dubai earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      497
    2. 2
      +Edouard
      158
    3. 3
      PsYcHoKiLLa
      90
    4. 4
      Steven P.
      74
    5. 5
      Michael Scrip
      72
  • Tell a friend

    Love Neowin? Tell a friend!