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

    • This seems backwards. You should have to explicitly authorize files for outside use. It shouldn't be the default.
    • Wow you are right, I never even noticed this until you said it! (870E Aorus Master) Before testing this card I had a TP-Link tx401 10GbE PCIe card in that slot (now using XikeStor 310 Thunderbolt to Ethernet adapter).
    • Lack of 5.1 makes this a no sale. What I really wish creative would make would be a USB version that supports 5.1 analog audio for speakers, can switch to headphone mode, and matches the specs of their top tier cards. The current X870E AMD motherboards dont have a great option for adding a PCIE x1 card without cutting down pcie lanes to the graphics card.
    • The Microsoft Office feature that time forgot by Usama Jawad I have been actively using Microsoft Word for the past couple of decades in academic, professional, and personal capacities. Although I used it through the perpetual version of Office apps at the start, I have been an active subscriber of Microsoft 365 Family subscription for over five years now. This means that my Word installation is regularly updated with new features, some of which I don't really like, but that's beside the point. As new features get continuously added, old ones that used to be a staple of Word have started to take a backseat. While I was reminiscing over my Windows experiences from my childhood today, I suddenly remember one such capability that I heavily used in my younger years but have not really touched in over a decade, and haven't seen in documents created by others either. That feature is WordArt. Just to clarify, WordArt is not a Microsoft product specific to Word, and is included in other Office apps like PowerPoint and Excel too. However, Microsoft Word is the app that I used Word Art in heavily, while making assignments or other deliverables for school. If you're unaware, WordArt offers a collection of styling techniques for text, introducing 3D effects like shadows and reflections in the text. It used to be one of the coolest things ever when I was at school and me and my classmates would often compete to ensure that our assignment's title in WordArt was truly the best and stood out above the rest. See some examples of WordArt, still present in the latest versions of Word below: Although WordArt is undeniably cool, it has taken a bit of a backseat, and has been relegated from the Home tab to the Insert toolbar, along with a bunch of other utilities, making it very easy to miss. This isn't exactly surprising because WordArt doesn't really have a place in academic and professional documents anymore, and while I have seen some creatives using it while developing promo material, even that sector has gravitated more towards dedicated graphic designing tools in the past years. For the vast majority of us, WordArt doesn't really exist, and that's alright. At least, it's still an option that can allow us to reminisce our childhood or even make some quick text stylization, if we really need it. Perhaps its usage has waned over time or the novelty has worn off, but I haven't even seen children use it in their academic assignments anymore. In fact, many don't even know that it exists. Maybe that's the fate of every beloved feature. What once felt cutting edge eventually becomes a relic, quietly tucked away as tastes, trends, and technology move on. WordArt may no longer dominate school assignments or decorate the covers of classroom projects, but for those of us who grew up with it, it remains a colorful reminder of a time when making text glow, bend, and cast giant shadows felt like the height of creativity. Hidden behind a few clicks in modern Word, it still survives not as a productivity tool, but as a small piece of computing nostalgia that refuses to disappear.
  • 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
      495
    2. 2
      +Edouard
      158
    3. 3
      PsYcHoKiLLa
      88
    4. 4
      Steven P.
      74
    5. 5
      Michael Scrip
      70
  • Tell a friend

    Love Neowin? Tell a friend!