Slashdot Mirror


Firefox Takes the Performance Crown From Chrome

diegocg writes "Recent browser benchmarks are showing surprising results: in 'a geometric mean of all four performance-based categories: Wait Times, JavaScript/DOM, HTML5/CSS3, and Hardware Acceleration,' Firefox 22 'pulls off an upset, replacing the long-time performance champion Google Chrome 27 as the new speed king.' (Other browsers benchmarked were IE10, Opera 12, and Opera Next.) With these results, and Firefox developers focusing in fixing the UI sluggishness, can this be the start of a Firefox comeback, after years of slow market share decline?"

203 of 326 comments (clear)

  1. Damned lies and statistics by Anonymous Coward · · Score: 1

    What is the mathematical justification for using the geometric mean?

    1. Re:Damned lies and statistics by Anonymous Coward · · Score: 1

      Probably because it would be difficult to interpret the units on the arithmetic mean. For example, are the units on the JS composite score and the page load composite score the same? If not, how should they be scaled.

      In the geometric mean, those units wouldn't matter for comparison purposes. Still, it's pretty much not rigorous at all as far as tests go. The Tom's Hardware browser write-ups aren't exactly a scientific appraisal.

    2. Re:Damned lies and statistics by Anonymous Coward · · Score: 5, Interesting

      See "How not to lie with statistics: the correct way to summarize benchmark results"

      http://dl.acm.org/citation.cfm?id=5673
      http://ece.uprm.edu/~nayda/Courses/Icom6115F06/Papers/paper4.pdf

    3. Re:Damned lies and statistics by Chrisq · · Score: 1

      Mod parent up - the linked PDF is extremely informative on why the geometric mean should be used.

    4. Re:Damned lies and statistics by EuclideanSilence · · Score: 1

      A geometric mean is the average of the logarithms. Most "natural" data is uniformly distributed over logarithmic values rather than direct values.

      If you are dealing with data and you think the difference between 20 and 40 is more significant than the difference between 1000 and 1020, then you are probably dealing with that kind of log-uniform data.

  2. Adblock plus by i+kan+reed · · Score: 5, Informative

    Real adblock that stops unnecessary downloads makes more performance difference at this point, than any sort of rendering engine chances. It has the nice side effect of limiting how much tracking of you goes on too.

    1. Re:Adblock plus by h4rr4r · · Score: 3, Insightful

      Real addons period.
      Chrome still can't really be customized. A great example is vimperator.

    2. Re:Adblock plus by Anonymous Coward · · Score: 1

      Not to mention Ghostery, too! My computers now fly without so much clutter.

    3. Re:Adblock plus by AmiMoJo · · Score: 1

      Annoying when I have AdBlock installed in Firefox it freezes for several seconds when starting. Remove AdBlock and the freeze goes away. Chrome is fine.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    4. Re:Adblock plus by L4t3r4lu5 · · Score: 2

      Privoxy

      What's an AdBlock?

      --
      Finally had enough. Come see us over at https://soylentnews.org/
    5. Re:Adblock plus by Trepidity · · Score: 4, Informative

      Another vote for Privoxy. I recently switched to Privoxy from Ghostery, and have found it much faster. The addon-based ad-blockers seem to have some overhead, because they have to traverse the DOM and generally interact with the browser's rendering pipeline. I found my RAM usage in Firefox significantly declined, and the browser got much more responsive, after I removed Ghostery. Privoxy does the same job in some fast C code that runs in its own process, outside the browser.

      As a side note, it's the modern descendent of the Internet Junkbuster, so has been around just about as long as internet advertising has been.

    6. Re:Adblock plus by Intrepid+imaginaut · · Score: 1

      Also the bundled webdev tools are some next level Tony Stark type stuff, man. Love em and they've actually proven really useful a few times.

    7. Re:Adblock plus by Anonymous Coward · · Score: 1

      Please don't be one of those standard types who think that the Chrom(e|ium) releases now reflect those of two years ago. For quite some time now extensions can and have (ScriptSafe, ABP) been blocking connections to the servers from which ads are served instead of merely hiding them. Arguments to the contrary are quite frankly bullshit.

    8. Re:Adblock plus by geminidomino · · Score: 1

      Still no dice on embedded scripting though, right?

    9. Re:Adblock plus by Anonymous Coward · · Score: 1

      Adblock Plus for Chrome stops ads on the network level as well.

    10. Re:Adblock plus by Hentes · · Score: 2

      Mind you that the tested browser was a Firefox without any addons, which is why it appeared so fast.

    11. Re:Adblock plus by Savage-Rabbit · · Score: 1

      Real adblock that stops unnecessary downloads makes more performance difference at this point, than any sort of rendering engine chances. It has the nice side effect of limiting how much tracking of you goes on too.

      You mean like the size of the SSD and the RAM makes more of a difference in the long term usability of your laptop than whether it has an 1,7 or 1,8 GHz Core i5 CPU? That still does not stop people from trying to wring a 40% discount out of the fact that the thing 'only' has the 1,7 GHz CPU when you try to sell it.

      --
      Only to idiots, are orders laws.
      -- Henning von Tresckow
    12. Re:Adblock plus by amicusNYCL · · Score: 1

      I agree, they should test Firefox with the top 5 or 6 extensions installed, not the stock browser. They should determine the average number of extensions that each browser uses, install the most popular ones on each browser, and run the results again.

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
    13. Re:Adblock plus by hobarrera · · Score: 1

      adsuck should be ever lighter than privoxy, and it's easy to setup for the entire network.

      adsuck filters DNS requets for domains know for serviding ads (like adserver.adclick.com, or something alike).
      Not 100% accurate, but still pretty good. Network usage also goes down considerably.

    14. Re:Adblock plus by steelfood · · Score: 1

      AdBlock Plus was compromised a while ago by its own developer. AdBlock Edge is the fork without the "acceptable ads."

      NoScript and AdBlock will make old versions of FF perform better than new ones without either extension.

      --
      "If a nation expects to be ignorant and free in a state of civilization, it expects what never was and never will be."
    15. Re:Adblock plus by Ash-Fox · · Score: 1

      I hold you responsible for summoning APK.

      --
      Change is certain; progress is not obligatory.
    16. Re:Adblock plus by Ash-Fox · · Score: 1

      I've already disproven APK before on my DNS solution, I don't need to do it again.

      --
      Change is certain; progress is not obligatory.
  3. Chrome? Why the love? by Anonymous Coward · · Score: 5, Insightful

    I don't get the love for Chrome among geeks. Why would anyone willingly use a browser funded by a search giant who makes money off of scouring your privacy and already has a history of handing things over to the NSA?

    1. Re: Chrome? Why the love? by cerberusss · · Score: 1

      I love the way the Chrome tabs take up less space. Very useful on a 13" MacBook.

      --
      8 of 13 people found this answer helpful. Did you?
  4. In Windows 8 64 Bit As Defined by Tom's Hardware by eldavojohn · · Score: 3, Insightful

    Neat test but I think the summary could at least clarify that the test system is Windows 8 64 Bit. It doesn't really mean a whole lot to me when I'm running a 64 bit distribution of GNU/Linux. Also the tests are selected by Tom's Hardware as a suite ... some of these tests are fairly meaningless to me and I feel like something like cold start time should be more heavily weighted than, say, hardware acceleration performance. The wait time on start up affects everyone and is unavoidable where hardware acceleration is nice but also not something I focus on. Also, why is a topic like "security" included in a "performance" test? I think standards compliance and security should be separated out to their own scores.

    Is anyone reading this actually using Windows 8?

    --
    My work here is dung.
  5. I don't use firefox for its speed. by Anonymous Coward · · Score: 5, Insightful

    I use it because it respects my privacy and freedom, not that i ever complained about firefox being slow, but speed was never the main factor of my decision to use firefox instead of chrome.

    1. Re:I don't use firefox for its speed. by vux984 · · Score: 1

      Chrome has the ad / tracking crap built in. Its open source, but so what?

      Yes, there's chromium which is chrome without the crap, but why bother with a version of chrome than has been cleaned up when I can just run something that isn't built to try and harvest data from me over in the first place?

      and there are many "Freedom" alternatives?

      Yes, and Firefox is one of them. So he uses that. What is your question exactly?

    2. Re:I don't use firefox for its speed. by antdude · · Score: 1

      For me, addons. :)

      --
      Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  6. Memory hog by EmperorOfCanada · · Score: 3, Interesting

    I regularly see my Firefox cracking a gig of memory. Then after a few days use it often starts getting weird. Then when I try to quit it the damn thing won't go away so I have to do a "Force Quit". I primarily keep using it because firebug is so good.

    1. Re:Memory hog by MightyYar · · Score: 4, Interesting

      Same here. It can get so large and complicated in memory that it takes 10 minutes to quit. This seems to be mostly limited to the Mac version. I'm a slave to vertical tabs, though, so I haven't used Chrome since they abandoned that feature.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    2. Re:Memory hog by silviuc · · Score: 1

      Go on add-on diet friend. I'm using just lastpass and status-r-evar (stupid name, yes) and I barely see it climb over 600MB. It usually sits around 500MB. Also, I have it set up so that plugins start on-demand.

    3. Re:Memory hog by hedwards · · Score: 2

      Are you sure that it's Fx and not an extension you're running? The only times I see Fx using more than 512mb of RAM is when I'm playing one of those stupid flash games. And most of the time Fx is using less than 300mb or so of RAM.

      I suppose you might also have a much larger number of tabs open than I do, but still.

    4. Re:Memory hog by marsu_k · · Score: 1

      I also keep using FF because of Firebug (and AdBlock+) - but in my experience, with many tabs open, Chromium takes much more memory. This is on x64/Linux, YMMV.

    5. Re:Memory hog by Anonymous Coward · · Score: 1

      Agreed. Every time they say they have fixed memory problems, I know within 2-3 days that they haven't. Once it starts getting close to a gig, it gets really sluggish (despite having 12GB of memory in my system and nothing else running). Over a gig and it's intolerable to use.

      Oh, and FYI: you don't have to force it closed. If you wait 2-5 minutes, it will usually close itself. If you keep an eye on it's memory usage after you try to close it, you will see that the memory will gradually shrink little by little, and then eventually it will close. It's just taking forever to do all of it's cleanup. That said, I see no advantage to wasting time waiting, so I just force it closed anyway.

    6. Re:Memory hog by caspy7 · · Score: 2

      It's no defense of Firefox, but one, not-fully-solved issue is crufty profiles. Over time a profile *can* acquire database corruptions as well as other issues (like already uninstalled addons having changed and left about:config settings). These can all lead up to:

      • - Poor memory use
      • - Slow startup/shutdown
      • - Increased jitters & pauses
      • - Instability

      The profile isn't always the issue, but if you've chased down other potential causes (poorly behaving addons, plugins, etc) and your profile is a year or two old, you might consider doing a Reset. It will save your old profile to the desktop and import your data to a new one. Some data is not transferred - like preferences and addons - it's all listed on the page I linked.
      This can be a nice solution to chronic problems and one I'd recommend before giving up on Firefox.

    7. Re:Memory hog by El_Muerte_TDS · · Score: 1

      I think this is due to Firebug and some websites. Quite often I have to restart Firefox because it has become sluggish after using Firebug for a while. I haven't taken the time to further investigate the issue.

    8. Re:Memory hog by amaurea · · Score: 1

      My experience with firefox's performance is generally good - I have not seen the kind of degrading performance many here suffer from. But I have noticed one thing - while the full history window is open, the browser becomes much slower. Perhaps this is the issue for some of the other people here too? I haven't tested this for a while, though, so it might have been fixed already.

    9. Re:Memory hog by EmperorOfCanada · · Score: 1

      You Sir, are a god.

      Did the reset, reinstalled my favorite plugins, and FF now runs as one would expect it to. I didn't lose any data including the insidiously necessary url completion.

      Thank you!

    10. Re:Memory hog by Nemyst · · Score: 1

      My Firefox is hovering at 700mb right now, which is higher than usual, but honestly? RAM is cheap. I have 16gb, I don't give a damn about it. Empty RAM is wasted RAM, so even if FF uses a few gigs I won't complain if it means it's faster/smoother/better.

    11. Re:Memory hog by caspy7 · · Score: 1

      NP.
      I did this on my brother's machine and his startup went from painfully slow to quick.

    12. Re:Memory hog by thenextstevejobs · · Score: 1

      How much memory do you see Chrome using? Seems an unsaid comparison on your part. Keep in mind it's usage is spread across dozens of processes. I have usually noticed Chrome to be more responsive than Firefox when I have 50+ tabs going, but I can't say that it's memory usage is necessarily any better in my experience.

      --
      Long live the BSD license
  7. Re:Chrome? Why the love? by MightyYar · · Score: 2

    They like it for the same reason non-geeks do: it is very fast and stable, and it doesn't seem to leak memory like Firefox.

    That said, I abandoned it because they got rid of their support for vertical tabs.

    --
    W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
  8. Why I cut back on Firefox, why would I use just 1 by xxxJonBoyxxx · · Score: 1

    I cut back on Firefox because it froze up on me too many times on sites with Flash - even with Flashblock enabled and all software updated. I do most of my surfing on Chrome now.

    However, the reason why I typically run three browsers at a time at work is this: one for my corporate ID (IE), one for web surfing and personal sites (Chrome), and one for my alternate IDs (Firefox). I know Google Chrome is capable of split personalities (i.e. Incognito mode); if there was one feature that would get me to consolidate to a single browser it would be the ability to run multiple instances as different personalities at the same time.

  9. Re:Geometric mean? by R.Mo_Robert · · Score: 5, Insightful

    Geometric mean is useful for comparing when the expected range or units of values is different. For example, startup time is measured in seconds, but BrowsingBench numbers are things like the unitless 6646. The arithmetic mean would fail to "normalize" these values and give disproportionate weight to some over others; the geometric mean is one way of trying to account for this.

    --
    R.Mo
  10. Re:Sadly, no ... by Anonymous Coward · · Score: 5, Informative

    god-fucking-dammit how many freaking times do we have to tell you that firefox is not disabling that option, its simply hiding it from the options menu. You can still disable javascript through the about:config menu (javascript.enable) and addons like noscript.

  11. Re:In Windows 8 64 Bit As Defined by Tom's Hardwar by Ambassador+Kosh · · Score: 3, Interesting

    On all my systems I start the system when I boot up and it stays running pretty much indefinitely. When I am done with the system for the day I just hibernate the system. I just care how well the browser works over time and that it doesn't go nuts memory wise. Since my laptop has 16GB of ram I worry very little about the browser.

    I do like hardware acceleration a lot though. What I find is that it translates to better battery usage and the system runs faster while also running longer.

    Overall I care about performance, standard compliance, security, responsiveness, and to some extent memory usage. At this point though it doesn't really matter if you choose Firefox or Chrome.

    --
    Computer modeling for biotech drug manufacturing is HARD! :)
  12. Re:Sadly, no ... by MightyYar · · Score: 3, Informative

    Firefox has addons, several of which will let you disable js if that is your thing. NoScript is a popular one.

    --
    W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
  13. Re:Add Memory Usage! by Anonymous Coward · · Score: 1

    They looked at memory efficiency, and Firefox was generally solid. For heaven's sake, RTFA before you complain.

  14. Re:Sadly, no ... by squiggleslash · · Score: 4, Informative

    There's nothing stopping you from sticking with Firefox 22. While later versions will have more support for more modern standards, if you're not going to run Javascript then it's not going to matter a whole lot what the new standards are.

    In the meantime, understand too that while Firefox 23+ may not provide a UI to disable JS across the browser, it is still a low-level setting for now in about:config, and Firefox continues to be the only browser that supports extensions - meaning that options like YesScript, NoScript, and to a lesser extent Ad-block+ will always be available to provide the functionality you're after.

    --
    You are not alone. This is not normal. None of this is normal.
  15. Re:Why I cut back on Firefox, why would I use just by bz386 · · Score: 1

    Chrome supports multiple "users". Each has their own set of cookies, bookmarks, sync settings, etc. I use it all the time to split my browsing between work and home.

  16. Re:Chrome? Why the love? by Virtucon · · Score: 1

    TLS 1.1 support that isn't wrapped up in Internet Explorer for one and the DEV versions now have support for TLS 1.2. Firefox needs to get with the program (Firefox 23 will have TLS 1.1 support)

    --
    Harrison's Postulate - "For every action there is an equal and opposite criticism"
  17. Re:In Windows 8 64 Bit As Defined by Tom's Hardwar by Urkki · · Score: 1

    Start up speed? It seems to be fast enough on any browser with a laptop from 2009, so I don't see it as relevant thing to measure. Or how many times per week do you restart a browser?

  18. Re:It's the plug-ins by Virtucon · · Score: 1

    Get off of XP and onto Linux or Windows 7 or Windows 8 or OS/X for that matter. Stability problems with Flash are played out.

    --
    Harrison's Postulate - "For every action there is an equal and opposite criticism"
  19. Speed != Responsiveness by oGMo · · Score: 4, Insightful

    It doesn't matter that much if one is slightly faster in Javascript or rendering when Firefox will halt up for 5-10 seconds rendering a new tab. Maybe it's faster than Chrome, but if I have to wait for it, it doesn't matter. It doesn't matter how much Firefox devs work on "UI sluggishness" if it's a single thing can lock up all input to the browser.

    --

    Don't think of it as a flame---it's more like an argument that does 3d6 fire damage

    1. Re:Speed != Responsiveness by sandytaru · · Score: 1

      There's also the intuitiveness and cleanness of the UI in Chrome. It's fast, and it does things I didn't even know I wanted it to do (like rendering my bookmarks toolbar within the browser window in new tabs when I've hidden it.) I was a big Firefox advocate several years ago, but they're going to have to do a lot more than being slightly faster at loading certain parts of a web page to get me off Chrome now.

      --
      Occasionally living proof of the Ballmer peak.
    2. Re:Speed != Responsiveness by QuietLagoon · · Score: 1

      when Firefox will halt up for 5-10 seconds rendering a new tab

      You've noticed that also.

      .
      Though I would call it more of a paralysis than a halt. Firefox goes completely unresponsive. Unnerving at best. And hardly what I would expect of a top-rated "performance-crown-winning" browser.

    3. Re:Speed != Responsiveness by bill_mcgonigle · · Score: 2

      It doesn't matter how much Firefox devs work on "UI sluggishness" if it's a single thing can lock up all input to the browser.

      The Gods have smiled and sent the clue-bat flying through MoFo last month, so Electrolysis is back on.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    4. Re:Speed != Responsiveness by Patch86 · · Score: 1

      There's also the intuitiveness and cleanness of the UI in Chrome.

      That's subjective. I can't stand the stripped-down Chrome-style UI. In fact one of my biggest complaints about Firefox (still my main browser) over the last couple of years have been the "Chromification" of the UI.

    5. Re:Speed != Responsiveness by DuckDodgers · · Score: 1

      Hallelujah. (Not that I'm religious.)

      I don't have a particular loyalty to Mozilla but I don't want to see "One Browser To Rule Them All", even if most of that browser (Chrome) is released as open source. Competition is good. I was shocked the Electrolysis was postponed and thrilled to see it back under development. Between that and the "Snappy" project linked from the main article above, Firefox has a real shot at continuing to challenge Chrome for the performance crown and (more importantly) behaving as responsively as Chrome in real world use.

    6. Re:Speed != Responsiveness by QuietLagoon · · Score: 1

      I've restarted Firefox with the "Restart with Add-ons Disabled" option. And I still see the paralysis.

  20. Re:Why I cut back on Firefox, why would I use just by squiggleslash · · Score: 1

    It's not perfect but Multifox provides the ability to use seperate environments within Firefox. As an alternative you can manually create launchers for Firefox with the -P flag.

    --
    You are not alone. This is not normal. None of this is normal.
  21. Re:Why I cut back on Firefox, why would I use just by NormAtHome · · Score: 1

    I still use FireFox as my browser but I agree, in the last two or three versions I've seen FireFox crashing and restarting much more than it ever did before and in the last six months it seems to me that FireFox is not as responsive as it once was.

    Also I've seen at least once a day (most of the time 3 or more times) "the flash plugin has crashed" or "the flash plugin has stopped responding" and I have to click "Stop plugin" to continue. I'm not saying this is a FireFox problem as it could be a Flash plugin problem or a problem between Flash and the page I've looking at but all in all these problems just add up to an annoying user experience.

  22. Re:In Windows 8 64 Bit As Defined by Tom's Hardwar by AmiMoJo · · Score: 2

    Hardware acceleration gives you nice smooth scrolling. It is also vital for Firefox because they changed the way images are decoded in a misguided attempt to reduce memory consumption. Instead of decoding images are as they are loaded they are now decoded as they are displayed, so unless you have top-notch hardware with full acceleration scrolling judders like mad on pages with medium sizes images.

    --
    const int one = 65536; (Silvermoon, Texture.cs)
    SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  23. Re:Geometric mean? by artor3 · · Score: 4, Insightful

    So what's your theory on why Tom's Hardware would change their ranking system specifically to engineer a Firefox victory?

    I know people joke about never reading TFA, but knee-jerk cynicism is no replacement for actual knowledge. If you're going to accuse someone of deceit, you really ought to at least check on who's making them claim in the first place.

  24. Re:No by hedwards · · Score: 1, Insightful

    Mozilla is taking the same direction that google is at this point. I used to love Fx, but now I tolerate it. With the asinine version number bumping, the UI tweaks for no particular purpose and them taking their eye off of the ball when it comes to real improvements.

    Seems like I should just use Chrome because the Mozilla devs seem to want to turn Fx into Chrome.

  25. Re:Why I cut back on Firefox, why would I use just by xxxJonBoyxxx · · Score: 1

    >> Chrome supports multiple "users".

    The "switch to different user" isn't quite what I'm looking for. I want something that allows me to be signed on to Gmail and other services as three different users (day job, personal, side business, etc.) at the same time.

  26. Re:unfortunately, neither work by Skapare · · Score: 1

    The lack of a clear and rock solid standard for how to render the HTML/CSS combination is probably part of the problem of "never been able to draw webpages correctly". Shouldn't I get a pixel perfect identical display from the same web site content, on each different browser? If not, and left up to the interpretation of the browser developers, then expect crap.

    --
    now we need to go OSS in diesel cars
  27. Re:Nope by xxxJonBoyxxx · · Score: 1

    >> Damn, that's a 108% market saturation!

    Makes sense to me. I always run at least 2 and often 3 different browsers simultaneously - even more if I'm using my phone to surf in front of my computer. (See earlier comment for reasons why.)

  28. Re:Nope by Skapare · · Score: 1

    Damn, that's a 108% market saturation!

    Hopefully they will do better in FF 23 when they remove the ability to disable Javascript. Oh wait ...

    --
    now we need to go OSS in diesel cars
  29. about:config, NoScript, etc, etc, etc by CritterNYC · · Score: 1

    As always, you can disable it yourself within about:config. Or use an extension like NoScript, etc to disable it per-site. You likely knew this and were trolling as most folks who are whining about this setting change are. Mozilla is removing the disable JavaScript box from Options as a browser without JS turned on is pretty useless today. A ton of sites won't work right. Most web developers don't even bother to check for JS being disabled anymore, nor should they as JS exists everywhere and in every modern phone browser, too. And the 2m people running NoScript no enough to enable JS when a website doesn't work.

  30. Re:In Windows 8 64 Bit As Defined by Tom's Hardwar by Anonymous Coward · · Score: 1

    That is the ENTIRE POINT of a geometric mean. Before you complain, try having some idea of what you are complaining about.

  31. Re:In Windows 8 64 Bit As Defined by Tom's Hardwar by hedwards · · Score: 1

    The Fx on my system has serious issues with start up time. I'm not sure what the problem is exactly, but it's gotten quite bad lately. I suspect that it has something to do with the large number of bookmarks I have as I don't have very many extensions installed and I'm carrying over bookmarks from years ago because I haven't bothered to go in and clean house.

  32. Memory Usage by asavage · · Score: 2

    The test with the biggest difference was memory usage, with Firefox using half the memory of Chrome. This matches comparisons I have done. If you ever have to use an older computer with 2GB of RAM Chrome is pretty much unusable while Firefox works fine. I have an SSD so I turned off virtual memory. With 8GB of RAM I would have to close Chrome if I want to play a game but have no problems with Firefox.

    1. Re:Memory Usage by Colonel+Korn · · Score: 1

      The test with the biggest difference was memory usage, with Firefox using half the memory of Chrome. This matches comparisons I have done. If you ever have to use an older computer with 2GB of RAM Chrome is pretty much unusable while Firefox works fine. I have an SSD so I turned off virtual memory. With 8GB of RAM I would have to close Chrome if I want to play a game but have no problems with Firefox.

      Firefox has always been slimmer than Chrome.

      --
      "I zero-index my hamsters" - Willtor (147206)
  33. Re:is this some kind of joke by the_cosmocat · · Score: 3, Funny

    Perhaps you could launch IE 6 to refresh your memory. I think you begin to think about IE6 with nostalgia...

  34. Re:Sadly, no ... by Freedom+Bug · · Score: 1

    How many people used the "disable javascript" option? NoScript is so superior that most people that would use disable javascript have or should have switched to NoScript. An option that nobody uses or nobody should use is the very definition of an option that should be removed.

  35. Re:Add Memory Usage! by hedwards · · Score: 1

    I think he's talking about Chrome, because Fx generally has one of the lowest RAM utilizations of GUI based browsers.

  36. Re:Geometric mean? by Trepidity · · Score: 4, Informative

    To be more specific, the geometric mean has the property that a 5% change in factor A and a 5% change in factor B have the same influence on the result, regardless of their units.

  37. Disagree by brunes69 · · Score: 1

    I find way more useful extensions in the Chrome web store than I do in the Firefox store nowadays. In fact, Chrome's addons are what keep me tied to the browser.

    1. Re:Disagree by gnick · · Score: 1

      ...Chrome's addons are what keep me tied to the browser.

      Why be tied to anything? At work, I only use 2, depending on what I'm doing. At home, I use 3. I used to be a FF aficionado, but have strayed as its memory hogging has bloated. Now, I typically stick to Chrome except when things don't work. Then I resort to IE or FF. Do we really have to decide whether we want burgers OR tacos for the rest of our lives, or just pick according to floating whims?

      --
      He's getting rather old, but he's a good mouse.
    2. Re:Disagree by andreicristianpetcu · · Score: 1

      Also Fire Fox has the new Developer Tools with tons of features. FF + Developer Tools + Firebug (the real one, not the Light version) = cool web development

    3. Re:Disagree by h4rr4r · · Score: 1

      For me it is because of vimperator. I wish chrome had proper support for it. That means stripping out all the normal UI. no URL bar, no back and forth nothing.

    4. Re:Disagree by Anonymous Coward · · Score: 1

      actually both Chrome and Firefox already come with a builtin tool that is in my opinion better than FireBug (in Chrome just press crtl+shift+i

    5. Re:Disagree by irae · · Score: 1

      Built-in tools in Chrome are much better than Firebug IMO. Just press F12. The layout is a bit different but after a while you won't go back.

    6. Re:Disagree by Luthair · · Score: 2

      Erm Chrome actually uses the most memory while Firefox uses the least.

    7. Re:Disagree by HaZardman27 · · Score: 2

      Holy crap, save yourself some serious pain and just use Chrome's native developer tools (which are, IMO, superior to Firebug) rather than using that crappy Firebug Lite hack.

      --
      Apparently wizard is not a legitimate career path, so I chose programmer instead.
    8. Re:Disagree by gnick · · Score: 2

      Depends on how you use it. [In my experience] Chrome does well with Netflix, but flakes out when my wife is trying to play FB games. FF will play her games, but cannibalizes itself on memory if she does it for long - IE does better (as dirty as I feel saying that.) Chrome and FF come out as about a wash for casual browsing but, for reasons that may be irrational, I've leaned toward Chrome ever since FF ticked me off for blowing out memory when my wife was gaming. [Damn you Candy Crush! I used to actually see my wife's FACE from time to time!]

      --
      He's getting rather old, but he's a good mouse.
    9. Re:Disagree by marsu_k · · Score: 3, Interesting

      Wake me up when the Chrom(e/ium) console is better. Yes, both allow tab-completion of properties of an object. However (as a contrieved example), say you have an object "foo" that has a method "bar" that returns an object of type "baz". In both, I can type "foo.b" and select the "bar" method. But in Firebug, I'm able to write "foo.bar()." and autocomplete properties of "baz". If you're working with something like ExtJS it's godsend. Also the network tab is much more useful in Firebug - in Chrom(e/ium) one can sort by type, but there's no way to show only requests of a certain type.

    10. Re:Disagree by amicusNYCL · · Score: 1

      If you're working with something like ExtJS it's godsend.

      That's the thing I like the least about Chrome's developer tools. Working in ExtJS, I'll start inspecting objects or sending them to the console or whatever and it identifies the objects as things like "sb" or "f" rather than Ext.data.JsonStore or whatever it is. Of course, for ExtJS developers (and eventually other frameworks), there is also Illuminations for Firebug.

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
    11. Re:Disagree by Cinder6 · · Score: 1

      It also depends on the platform. While I use Chrome*, it definitely uses more CPU than Firefox, which leads to faster battery drain. It's especially problematic on eBay, for some reason. When the next version of OS X comes out, I'll probably switch back to Safari for the power savings alone.

      *I use Chrome for the tab/bookmark sync with my iPhone, as there's no iOS version of Firefox. I don't use Safari because I also have a Windows box and want sync there, too.

      --
      If you can't convince them, convict them.
    12. Re:Disagree by ahabswhale · · Score: 1

      In Chrome you CAN sort by type and you can filter to only see that type. In fact, it's trivially easy to do. I'm guessing that you spend most of you time in Firebug and simply don't have the same mastery in Chrome's dev tools. And you're right, your console issue is pretty contrived and so easy to work around as to be a pointless comparison.

      --
      Are agnostics skeptical of unicorns too?
    13. Re: Disagree by marsu_k · · Score: 1

      It was a contrived example because I was trying to be general, but let us be specific then: "Ext.getStore('myStore').getById('someId').get('property');". In Chrome, tab completion ends at Ext.getStore - I'm guessing Firebug tries to execute the code in the background as you type because it works all the way.

    14. Re: Disagree by ahabswhale · · Score: 1

      Sounds dangerous to me. There could be unintentional side-effects to that kind of aggressive completion. That said, I've never needed that functionality.

      --
      Are agnostics skeptical of unicorns too?
    15. Re: Disagree by marsu_k · · Score: 1

      I don't mean the browser would actually execute the code, that would be both dangerous and stupid. But the browser has complete control of the JS runtime, so I guess Firebug executes the code, checks the return value and returns the state of the runtime to what it was before. Obviously no XHRs are sent when doing this. As a fellow poster noted above, this is very handy with ExtJS.

    16. Re:Disagree by jalopezp · · Score: 1

      I use vimperator at work because Windows sucks three balls on having choice of software. I much rather have one that was built with keyboard interface. I'm currently using dwb at home and quite pleased.

    17. Re: Disagree by gigaherz · · Score: 1

      They probably don't need to execute. Static code analysis can take care of it for certain cases, and code annotations (where you hint the interpreter to what you intend to do) can also help.

  38. Re:How about fixing a 7-month old text rendering b by CritterNYC · · Score: 2

    Just set gfx.direct2d.disabled=true and the problem is solved. That's what the fix for the bug is anyway (they'll do it automatically with a hardware blacklist). It isn't like Mozilla can force AMD to fix their broken, abandoned drivers.

  39. Re:Sadly, no ... by DragonWriter · · Score: 4, Informative

    and Firefox continues to be the only browser that supports extensions

    Firefox may support a more robust extension model than other browsers, but it certainly isn't the only browser that supports extensions.

  40. Re:unfortunately, neither work by DragonWriter · · Score: 1

    Did anyone notice that Chrome has never been able to draw webpages correctly or basically use flash at all

    No.

    In fact, I've noticed quite the opposite on both of those points.

  41. I just don't see the difference by sjbe · · Score: 1

    With these results, and Firefox developers focusing in fixing the UI sluggishness, can this be the start of a Firefox comeback, after years of slow market share decline?"

    I see these sorts of "performance" comparisons all the time. As I type this I have both Chrome and Firefox open and in use and honestly I cannot see any meaningful difference in speed between them. I'm sure some benchmark suite could find a difference but in day to day usage it simply does not matter which I choose. Any difference in speed on my computers is basically insignificant.

    I have had problems with Chrome's printing being flakey but it's not a speed issue.

    1. Re:I just don't see the difference by Shados · · Score: 1

      It doesn't matter which you choose, which is the point.

      As all browsers get faster, developers can write more complex applications (or...unfortunately, write worse code and no one will notice).

      We have a very complex JavaScript app here, and as browsers get faster, we can add more features. We have to gracefully degrade for old versions of IE (not in term of features, but in term of how "pretty" these features are...animations and stuff) but that's it. If Firefox or whatever were not keeping up, we could not put these things in for just one browser, it wouldn't be worth it.

  42. Re:Sadly, no ... by Anonymous Coward · · Score: 1

    Even Konqueror supports extensions.
    There aren't any, but if there were it would support them.

  43. Re:In Windows 8 64 Bit As Defined by Tom's Hardwar by geminidomino · · Score: 1

    How long ago was that change? I'm wondering if that might not be the cause of the clunkiness I've been seeing for a little while.

  44. The performance crown was won by... by QuietLagoon · · Score: 2
    ... Firefox by a relatively small margin. Indeed, in some areas, Firefox is slow, other areas, such as Javascript, Firefox is, at best, middling.

    .
    At this point, if you are deciding upon which browser to use, perhaps the browser with the marginally highest performance benchmark numbers may not be the browser for you. Here is a difference that matters more to me: when I change the http proxy settings in Firefox, only Firefox is affected. However, when i change the http proxy settings in Chrome, the proxy settings for Windows are changed, meaning that other applications are affected. For this reason I use Firefox instead of Chrome, even though Firefox is a lot slower on a web page I frequent a lot.

    1. Re:The performance crown was won by... by Arker · · Score: 1

      Chrome is just unbearably creepy. It installs itself like a virus, keeps begging you to 'sign in' to something you dont want or need so you can be more effectively tracked, and fundamentals like noscript are missing/broken.

      Firefox is by far the fastest browser for me, for the simple reason that noscript works properly on it and we leave large amounts of useless crud on the server without downloading it let alone trying to parse it. But with default settings every modern browser is absolute crud.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    2. Re:The performance crown was won by... by QuietLagoon · · Score: 1

      Chrome is just unbearably creepy. It installs itself like a virus, keeps begging you to 'sign in' to something you dont want or need so you can be more effectively tracked....

      I cannot disagree.

  45. Re:Why I cut back on Firefox, why would I use just by Anonymous Coward · · Score: 2, Informative

    Uh, that's exactly what chromes profiles do. I've got 2 different chrome windows right now, both logged into their own gmail accounts. Now, if you want them in the same window, that's not possible. The only way to do that is with gmail's "switch user" feature, but that's gmail specific, and doesn't isolate all of your data (cookies, history, etc) the way chrome profiles do.

  46. Then why does Firefox still "feel" slower? by blahbooboo · · Score: 1

    Maybe it's that javascript engines don't matter as much anymore? Chrome loads pages and responds so much faster than Firefox. I would like to use Firefox, but it's a dramatic difference in performance between the two browser. Can anyone explain why?

    1. Re:Then why does Firefox still "feel" slower? by DuckDodgers · · Score: 4, Insightful

      I think it's the pauses. This is mostly speculation, but from what I understand Firefox runs very quickly but much of it is still single-threaded (or in simpler terms, most of what it does is running in a single sequential order). That means Firefox might be doing important calculations lightning fast in the background, but while those calculations are running the graphical window in front of you pauses temporarily. Chrome is better at multi-threaded, multi-process execution, so the user interface is responsive while background work happens.

      Both might take 12 seconds to render a particular web page, but Chrome might load one visual element every few tenths of a second for the entire 12 seconds. Firefox will appear to load half the page, freeze for 9 seconds, then load the last bits. Either way you're done in 12 seconds, but Firefox gives the impression of being painfully slow.

      The good news is, per the article Firefox is putting a renewed investment in asynchronous operations: https://dutherenverseauborddelatable.wordpress.com/2013/04/10/announcing-project-async-responsive/ (same link as up top) and further up in the discussion someone mentioned that Firefox has decided to revisit their abandoned project to split individual browser tabs into separate threads and processes http://slashdot.org/comments.pl?sid=3929071&cid=44165865

  47. Re:Geometric mean? by Bearhouse · · Score: 2

    Even more specific, it's the nth root of the product of n numbers, but your example explains better why it's used in this case.

    http://en.wikipedia.org/wiki/Geometric_mean

    Of course, the median is another useful indicator of central tendancy, less effected by extreme values...

    http://en.wikipedia.org/wiki/Median

  48. It's been fast enough for a long time by msobkow · · Score: 2

    Only the worst of Java-script heavy pages slow down on modern hardware with any of the browsers. 99.999% of the time the "slow" is because of AJAX queries to an unresponsive website, and there is bugger all the browser can do about that.

    I tweak code performance beyond reasonableness, too. It's a "hacker thing." But it's not something the user can really see or notice once the first rounds of tuning are done, though. But there's an ego involved in producing the best and fastest code possible, even if no one else can tell the difference without a nanosecond stopwatch.

    --
    I do not fail; I succeed at finding out what does not work.
    1. Re:It's been fast enough for a long time by thenextstevejobs · · Score: 1

      Only the worst of Java-script heavy pages slow down

      So, almost any website updated or created in the last few years

      --
      Long live the BSD license
  49. Re:In Windows 8 64 Bit As Defined by Tom's Hardwar by SuseLover · · Score: 1

    Wow, talk about an instant gratification society. You can't wait a WHOLE 3 SECONDS for a program to start?

    Maybe you need to get off Windows. I run FF on my Linux system where I usually keep it running for weeks/months at a time. It takes maybe 3 seconds to get running and no OOM and no crashes (the rare crash is usually due to a plugin, and performance issues are almost always due to Flash/Java sites). My current desktop has had FF open for 9 weeks now and is using ~250M in RAM.

    The rendering speed has been more than adequate for me, most of the wait time is due to network latency or graphics intensive pages that take time to display on my system (no hardware GPU) regardless of the app displaying them.

    Plus I trust the Mozilla foundation waaaaayyyy more than I would ever trust Google.

    As always, YMMV

  50. Re:Sadly, no ... by squiggleslash · · Score: 1, Insightful

    To the people responding "But other browsers support extensions! You're an idiot!", yes, technically you're right, but I'm referring to the specific type of extension that would allow something like NoScript/YesScript to be viable, and I'm talking about mainstream browsers (no, Konqueror is not mainstream.)

    Yes, I'm technically wrong, but in terms of the point I was trying to make, not in any way that matters.

    --
    You are not alone. This is not normal. None of this is normal.
  51. Re:Why I cut back on Firefox, why would I use just by blakelarson · · Score: 1

    You can already do multiple Gmail users. Try https://mail.google.com/mail/u/1 and see what you get. I know you can get to multiple logins through Gmail settings, but the link works quickly for me. Increment the final digit for more. Your "other services" would still be a problem, though.

  52. This might be true but only on the desktop by jbssm · · Score: 2

    Although I can believe this to be true in the Desktop - at least in Windows desktop.

    The truth is that on the Android platform the situation is quite diferent. You can check this link: http://www.cactusinception.info/2013/06/android-browser-benckmark-june-2013.html

    The comparison is from last month, and if you read the iOS post about the browsers, you can see the testing methodology changed a bit. But still, using the new tests, Firefox still comes out in the back, altough in that case Opera surpasses Chrome. That part will be updated very soon.

  53. Re:Safari ? by ArcadeMan · · Score: 1

    Last time I checked, Safari wasn't available for Windows anymore. And Safari is very good on OS X, hence the reason why psergiu asked why it was left out. Maybe the next Firefox still sucks on OS X too. I mean, why should I care about Firefox for Windows if I don't use Windows?

  54. Re:Nope by Luthair · · Score: 1

    Except that they're only removing it from the Options window, not from the browser? (e.g. it will be in about:config where all the advanced tweaks are)

  55. Re:Sadly, no ... by Bacon+Bits · · Score: 3, Insightful

    about:config is the browser equivalent of the Windows registry or /etc/ files. Unless you're actually doing something a computer professional would need to do, it's a failure of user interface to require the user to do it.

    --
    The road to tyranny has always been paved with claims of necessity.
  56. Re:Ctrl-Shift-N and "Open Image In New Tab" by geminidomino · · Score: 1

    Not that I'm a fan of any of the current offerings, but for the sake of information: Firefox has private browsing and image-in-new-tab ability (middle-click on "view image")

  57. Re:Chrome? Why the love? by flimflammer · · Score: 5, Informative

    Firefox is funded by the same search giant.

  58. Re:No by master_kaos · · Score: 1

    not to mention there still are huge memory leaks. I had a fresh machine no addons after running for a week firefox was running really sluggish (chrome was running great). Firefox was using 1 gig of ram.. this with 10 tabs open. I quit firefox, restarted, reloaded the 10 tabs and it worked fine again

  59. Re:Geometric mean? by Anonymous Coward · · Score: 1

    The median misses the point. There is an implicit weight of each score in an arithmetic mean (it has to do with the dimensions of the score). By re-scaling (say from milliseconds to seconds or hours), the relative importance of a particular score can be massively different. With the geometric mean, the choice of (multiplicative) scale for each score does not affect their relative importance. Unless you have some good reason to chose particular scales of each score, the geometric mean is the way to go.

  60. Re:Geometric mean? by Pieroxy · · Score: 1

    And when do they make a benchmark for Linux and/or MacOS? Or with the debugging tools opened (firebug / chrome debug / ...) ?

    Because both these factors will throw Firefox down the drain real fast in my experience.

  61. Simple step to doulbe the speed of chrome... by Lumpy · · Score: 1

    Install and run NoScript.

    Honestly, 90% of the websites out there are written by morons. Their javascript and flash are so convoluted and a mess that it even causes lockups on the browser.

    Even slashdot has far too much JS in it for what the site is presenting.

    --
    Do not look at laser with remaining good eye.
  62. Re:Safari ? by geminidomino · · Score: 1

    Do any of the existing windows or linux browsers still use the same rendering engine? I'm not buying a mac just to test websites, and never had any luck with Hackintosh VMs.

  63. RTFA by zakkudo · · Score: 1

    It doesn't matter that much if one is slightly faster in Javascript or rendering when Firefox will halt up for 5-10 seconds rendering a new tab. Maybe it's faster than Chrome, but if I have to wait for it, it doesn't matter. It doesn't matter how much Firefox devs work on "UI sluggishness" if it's a single thing can lock up all input to the browser.

    You do realize you quoted the part of the summary that is a link that leads to a page called, "Project Async & Responsive"? Here guys, I'll copy the link down here for you all, https://dutherenverseauborddelatable.wordpress.com/2013/04/10/announcing-project-async-responsive/ I can't believe how many mods didn't RTFA either judging from the mod points of your post...

  64. Re:Sadly, no ... by Anonymous Coward · · Score: 1

    How many sites have you visited with Javascript turned off completely? And do you toggle it on a regular basis or is it set once and forget? if 99.99% of the users don't ever touch it, then it's a good idea to reduce visibility and clutter.

  65. Benchmarks don't matter at all... by mystikkman · · Score: 5, Insightful

    Well, once you get past the tech savvy crowd which is like 1% of the browsing population, even if Firefox truly beats Chrome by a big margin, I don't think this is going to change things one bit for Firefox.

    Chrome is bundled with Java, Acrobat and Flash updates, which ~98% of computers in the world have. Forget a checkbox in a hurry because you want to do something useful and Chrome is installed.

    It is bundled with many PCs by the OEMs who get paid for it.

    It is constantly advertised on TV and on Google properties like Google search engine and Youtube, especially to Opera and IE users.

    Mozilla doesn't have the resources to do the above and,all this explains Chromes' growth among the nontech crowd more than just performance differences.

    I have personally seen many folks for who I installed Firefox back in the day end up using Chrome. When I ask them, most of the time they don't have no idea how they got it. Google's been sinking a lot of money into Chrome over the years(even paying websites $1 per download they drive) and it makes sense because one more Chrome install they don't have to pay money to Firefox and Opera for being the default search for another user. Benchmarks are not going to change any of this.

  66. Re:Geometric mean? by Teun · · Score: 2

    And what is for the average user the relevance to speed by optional debugging tools?

    --
    "The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
  67. Re:Chrome? Why the love? by Spazmania · · Score: 1

    I abandoned it over backspace = page back. Lost too many web app sessions that way.

    But the firefox memory leaks really bother me. Every couple of days it's kill the process and restart.

    --
    Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
  68. Re:Safari ? by ArcadeMan · · Score: 1

    Safari uses WebKit, but since Google made their own WebKit branch, there's no way to know. You could use an older Chrome version, though.

  69. Re:Geometric mean? by gsslay · · Score: 1

    Don't know about deceit, but I do know that my Firefox's noscript blocked no less than sixteen (16) separate sites running scripts on TFA.

    So if anyone has an interest in fast browsers, they have.

    I mean, 16, what possible excuse is there for that on what is effectively just a news article?

  70. Re:Why I cut back on Firefox, why would I use just by unrtst · · Score: 1

    if there was one feature that would get me to consolidate to a single browser it would be the ability to run multiple instances as different personalities at the same time.

    firefox -ProfileManager
    firefox -P

    Maybe i'm reading your request wrong, but that sounds like exactly what you are looking for. I do wish it was integrated into the firefox browser window menu's themselves though (ie. it'd be nice to hit: File->New Profile Window->Profile Name).

    That said, I end up doing the same thing but I divide them up a little differently based on "long running stuff that I'm ok with restarting all at once but don't want to be interrupted by other stuff - ex. gmail, calendar, etc in chrome, and actual browsing in FF).

  71. Re:Geometric mean? by niado · · Score: 1

    I mean, 16, what possible excuse is there for that on what is effectively just a news article?

    Ads.

  72. Re:In Windows 8 64 Bit As Defined by Tom's Hardwar by AmiMoJo · · Score: 1

    Last year I think. Can't remember now.

    --
    const int one = 65536; (Silvermoon, Texture.cs)
    SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  73. Re:Safari ? by geminidomino · · Score: 1

    I guess I could use Midori then. Seems to be the only PC (non-mobile) browser still using it, at least according to wikipedia.

    Thanks.

  74. Re:is this some kind of joke by sexconker · · Score: 1

    Perhaps you could launch IE 6 to refresh your memory. I think you begin to think about IE6 with nostalgia...

    More like nostockholmgia.

  75. Who the hell cares? by Control-Z · · Score: 1

    Who the hell cares if a page renders .02 seconds faster?

    Lynx will always be the fastest!

  76. Re:Sadly, no ... by tbannist · · Score: 2

    I really think the Firefox people think of it like hiding an option to make your feet a valid target on a hypothetical "smart" shotgun. It's an intentional user interface failure because they actually don't want you to shoot yourself in the foot. Of course, if you're a professional who "knows what you're doing", then you can easily change a text file or install No Script.

    --
    Fanatically anti-fanatical
  77. Re:Chrome? Why the love? by DuckDodgers · · Score: 1

    I don't think Firefox has leaked memory for some time, except for some add-ons. If you've read any of the last few Browser Grand Prix comparisons at Tom's Hardware, Firefox has become decent.

    But there was a long stretch when Chrome was clearly superior, and even now Firefox occasionally has some pauses that I just don't see in Chrome. I just hope Firefox continues to succeed because I don't want "one browser to rule them all", even if that browser is built on an open source core.

  78. Re:How about fixing a 7-month old text rendering b by Anonymous Coward · · Score: 1

    How is it that all the other browsers can properly render text even with those "broken, abandoned drivers" on the exact same hardware?

  79. Re:In Windows 8 64 Bit As Defined by Tom's Hardwar by arielCo · · Score: 2

    A geometric mean has that effect (unit-independent figures of merit) only if its constituents "poijt in the same direction". If you multiply opposing figures, a browser can put out 25% less work over a fixed time (as in fps) and take 33% more time for a fixed-workload test, and both changes would cancel out..

    --
    This post contains no rudeness or derision of any kind. All arguments are friendly. Terms and exclusions may apply.
  80. Version numbers by J'raxis · · Score: 1

    I guess rapidly increasing the Firefox version number to the point of meaninglessness actually did pay off. I await Chrome 20,000 any day now, and Firefox once again playing catch-up.

  81. Re:Sadly, no ... by Ksevio · · Score: 1

    But do people other than computer professionals actually disable javascript? Since firefox receives statistics on every button clicked, I'm guessing the usage is so low that accidental clicks make up a good percentage. At that point it's a failure of a user interface to provide extra options that are never used.

  82. Mozilla's own JS tests still rank FF below Chrome by Khopesh · · Score: 1

    And by "Mozilla's stats" I am referring to their internal benchmarking using Kraken (Mozilla/Firefox), Sunspider (Apple/Webkit), and Octane (Google/Chrome). Mozilla owns and operates Are We Fast Yet.com and has a nice JS performance over time comparing each JS engine.

    Do note that this is just JavaScript and not the whole shebang, but these days, they're pretty close. The JS section of Tom's review uses one of these JS tests and has similar results (though they discard its findings). Tom's does conclude that Chrome beats FF handily here.

    I'm pretty surprised to see Chrome beating Firefox handily in JS and HTML and memory efficiency and standards and security yet losing overall. Perhaps too much weight was put into the hardware acceleration piece? Perhaps Tom's forgot that FF startup isn't so good when you load lots of addons (as most do)? My reading of those is that Chrome is the clear winner ... and I'm a Firefox fan (for usability, security, and privacy, mostly via addons).

    --
    Use my userscript to add story images to Slashdot. There's no going back.
  83. Re:In Windows 8 64 Bit As Defined by Tom's Hardwar by DuckDodgers · · Score: 1

    I have Win8 installed, though I don't boot into it often. If you look back on previous Tom's Hardware Browser Grand Prix comparisons, they don't always use Windows. e.g. http://www.tomshardware.com/reviews/chrome-17-firefox-10-ubuntu,3129.html (Ubuntu), http://www.tomshardware.com/reviews/macbook-air-chrome-16-firefox-9-benchmark,3108.html (Mac OS X), http://www.tomshardware.com/reviews/android-web-browser-recommendation,3316.html (Android).

    As the Anonymous Coward wrote, like it or not (and I definitely don't like it) Windows 8 probably already has a bigger share of the consumer desktop and laptop market than Linux. So it makes sense for Tom's Hardware to test on that platform.

    As for the things that are tested, I think it makes sense to include all of their selected categories for two reasons. First, it can potentially show where the development team for a particular product is or is not expending resources. (e.g. If Internet Explorer 11 improves at the speed of DOM manipulation and nothing else, and DOM manipulation wasn't benchmarked, then it would look like Microsoft had done nothing for the new release.) Second, tracking and benchmarking the specific events that cause a slowdown or the impression of a slowdown in a browser is very hard to do. If Firefox and Chrome both take 7 seconds to load a page and Chrome loads it gradually while Firefox loads 90% in one second and then appears to freeze for 5 seconds and then finishes, most people who were not working with a stopwatch would report Chrome as being a dramatically faster browser.

  84. Re:It's the plug-ins by DuckDodgers · · Score: 1

    I don't think so. Flash in Firefox crashed plenty for me on Linux. I finally switched to using two browsers at all times - Firefox for most stuff, and Chrome for Flash-intensive websites (mainly Youtube).

  85. Re:Geometric mean? by Joce640k · · Score: 1

    Don't know about deceit, but I do know that my Firefox's noscript blocked no less than sixteen (16) separate sites running scripts on TFA.

    So if anyone has an interest in fast browsers, they have.

    I mean, 16, what possible excuse is there for that on what is effectively just a news article?

    News sites are by far the worst for that. The number of sites some of them them pull Javascript from is staggering.

    --
    No sig today...
  86. Re:Safari ? by DuckDodgers · · Score: 1

    The Browser Grand Prix tests by Tom's Hardware use a different platform with every test. e.g. http://www.tomshardware.com/reviews/android-web-browser-recommendation,3316.html (Android), http://www.tomshardware.com/reviews/macbook-air-chrome-16-firefox-9-benchmark,3108.html (Mac OS X), and http://www.tomshardware.com/reviews/chrome-17-firefox-10-ubuntu,3129.html (Ubuntu).

    Windows gets the lion's share of testing because the lion's share of visitors to the Tom's Hardware website run Windows.

  87. Re:Chrome? Why the love? by MightyYar · · Score: 1

    I don't have a problem on Windows, but on the Mac it definitely leaks. Not only that, once it has leaked, it takes perhaps 10 minutes to shut down when you've decided to quit it. It could be the plugins or the extensions - but I don't really care because those are the only reason I use Firefox, so I'm not going to disable them.

    --
    W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
  88. Re:Firefox starting time by DuckDodgers · · Score: 1

    Funny, from the same article linked above Firefox had near the best start time of the browsers tested.

    Of course, that was on Windows 8. What are you running?

  89. Re:Chrome? Why the love? by MightyYar · · Score: 1

    I hate that backspace thing, too. They aped it from IE.

    --
    W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
  90. Re:Sadly, no ... by pr0fessor · · Score: 1

    Opera has noscript, adblock, adblock+, ghostery extensions {plus other competing similar extensions} and it is mainstream enough that it was in this benchmark. So I'm not sure what you are getting at. Also I converted to Opera more than a decade ago for those features and tabbed browsing.

  91. Re:Geometric mean? by amicusNYCL · · Score: 1

    Or with the debugging tools opened (firebug / chrome debug / ...) ?

    I don't really see a point to benchmarking with the developer tools open, but I would definitely like to see a competition where they determine the average number of extensions/addons for each browser, install that number of the most popular addons on each browser, and then run the test again. Hardly anyone uses stock Firefox, its major selling point has been extensions. I would like to see a test with the configuration of all browsers more closely aligned to what people actually use.

    --
    "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
  92. Never seen any of these legendary leaks. by Medievalist · · Score: 1

    But the firefox memory leaks really bother me. Every couple of days it's kill the process and restart.

    I can't work productively more than 36 hours continuously any more, so that's not a problem for me.

    Firefox runs fine on all my systems with dozens of tabs open, no memory leaks that I've ever seen, even though I create and destroy tabs constantly.

    1. Re:Never seen any of these legendary leaks. by Spazmania · · Score: 1

      Some of us don't reboot windows every day.

      --
      Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
    2. Re:Never seen any of these legendary leaks. by Medievalist · · Score: 1

      Why not? I'm unaware of any physical handicap that would require this, so I assume the problem is mental?

      Minimally computer-literate humans don't browse the web on servers, and don't run machines that aren't servers when they are asleep. Why not do a clean shutdown and reboot when you wake up?

    3. Re:Never seen any of these legendary leaks. by Spazmania · · Score: 1

      Because my time is too valuable to spend it waiting for windows to boot? Because I like having my work ready to continue when I sit down at the desk?

      If daily reboots float your boat, you're welcome to them. I expect my software to work for longer than an 8-hour work day.

      --
      Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
    4. Re:Never seen any of these legendary leaks. by Medievalist · · Score: 2

      I've never seen anyone other than myself change their mind or behavior based on an Internet argument so I certainly won't try to convert you.

      But I'll tell you anyway why I think running your computer all the time is stupid and wasteful, and we can both happily celebrate your freedom of choice.

      I support some fairly large computer installations at work, two churches, and two schools. Some people use your philosophy, some use mine. I have seen the results.

      1) Computers do not catch zero-day infections when they are not running. The only true defense against zero-day exploits is to reduce attack surface, and a powered off computer has no attack surface.

      2) Computers are never exploited by internet criminals to set up child porn distribution nodes while they are not running. I had to testify in a court case once in which a young man barely escaped being permanently labeled a sex offender simply because his windows PC was hacked. Always-on PCs are high-value targets for such criminals, and in most US jurisdictions simply owning the PC makes you a guilty party, under child porn laws, regardless of any other issues.

      3) Computers do not spontaneously catch fire when they are not running. I have seen three or four of them burst into flame with no warning during my career (the worst was an IBM 5151 monitor, which was burning like a campfire and belching thick carcinogenic smoke in less than five minutes). If this had happened during non-working hours the entire building probably would have been heavily damaged by the fire department's hoses.

      4) Computers that are not running do not generate profits for companies (such as the major energy producers and telcos) that spend money to undermine my preferred culture and systems of government. Running your computer 24/365 sends at least $100 a year to the power company, for most people more like $250 a year (use a kill-a-watt meter and a calculator to determine your own expenditure).

      5) Computers that are not running do not generate pollution. My grandfather and favorite uncle died of lung cancer, so pollution is a very personal issue. Power in my area is from natural-gas fired turbines running off fracked gas, so running my computer pollutes water tables and increases earthquake risk as well as making air pollution.

      6) In the Windows world (I run linux, personally) when you shut down daily you can install updates at shutdown time and thus maintain your patchlevels without interupting your use of the computer. Always-on computers are slightly less convenient to keep patched up-to-date, since you often have to reboot windows to get patched up properly.

      But to each his own, I guess... my systems all boot in less time than it takes for me to settle in at a workstation so that's not an issue for me. I don't parachute from orbit into a chair and start typing furiously, it's just not my style!

      You have to make your own risk and value assessments. If you decide the risk and cost is not worth saving a few milliseconds at boot time, make sure you put the computer on a power strip. Nearly all PCs don't really turn off any more without a powerstrip.

    5. Re:Never seen any of these legendary leaks. by Spazmania · · Score: 1

      Maybe this would be a good time to mention that I put my console computer into -sleep- mode rather than leave it running. It returns from sleep mode in about 5 seconds with the day's work on screen and all ready to go.

      Firefox wasn't running overnight, but it's still running from yesterday. Get it?

      --
      Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
    6. Re:Never seen any of these legendary leaks. by Medievalist · · Score: 1

      Aha, got it. Much less risk/cost involved!

      But I do that with my Ubuntu system for months (until a new kernel comes out) and never see any memory leaks from FFox!

      It's not that I don't believe they exist, I've just never seen any... the only plugins I run are noscript and adblock, though.

    7. Re:Never seen any of these legendary leaks. by Spazmania · · Score: 1

      I have a firefox running on a Debian box that serves as my network monitoring station. It's been running since May 20, reloading a plain html 2.0 web page every 5 minutes. No tabs, no javascript, no images, just plain jane html on a single web page. It has leaked its way from the 200 megs it started at up to 1.2 gigabytes today.

      (And don't get me started about how Firefox for Linux doesn't honor the standard X primitives for positioning the window on the screen. Not that its competitors are any better.)

      --
      Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
    8. Re:Never seen any of these legendary leaks. by Medievalist · · Score: 1

      That's remarkable.. 1.2 GB! I've never experienced this no matter how hard I worked the browser (I have created and destroyed at least a hundred tabs today, and have 8 in use now).

    9. Re:Never seen any of these legendary leaks. by s0nicfreak · · Score: 1

      1 - 2 I am smart enough to not get zero days and cp viruses. And if you get them they are just going to run when you turn the computer back on
      3. I have a fire alarm and in my whole life have never had a computer catch on fire. If I wanted to be concerned about fires I'd be unhooking my stove, water heater and furnace every night. But it's rare enough to not be worth the time and worry.
      4. I'm willing to pay that money to not have to give up a bit of my time every day
      5. I care more about my time than your feelings
      6. My computer does updates while I sleep and turns back on, ready to use when I awake

    10. Re:Never seen any of these legendary leaks. by Medievalist · · Score: 1

      I'm sorry that you care more about your utterly worthless time than your do about my incredibly important and meaningful feelings. ;)

    11. Re:Never seen any of these legendary leaks. by s0nicfreak · · Score: 1

      Being able to do what I love to do for a living does indeed take intelligence.

  93. RTFA by zakkudo · · Score: 1

    You paraphrased the contents from the link located at "UI sluggishness" that you happened to quote from the summary.. The link that goes to "Project Async and Responsive." I'll copy the link below for you: https://dutherenverseauborddelatable.wordpress.com/2013/04/10/announcing-project-async-responsive/
    The link talks all about how they are trying to offload things from the main thread, which causes things like the 5-10 second halt when rendering a new tab. It's all waiting there for you to read it....

  94. Re:It's the plug-ins by Virtucon · · Score: 1

    Try GNASH if you're on Linux.
     

    --
    Harrison's Postulate - "For every action there is an equal and opposite criticism"
  95. Re:Sadly, no ... by amicusNYCL · · Score: 2

    Unless you're actually doing something a computer professional would need to do, it's a failure of user interface to require the user to do it.

    What? Mozilla is now requiring everyone to use about:config? I haven't had to do that yet, have they just not gotten to me yet? Will my family also be required to do it, or can I do it for them?

    Oh, what's that? You only need to use it if you're disabling Javascript, or changing any of the other minutiae that only a super-user who isn't going to be angry or confused at seeing about:config would bother changing in the first place? Doesn't seem like such a problem to open about:config, type "javascript" into the search bar, and find the option to disable it, does it?

    --
    "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
  96. yeah... by dragon-file · · Score: 1

    Got to admit... This isn't a big deal for me. IE is just terrible and no amount of Microsoft patching will fix that and Chome always tries to push sync on me when I have no intent of using and it's really rather pushy about it.

    Firefox works. It's stable. It let's me know about it's sync feature. It doesn't beat me over the head with it constantly. These are the reasons I, and probably a great majority of people, use Firefox.

    --
    Whenever a player quits EVE to go play WoW, the Average IQ of both games increase.
  97. Re:Sadly, no ... by Nemyst · · Score: 1

    And since blocking Javascript is something roughly on par, in terms of rarity, with a modification that'd require Windows registry tweaking or /etc/ editing, I'd say it's fair. I cannot fathom why anybody would entirely block JS when extensions like NoScript allow much finer grained and more flexible control over it all in a convenient UI.

  98. Re:How about fixing a 7-month old text rendering b by Nemyst · · Score: 1

    I don't believe other browsers use DirectX acceleration for text rendering like Firefox does.

  99. Re:Mozilla's own JS tests still rank FF below Chro by Nemyst · · Score: 1

    Actually, Firefox handily beats Chrome (and everything else) for memory efficiency everywhere except memory release after closing tabs. They've done a lot of work there in the past few years and it shows.

    It's also interesting to look at the breakdown of the score for things like the HTML5 test. Firefox loses points for not supporting MPEG-4 videos, which probably has a lot to do with ideology as well as implementation. There's also points removed for iframes, which I sincerely think are a terrible blight that should be removed. The biggest black mark is the lack of support for a lot of "advanced" form types like datetime.

    For the CSS3 test, I'm noticing a few bits and bobs which are still tagged as "-moz-" properties, usually because the standard wasn't finalized when implemented. These aren't a problem in practice since web developers always prepend vendor-specific attributes for such properties.

    Finally, it's worth keeping in mind that Firefox's biggest strength is its addons. NoScript and AdBlock+ together make Firefox the most secure browser I have ever used, and also dramatically speed up loading times on a lot of otherwise junk-ridden sites. No other browser can match its feature level there right now.

  100. Re:Geometric mean? by Pieroxy · · Score: 1

    Debugging tools are not optional, they are build in all major browsers. Second, under Linux, Firefox with debugging tools opened is slow to the point where with my 4-core CPU it is actually *not* usable anymore. Try loading the home page of Amazon.com in 20+seconds, all pegged at 100% CPU. And the problem is that I almost always have a debugging tool opened in one of my firefox window. This makes me basically ditch Firefox most of the time and as a result I don't test on it anymore. Or less than before. This is all detrimental to firefox.

    And saying the development tools are unimportant in a browser is about not paying attention. Sure it doesn't impact directly the public, but it does impact greatly the developers and thus, the users as well.

  101. Time for a new utility by justthinkit · · Score: 1

    Time for a new utility. Call it "Get The Farm Away From My Defaults". You specify what you want on (like Do Not Track), what you want off (like Javascript or Java) and it makes the changes in Firefox, Chrome, IE, Opera, etc. all at the same time. Have it as a standalone EXE that you can run directly. Give it a custom short URL like tinyurl.com/GTFAFMDefaults. Maybe have a config option to auto-run it every time you boot up, for us belt-and-suspenders types.

    --
    I come here for the love
  102. Re:Chrome? Why the love? by hobarrera · · Score: 1

    Geeks don't generally prefer Chrome. Sure, there's a good deal of chrome users amongst geeks, but I think we have a greater proporiton of firefox users than non-geeks have.

  103. Re:In Windows 8 64 Bit As Defined by Tom's Hardwar by hobarrera · · Score: 1

    Neat test but I think the summary could at least clarify that the test system is Windows 8 64 Bit. It doesn't really mean a whole lot to me when I'm running a 64 bit distribution of GNU/Linux.

    Why not? Are you assuming that either has lots of OS-specific tweaks that tilt that so much?
    In any case, it's still relevant which is faster for average joe out there.

    Also the tests are selected by Tom's Hardware as a suite ... some of these tests are fairly meaningless to me and I feel like something like cold start time should be more heavily weighted than, say, hardware acceleration performance. The wait time on start up affects everyone and is unavoidable

    I only restart firefox after an upgrade, and that's the only time I close it. I'm sure as hell I'm not the only one.

    Is anyone reading this actually using Windows 8?

    Regrettable, yes, I've seen lots of people out there with shinny new laptops with win8 installed.

  104. Re:Chrome? Why the love? by Cinder6 · · Score: 1

    What browsers don't have backspace == back? I use it all the time (intentionally), and I've never noticed any browser not implementing it.

    --
    If you can't convince them, convict them.
  105. Re:Chrome? Why the love? by Spazmania · · Score: 1

    IE and Firefox allow you to disable it without a whole lot of hassle.

    --
    Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
  106. Seems high by Flere+Imsaho · · Score: 2

    1 Gb seems high. I have 24 tabs open, run a bunch of plug-ins (Ghostery, Noscript, Adblock Plus, All-in-One Gestures, Nagios Checker, Session Manager, Download Helper, Brief, YouTube Rating Preview, Fiddler, Lastpass), add-ons (Java, Flash, VMWare Rconsole plug-in) and I'm hovering around 580 Mb.

    --
    It gripped her hand gently. 'Regret is for humans,' it said.
  107. Re:Chrome? Why the love? by MightyYar · · Score: 1

    It's not the quantity, it's the behavior. I use so many tabs that I feel the need to run "Tree Style Tabs" (on Chrome there used to be a similar built-in, though hidden, feature). Every few days, Firefox bloats to such a large footprint that a quit takes about 10 minutes.

    I could be using a "metric ton of bad addons". But the fact is, without the addons I'd be using Chrome. So whether it is Firefox's fault or not, Mozilla gets the blame.

    --
    W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
  108. Re:Why I cut back on Firefox, why would I use just by Misagon · · Score: 1

    I also feel the need for this.
    I think that the browser could also have a "personality" linked to each bookmark, so that it would switch personality automatically when I choose to go a specific site.

    --
    "We mustn't be caught by surprise by our own advancing technology" -- Aldous Huxley
  109. Re:Sadly, no ... by LordLucless · · Score: 1

    about:config is the browser equivalent of the Windows registry or /etc/ files. Unless you're actually doing something a computer professional would need to do, it's a failure of user interface to require the user to do it.

    Which means its entirely the right place to put disabling core functionality, like a javascript engine.

    --
    Just because you're paranoid doesn't mean there isn't an invisible demon about to eat your face
  110. Re:Chrome? Why the love? by DuckDodgers · · Score: 1

    And Chrome uses less?

  111. Re:unfortunately, neither work by ahabswhale · · Score: 1

    First off, how do you know whether it's doing anything correctly or not? Secondly, what's wrong with how it renders newegg.com? Keep in mind that newegg has more HTML errors than I can count.

    --
    Are agnostics skeptical of unicorns too?
  112. Re:Chrome? Why the love? by thenextstevejobs · · Score: 1

    Firefox is funded by the same search giant.

    Firefox getting revenue from Google is not the same. Certainly it's not helping anyone's privacy, but Mozilla isn't Google.

    --
    Long live the BSD license
  113. Re:Chrome? Why the love? by Morris+von+Habsburg · · Score: 1

    Ehm. You make it sound as if Google owns Mozilla, which is clearly not the case.

    Like all browsers, Firefox has a default search engine. Having search traffic directed from Firefox' few hundred million users is very appealing to search companies, who are willing to pay good money for that. This does not mean that the paying customer in any way owns, runs or controls Mozilla. Just like I don't own, run or control the shop on the corner when I pay them for a pack of biscuits.

    In the last bidding process Google was top bidder and Mozilla extended it's contract with Google. After this contract finishes the contract will go out to tender again and perhaps next time Bing, Yahoo or Baidu is the highest bidder, who knows?

    It could even be, if Mozilla at some point decides that Google's practices are not compatible with their own principles, that Mozilla dumps Google and does business with the second highest bidder. It might not even make a massive financial difference.

  114. Re:Chrome? Why the love? by flimflammer · · Score: 1

    Of course that's not the case. I was merely poking fun at his statement "why would anyone use a browser funded by a search giant who yadda yadda privacy yadda yadda" when the same could be said about Firefox, having received the majority of its development funding from Google as a result of their search deal.

  115. Oh, and one more! by Medievalist · · Score: 2

    We took a lighting strike at my daughter's school a few years back, that struck dirt less than ten feet from the building in the middle of the night.

    The server room UPS was turned into a smoking pile of fused plastic and metal from the ground surge. The network switches were fried by the UPS and every single powered-on system connected to the network (including the servers) was toasted. The end user PCs were a total loss, but we salvaged the HDDs from the servers and put them in new chassis, and the printers only lost their (replaceable) network interface cards. User PCs on switched-off power strips were completely unaffected by this event, even though several of them were closer to the actual strike than the UPS was.

    So,

    7) powered down computers are less likely to be damaged by lightning strikes.

    Humans generally sleep about a third of our lifetimes. So I turn off my computer while I'm asleep and reduce many of my computing risks and costs by 30% or more.

  116. Re:Ahem: BULL-SHIT... apk by Ash-Fox · · Score: 1

    Solve the 99% unpatched DNS servers out there vs. the Kaminsky flaw (especially considering they are MOSTLY out there @ the ISP level no less).

    I told you how to do it with existing DNS infrastructure.

    Solve the excessive moving parts that running a local DNS server entails vs. using a custom hosts file for MOST single computer home users (which is most of them) or even on a small home LAN.

    We talked about the resource usage, where I showed that HOSTS file was more intensive. I also showed you repeatedly it was the best solution for me, on a small LAN.

    Solve the excessive electrical usage of running a local DNS server system (or even as a separate service/daemon).

    Which again was also resolved in our original conversation.

    DNS = far from perfect & gets exploited by FastFlux botnets all day long too (and other malwares as well via redirection/dns-poisonings - how many evidences of this should I produce for you over time?).

    Blah blah blah, doesn't effect me.

    Want to show us where you have "disproven" me before

    This is one of our many arguments, I don't know why you insist on me doing this all the time.

    --
    Change is certain; progress is not obligatory.
  117. Re:Geometric mean? by someSnarkyBastard · · Score: 1

    You forgot click-tracking, cookie tracking, supercookie tracking, cookie sniffing, user-agent sniffing, silent browser redirects, JavaScript exploits, browser plugins, and flaky third-party site builder tools *cough cough* Wordpress *cough*

    And that is just off the top of my head...

  118. Re:WTF? Those are NO answers... apk by Ash-Fox · · Score: 1

    How the FUCK is a custom hosts file more "resource intensive" when it's a SINGLE FILE being run from a kernelmode driver in the IP stack's own built in resolver (tcpip.sys)?

    Should have read the thread I linked.

    Fact: DNS has more "moving parts" LAYERED ON over that... that, in & OF itself means DNS is more complex and thus more prone to breakdown as well (as if "fastflux" botnets don't prove that much for me, easily)!

    Should have read the thread I linked.

    More evasions on electrical usage being GREATER with more added moving parts, ala a DNS server, too I see? Sorry - there IS NO DISPROVING THAT MUCH from myself on your part either...

    Should have read the thread I linked.

    If you did, your reading comprehension is pretty bad.

    --
    Change is certain; progress is not obligatory.
  119. Re:You FAIL again, as usual... apk by Ash-Fox · · Score: 1

    LMAO: Ok - Then here's your "existing DNS infrastructure"

    This may come as a surprise, I don't own that infrastructure.

    Regarding your "P.S.": tl;dr.

    --
    Change is certain; progress is not obligatory.
  120. Re:You use that faulty instracture in DNS by Ash-Fox · · Score: 1

    DNS = clearly faulty (especially in security) & you use it, hosts overcome that!

    I've already explained to you how I use TCP mode in that thread, no risk of DNS poisoning.

    5 years after major DNS flaw is discovered, few US companies have deployed long-term fix

    Why does this matter to me? I'm not a US company and if I was, I would have fixed it in a way that didn't require DNSSEC support. Such as via the method I mentioned in the thread. I also wouldn't be dumb enough to require the deployment of a hosts file to an entire organisation instead of blocking malicious traffic at the gateway.

    P.S.=> Anyone wonder WHY I built this, then?

    Nope.

    See this discussion & only a partial list fragment of good results virtues a single file bestows on you running outta kernelmode in a multi-OS ported STABLE & FAST IP Stack as a driver using it as a filter (& since that's what it's really about, not the program, but the resulting output file's massive usefulness on many levels of versatility, nigh ubiquituous almost, in added/better speed, security, reliability, & even "anonymity" to an extent as well...)...

    I already brought up how hosts file are slower, take up more memory, more space and likely more CPU to sort through such a massive list when wanting to block an entire domain because you need to generate every single possible combination in order to do it effectively. Which is in that thread I linked.

    In other words, my method is less intensive and doesn't require you to litter memory with giant lists of hostnames since a wildcard can be trivially specified. It's going to be faster because the system doesn't have to look through as large of a table either to return a result.

    If you read the thread, you would know this.

    --
    Change is certain; progress is not obligatory.
  121. Re:Geometric mean? by gigaherz · · Score: 1

    All for one purpose: targetting the ads.

  122. Re:You use that faulty instracture in DNS by Ash-Fox · · Score: 1

    Then You introduced overheads due to "callbacks" TCP does vs. UDP.

    These 'overheads' do not effect the resolution of blocked domains at all.

    DNS DATA IS LARGER, adds more "moving parts" above the TCP/IP stack (& hosts are a tightly integrated part of that - no "extra moving parts" like DNS, required).

    Still nothing compared to a hosts file that has every possible subdomain combination bruteforced, just to block a single domain.

    Hosts take up MORE MEMORY than an entire DNS setup according to you? Ok - Have you ever SEEN the interior of a custom hosts file vs. that of the config files on DNS servers???? Hosts file data is SMALLER than DNS server files data & programs!

    A few million lines in a hosts file to block a single domain because you have to bruteforce every single subdomain verses a tiny zone file.

    Yeah, no. Hosts file is not smaller in this instance. I can see it being smaller in the cases where you want to block a very specific address like update.adobe.com, but certainly not when it comes to blocking entire malicious/unwanted domains.

    How do you figure a SINGLE FILE takes up more space in memory OR ON DISK, than an entire setup of a DNS server?? You're losing it!

    Bruteforcing millions of lines for every single possible combination a domain can have to block that domain is going to make the file really large. Compared to just the zone file I wrote above.

    Your data for DNS config is STILL BIGGER than a single host file is - again: Have you ever SEEN the interior of a hosts file vs. that for DNS config files? DNS ones are bigger... not just in summation, but on their interior(s) & there are MORE THAN JUST 1 too for DNS!

    In my examples, blocking entire domains with their subdomains etc. is smaller than hosts files and less intensive on the system to look up.

    There is the added benefit that no IP address is returned, so the system doesn't even bother trying to connect to the address.

    --
    Change is certain; progress is not obligatory.
  123. Re:Fact: tcp = slower than udp... apk by Ash-Fox · · Score: 1

    Thus - Your use of tcp vs. udp = you being less efficient & slower: Tcp != faster than udp & has literally twice as many operations + overheads. Newsflash: udp does no callback (tcp does).

    If you want to make yourself more vulnerable to DNS poisoning, go ahead. Unlike the current workaround (the patches that don't use DNSSEC), this prevents spoofing entirely. If I am going to have to wait an extra millisecond, so be it. Regardless,still dfoes not invalidate my point that it does not effect the blocked DNS entries (since there is no resolution needed).

    Lameness filter is forcing me to split up my replies.

    --
    Change is certain; progress is not obligatory.
  124. Re:Fact: tcp = slower than udp... apk by Ash-Fox · · Score: 1

    You also avoid you add more complexity, cpu usage, memory usage, & other forms of added I/O as well as electricity usage that dns servers entail

    Okay, I'm going to pretend I don't know what I'm talking about now...

    I tried to generate a hosts file to block all of example.com and all it's subdomains using your wise advice that it's smaller and more efficient. Knowing that DNS hostnames are limited to 255 characters in length, I wrote a program that generates every possible character combination possible for example.com subdomains. I grew kind of bored after waiting two hours and the file had grown to 65.9 GiB and it was still growing, so I aborted mid generation since the hard-drive I was going to stick it on didn't have much space anyway. I then installed a fresh install of Windows, it worked quite well resolution wise.

    Then, I added the hosts file, which should have no penalty compared to my DNS system on Linux as you say. However I discovered resolution stopped working entirely. Even after reboots, resolution would not work any more. The system also became significantly sluggish and I got warnings that windows was running out of memory.

    Clearly I am doing something wrong, so please explain to me what I did wrong with the generation of my hosts file (grab a copy here) it appears to be significantly larger than my zone file despite the fact it is largely incomplete. My zone file (grab a copy here) on Linux is significantly smaller.

    Lameness filter forced me to split up my comment.

    --
    Change is certain; progress is not obligatory.
  125. What about sandboxing? by jon1949 · · Score: 1

    So FF finally overtook Chrome, but does FF finally sandbox properly now? I'm betting not... Chrome being *slightly* slower, with proper sandboxing, still keeps it #1 in my book (plus I like the interface and addons better...)

  126. Re: Chrome? Why the love? by darkfeline · · Score: 1

    This has got to be the poorest reason to use any web browser over another. The only situation where this might be a valid reason is if both browsers are completely satisfactory, it's just this one browser has one default setting that I prefer over another. (Actually, I'm just assuming that Chrome allows you to adjust tab width too? It doesn't? Shame.)

  127. Re:Hold yourself responsible by Ash-Fox · · Score: 1

    4 getting SPANKED: You stated you know what you're talking about

    You mean where I said

    Okay, I'm going to pretend I don't know what I'm talking about now...

    And then I got a response that didn't fully answer things and only workarounds that involve breaking the DNS cache.

    You show how LITTLE you know, and most especially about FastFlux botnets taking advantage of flaws in DNS you apparently didn't know about Mr. Know it all.

    I don't? You seem misinformed.

    --
    Change is certain; progress is not obligatory.
  128. Re:FastFlux, Dynamic DNS, & Windows DNS client by Ash-Fox · · Score: 1

    In Windows, the DNS cache client IS broken (with larger hosts files) - fact. You didn't know that, obviously

    Again, I was pretending. You can even check the post, I did say that.

    You also don't seem to realize that DNS is SO FLAWED, that "FastFlux" botnets take advantage of it

    This has nothing to do with my setup.

    * How do I get around ALL of that? You guessed it:

    Custom hosts files!

    My DNS setup lets me configure bypasses for other bad DNS setups. As well as blocking with wildcards, which by the way, you failed to address.

    Funniest part was seeing you avoid my last 2 posts above on those very self-same points & more...

    Go look in the mirror.

    --
    Change is certain; progress is not obligatory.