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?"

326 comments

  1. Geometric mean? by Anonymous Coward · · Score: 0, Interesting

    Geometric mean? Colour me cynical but that sounds to me like "we lost under the arithmetic mean, so we selected a mean under which we won".

    1. 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
    2. 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.

    3. 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.

    4. 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

    5. Re:Geometric mean? by Anonymous Coward · · Score: 0

      The median is less affected by extreme values, but it misses the point of the geometric mean since it's still intended to work with measurements made with the same units around the same values. It's really better for limiting the effect of outliers. And anyone can read about how the geometric mean is calculated; the question is why it's used here. The explanations already given address that.

    6. 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.

    7. 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.

    8. 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."
    9. 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?

    10. 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.

    11. Re:Geometric mean? by Anonymous Coward · · Score: 0

      In the year of linux on the desktop.

    12. 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...
    13. 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
    14. 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.

    15. Re:Geometric mean? by Anonymous Coward · · Score: 0

      It isn't a joke. Slashdot is not about articles and you rarely get much out of reading them anyway. In reality they are just a convenient excuse to start a commentfest.

    16. Re:Geometric mean? by Anonymous Coward · · Score: 0

      Having them open is optional.

      Nobody said it wasn't important. They were talking about typical users. It's okay for some sites to test things for a target audience that is not you.

    17. 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...

    18. Re:Geometric mean? by gigaherz · · Score: 1

      All for one purpose: targetting the ads.

  2. 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.

  3. 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 Anonymous Coward · · Score: 0

      And another one for me.

      Some tactical HOSTS entries and this makes for trivial blocking across any program that allows (or follows the default) proxy.

      Extensions can suck it. Real men go full networking on abusive advertisers asses.

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

      Still no dice on embedded scripting though, right?

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

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

    11. 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.

    12. 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
    13. 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
    14. 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.

    15. 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."
    16. Re:Adblock plus by Anonymous Coward · · Score: 0

      " switched to Privoxy from Ghostery"

      They don't do the same thing. I use both - if Privoxy were catching it all, there'd be nothing for Ghostery to do. Yet Ghostery still catches sometimes as many as 18(!) trackers just here on /.

    17. Re:Adblock plus by Ash-Fox · · Score: 1

      I hold you responsible for summoning APK.

      --
      Change is certain; progress is not obligatory.
    18. Re:Adblock plus by Anonymous Coward · · Score: 0

      APK holds you all responsible for being unable to validly disprove his points here http://news.slashdot.org/comments.pl?sid=3929071&cid=44167507 and showing that the best you have is unjustifiable downmods of those posts of his on the value of custom hosts files as well as their superiority vs. other "solutions" out there (crippled, as in AdBlock, or Advertiser-Owned (foxes guarding the henhouse) as in Ghostery, and more moving parts complexity on their parts (same with Privoxy)).

    19. 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.
  4. is this some kind of joke by Anonymous Coward · · Score: 0, Offtopic

    Firefox 21, at least, is one of the worst browsers I have ever used in terms of performance. It's basically unusable. IE 6 is better than Firefox 21.

    1. 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...

    2. 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.

    3. Re:is this some kind of joke by Anonymous Coward · · Score: 0

      I don't know what happened with 21 - that update made the browser very sluggish for me, for some reason. Fortunately version 22 seems better than ever so far.

  5. 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?
  6. No by Anonymous Coward · · Score: 0

    Personally I like the direction Mozilla takes the product and dislike Google's, but it still won't change the fact that Mozilla managed to turn users away with their constant UI changes, sluggish performance on low end machines, and the memory leaks that were kept unchecked far too long. Nowadays the memory leaks are back to normal thanks to MemShrink, but I think Mozilla lost market share it might not gain back for a long time.

    1. 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.

    2. 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

  7. 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.
  8. It's the plug-ins by Anonymous Coward · · Score: 0

    I don't care how "fast" it is. Flash crashes more in Firefox than any other browser (on my PC at least).

    And I'll stop using Flash when websites stop requiring it to use them.

    1. 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"
    2. Re:It's the plug-ins by Anonymous Coward · · Score: 0

      I wish my Win7 machine got that memo.

    3. 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).

    4. 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"
  9. 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 Anonymous Coward · · Score: 0

      Ah, but how fast does Firefox run with JavaScript disabled? :-)

    2. Re:I don't use firefox for its speed. by Anonymous Coward · · Score: 0

      You know Chrome is open source, and there are many "Freedom" alternatives?

    3. 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?

    4. Re:I don't use firefox for its speed. by Anonymous Coward · · Score: 0

      Chrome is not open source, Chromium, from which Chrome is built, is open source.

    5. 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).
  10. Re:Chrome? Why the love? by Anonymous Coward · · Score: 0

    The browser you use doesn't matter from the snooping end of things. If you think your safe from the eyes of big brother with any traditional security measure out there then you're a fool. The only thing normal security is going to save you from is third rate credit card frauds.

  11. Add Memory Usage! by Anonymous Coward · · Score: 0

    using 5gb of ram just so wait times are short is not acceptable!

    1. 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.

    2. 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.

  12. 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 Anonymous Coward · · Score: 0

      This happens to me too. I wrote a Selenium script that uses Firefox to do some automation, and Firefox blows up after about... 8-9 hours of running. Sudden memory spike to about 1.6 GB. No add ons running. Latest stable version of FF.

    7. 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.

    8. 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.

    9. Re:Memory hog by Anonymous Coward · · Score: 0

      Its definitely a Mac thing as I only see it on my macs, even when looking at the same pages for the same amount of time. Rightly or wrongly, I feel like the developers focus on the Windows version to the detriment of the others.

    10. 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.

    11. Re:Memory hog by Anonymous Coward · · Score: 0

      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.

      Here's a simple way to reduce the memory footprint of Firefox (or any web browser). Close it when you're done.

      Another way would be to not open up 30+ tabs at the same time, let alone saving them if you close it.

    12. Re:Memory hog by Anonymous Coward · · Score: 0

      I only turn firebug on if I need it. It seriously bloats memory and janks the speed of everything.

      With my box firebug on decently large amounts of memory used random sluggishness. Off decently snappy still high but not gig high memory usage.

      ctrl shift a and disable plugins you do not use. Then when you need them turn them on.

    13. Re:Memory hog by Anonymous Coward · · Score: 0

      I find Chrome uses more memory BUT it's easier to free up memory with Chrome - you close the offending window and the memory is freed up.
      With Firefox quite often closing the window doesn't free up memory. If there's a leak somewhere you often have to close the entire browser.

      Chrome's multi process model makes it easier to free up memory than Firefox's everything-in-one-process model. Even if some window ends up using lots of mem and has some leak, just close the window and you free up memory AND more importantly you don't have to close the other windows.

    14. Re:Memory hog by Anonymous Coward · · Score: 0

      Chrome is even worse, you just don't notice the bloat quite as easily because it's spread around more, multiple windows with dozens of tabs behave much better in firefox(i'm using the UX nightly on linux) than they do on chrome or chromium. Switching tabs and having the machine thrash swap while it digs that tab's process out for me is enough to put me, as a heavy tab user, off using chrome.

    15. 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!

    16. 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.

    17. Re:Memory hog by Anonymous Coward · · Score: 0

      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.

      My mileage is identical :^> This is also supported by the memory tests from TFA.

    18. 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.

    19. 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
  13. 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.
  14. 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.

  15. unfortunately, neither work by slashmydots · · Score: 0

    Did anyone notice that Chrome has never been able to draw webpages correctly or basically use flash at all and the latest version of Firefox has had unusual stalling problems while loading quite a few pages? Like newegg for example. Maybe they should stop making "improvements" that cause it to become massively unstable. I do need to actually see the website I'm going it.

    1. 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
    2. Re:unfortunately, neither work by Anonymous Coward · · Score: 0

      Sadly, that stalling problem is neither new nor unusual. It is a result of running the entire browser arrangement (of potentially multiple windows and multiple tabs in each window) as a single thread and using the same stupid "load whole page before accepting user input" model that chrome uses (or at least the chromium I've been using).

      Someone with a proper grudge can probably link the bugzilla thread where someone reported this as a bug and Mozilla responded with (paraphrased): No, that would be hard.

    3. 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.

    4. Re:unfortunately, neither work by Anonymous Coward · · Score: 0

      Shouldn't I get a pixel perfect identical display from the same web site content, on each different browser?

      No, you shouldn't. I don't know how many billions of dollars companies have wasted and how much they've mucked up web standards trying to make this happen, but it's not supposed to happen.
      You serve me the content plus your style hints, and my user agent renders it according to my preferences.
      This is the way the Web is supposed to work.

    5. Re:unfortunately, neither work by Anonymous Coward · · Score: 0

      Well then you're an imperceptive idiot

    6. Re:unfortunately, neither work by Anonymous Coward · · Score: 0

      I've thought newegg has always been unstable because of the vast amount of tracking crap running in their pages. I finally got it to work OK for me only after experimenting with many different noscript and request-policy configurations to block almost all of it.

    7. 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?
  16. 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.

  17. How about fixing a 7-month old text rendering bug? by Anonymous Coward · · Score: 0

    Makes the browser just about unusable on older (but not that old) AMD/ATI hardware. https://bugzilla.mozilla.org/show_bug.cgi?id=812695

  18. 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! :)
  19. Nope by Anonymous Coward · · Score: 0

    so firefox willl seize up faster? most people don't choose a browser by performance metrics (though doubtless some weirdos here will pipe up). The reality is that IE has 40% of market share, Chrome 30%, Firefox 20% and falling, Opera 10% and Safari 8%. the rest don't even matter

    1. Re:Nope by Anonymous Coward · · Score: 0

      Damn, that's a 108% market saturation!

    2. 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.)

    3. 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
    4. 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)

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

    Interestingly, some of their "geometric means" are completely worthless. See http://media.bestofmicro.com/L/A/390862/original/RIAJS.png
    It's averaging a combination of millisecond ( lower is better ) and FPS ( higher is better ) tests...

  21. 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.
  22. Re:In Windows 8 64 Bit As Defined by Tom's Hardwar by Anonymous Coward · · Score: 0

    Is anyone reading this actually using Windows 8?

    Probably but maybe not. Asking for the opinions of Slashdot users like it's a fair comparison to the internet-at-large is pretty skewed, IMHO. In the wild more people are using Win8 on the desktop than Linux. Nearly as many as use OSX and that will probably fall in the next 6 months or so (I say this as a happy OSX user).

    Like it or not Win8.1 will likely become a lion in the market once XP loses support. It may not take off as fast as Win7 did but it'll get enough marketshare that anyone producing Windows software for the masses will have to pay attention. Tell us about what Linux and OSX benchmarks say all you want but they're not going to hold Windows 8 numbers, even combined, in the next year or so.

  23. Better test by Anonymous Coward · · Score: 0

    First have Firefox open up 20 tabs
    Then close them
    Then run the test. It will bog down like a champ.

  24. Re:Why I cut back on Firefox, why would I use just by Anonymous Coward · · Score: 0

    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.

    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.

  25. 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.
  26. 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.

  27. Re:Sadly, no ... by Anonymous Coward · · Score: 0

    That's what using the config option in the "about:config" is able to do. Or, you know, if you're going to do this properly rather than going and fiddling with the settings each time before you visit a page, using NoScript.

  28. 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"
  29. 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?

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

    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?

    You never use a browser on your phone?

  31. 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 Anonymous Coward · · Score: 0

      That is "God" i.e. singular... and "grin" instead of smile. Thou shall count to three... not four, not five...

    5. 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.

    6. Re:Speed != Responsiveness by Anonymous Coward · · Score: 0

      Check your add-ons and whatnot ... I've never seen that on Linux or Win7 within reasonably recent history.

    7. 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.

    8. 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.

    9. Re:Speed != Responsiveness by Anonymous Coward · · Score: 0

      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.

      I agree. That can be undone however, either by running Linux (at least KDE and LXDE) or by applying some tweaks to the UI. Use you search-fu for that.

  32. 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.
  33. 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.

  34. 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
  35. Nope, Firefox still runs like shit. by Anonymous Coward · · Score: 0

    I have a quad core intel processor, 16 gigs of ram, a 2 gig video card, 50 megabit internet, and I can't even load slashdot without watching the page render before my eyes. Firefox is a piece of shit anymore.

    1. Re:Nope, Firefox still runs like shit. by Anonymous Coward · · Score: 0

      Restart Firefox without your addons enabled. Failing that, create a new profile.

  36. Re: Why I cut back on Firefox, why would I use jus by Anonymous Coward · · Score: 0

    You can already create multiple user profiles in Chrome. Each user has their own cookie space. You can run these side by side in different windows. I do the following: one for work credentials, one for personal credentials, and one for test credentials. Here's a link with instructions:

    https://support.google.com/chrome/answer/2364824?hl=en

  37. 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.

  38. Safari ? by psergiu · · Score: 0

    > "Recent BIASED browser benchmarks are showing surprising results"

    Why was Safari left out ? This is Slashdot - we don't care about Windows-only tests.

    Do the whole tests on all available browsers on Windows, OS X and Linux on the same hardware and only then would a story be slashdot-worthy.

    --
    1% APY, No fees, Online Bank https://captl1.co/2uIErYq Don't let your $$$ sit in a no-interest acct.
    1. Re:Safari ? by Anonymous Coward · · Score: 0

      Slashdot cares about Mac-only* tests less than WIndows-only tests.**

      *Yeah, Safari is on Windows, but it's crap and won't be winning any performante tests any time soon.
      **Note, posting as AC as I'm too lazy to log in

    2. 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?

    3. 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.

    4. 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.

    5. 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.

    6. 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.

    7. Re:Safari ? by Anonymous Coward · · Score: 0

      Why would I care about a browser that doesn't run on Linux/BSD? This is Slashdot, after all - we don't care about browsers that only run on niche, proprietary operating systems.

  39. 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.

  40. 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.

  41. 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.

  42. 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)
    2. Re:Memory Usage by Anonymous Coward · · Score: 0

      Disagree. My mother in law only does web browsing on her computer, so I built her a rather basic (and underpowered) machine with whatever I had sitting around. It's got 1GB of memory, and a somewhat slow CPU. Firefox runs like shit on it, with all sorts of pausing while moving the mouse around. Chrome works perfectly. I told her to use that instead. It's been well over a year and has been working great all along.

    3. Re:Memory Usage by Anonymous Coward · · Score: 0

      We have always been at war with eastasia.

      If Firefox was always so slim why do they have a project that focuses exclusively on solving memory usage problems?

  43. 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.

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

    Unless it's using some windows 8 specific hook I don't think the performance is going to be much different than windows 7 64bit. (I don't think It's a "Metro" app)

    I think windows 8 may have some improved tuning/fetching/caching/filesystem improvements specific to SSDs, so I guess that may improve performance on certain systems. (Particularly the cold start metric)

    I agree, though, that testing on a lot of platforms would be nice. Everything from XP to win8.1 preview, plus a handful of the more popular distros.. Does anyone use anything other than safari on macos?

  45. 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 Anonymous Coward · · Score: 0

      Is there anything as good as firebug available for chrome yet? Firebug lite can do some of it, but I still find myself in firefox whenever I'm doing development.

    2. 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.
    3. 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

    4. 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.

    5. 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

    6. 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.

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

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

    8. 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.
    9. 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.
    10. Re:Disagree by Anonymous Coward · · Score: 0

      chromes dev tools beat firebug hand down any day of the week

    11. 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.

    12. 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
    13. 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.
    14. 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?
    15. 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.

    16. Re:Disagree by Anonymous Coward · · Score: 0

      vimium is a reasonable replacement for vimperator/pentadactyl. Not as good, but reasonable.

    17. 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?
    18. 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.

    19. Re:Disagree by Anonymous Coward · · Score: 0

      in chrome you can filter network requests by type, what are you talking about??
      types on network tab on the bottom edge of the browser are: All, Coduments, Styleshetts, Images, Scripts, XHR, Fonts, WebSockets, Other

    20. 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.

    21. 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.

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

    GNU/Linux

    lol virgin

  47. 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.

  48. 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.

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

    I use 8, and the only problem I've had with it is hybernation crashes. There's no noticeable difference between firefox and chrome; That said, chrome is a mem hog that simply spawns processes that eat up memory for the sake of a slightly faster execution. I'd take the few milliseconds hit from not having a crazy cache if it meant getting some resources back so that my computer isn't loading things in and out of main memory all of the time.

  50. 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.

  51. Re:Chrome? Why the love? by Anonymous Coward · · Score: 0

    I've been using Chrome for a couple of years now after being a Firefox user for several years. I may decide to go back to Firefox in the next several months since Firefox has agreed to render properly on high DPI screens on Windows 8.1 while the Chrome dev team has idiotically refused to handle scaling properly on Windows 8.1. So Chrome will look jagged and poor while Firefox and IE 11 will look very nice. Firefox my end up being my go to browser again.

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

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

  53. 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.

  54. 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.

  55. 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.

  56. 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

  57. 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
  58. Firefox starting time by Anonymous Coward · · Score: 0

    Why does it take 2 seconds to actually launch Firefox with a blank page on a fast Samsung SSD drive, on both Win7 and Win8? It certainly gives me a different impression.

    1. 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?

  59. Ctrl-Shift-N and "Open Image In New Tab" by Anonymous Coward · · Score: 0

    ... which is to say, best for porn.

    1. Re:Ctrl-Shift-N and "Open Image In New Tab" by Anonymous Coward · · Score: 0

      Ctrl-Shift-P and middle-click on "View Image"

    2. 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")

  60. 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

  61. Re:Why I cut back on Firefox, why would I use just by Anonymous Coward · · Score: 0

    You can run several users at once. I do it every day. Different windows have different icons on the top-left (where you'd see the incognito guy), and all run happily together, with different profiles.

  62. 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.
  63. Re:In Windows 8 64 Bit As Defined by Tom's Hardwar by Anonymous Coward · · Score: 0

    Yes. Yes I am. But just not now.

  64. 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.

  65. 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.

    1. Re:This might be true but only on the desktop by Anonymous Coward · · Score: 0

      This is the least comprehensive browser testing I've seen since the 00's. It's measuring with several flawed or alpha benchmarks, and simply docks points for minor flaws (not passing Robohornet, which is barely alpha quality? A well-known bug in Acid3? Really?)

      Where are the RAM tests? The page load reliability tests? The alpha versions to compare to Opera Next? You know, the things that actually matter? The only remotely worthwhile benchmark there is Peacekeeper, and it's hardly comprehensive or measuring vital stats.

  66. Re:Why I cut back on Firefox, why would I use just by Anonymous Coward · · Score: 0

    No, it doesn't work that way at all. If I log into gmail, it always logs me in as the first profile until I switch. If I suddenly go to google finance or youtube, it's back to the first profile until I switch it there. If I close the browser, and reopen it, it's all reset to the first profile.

    I do the same as the previous poster:
    Firefox for facebook and stuff under that name
    MSIE for disqus/intensedebate
    Chrome for regular gmail, with facebook completely blocked
    Opera for testing dangerous things on, like 4chan

  67. Netflix side-scrolling by Anonymous Coward · · Score: 0

    When Firefox can render the Netflix side-scrolling of the lists smoothly like Chrome, I'll agree that the performance is better

  68. 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.
  69. Re:Chrome? Why the love? by flimflammer · · Score: 5, Informative

    Firefox is funded by the same search giant.

  70. 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.
  71. 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...

  72. 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.

  73. 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.

    1. Re: Benchmarks don't matter at all... by Anonymous Coward · · Score: 0

      The reason people continue to use Chrome has as much to do with its usability as with speed. It simply easy to use. It's even easier than Apple's Safari, which should be Apple's forté.

  74. Metrics by Anonymous Coward · · Score: 0

    How about a test for which you can have a few pages open for 10 or so days, browsing in one with Flash enabled and doesn't farking crash?

    That'd be a good test. Just sayin.

  75. 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.
  76. 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).

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

    Firefox hardware acceleration doesn't work correctly with some diver-card combinations in Windows 8. Effectively, the individual users experience of various browsers varies as much as the underlying platform do.

  78. 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
  79. Performance isn't the reason... by Anonymous Coward · · Score: 0

    .. for market share loss. It's a development team that continues to make decisions which stimy and frustrate it's user base. I can't speak for anyone but myself, but when they changed to their aggressive and mostly-needless schedule of updates which had me having to install updates to machines every time that I restarted the browser, I changed all of my machines (and the many company machines in my care) to Chrome, which isn't half as intrusive about updates and much less generally hostile to it's userbase.

    Firefox's team is in the throes of a developer meltdown, and has in my opinion been for quite some time, I only hope - quite sincerely - that they get passed it, because if you revert some of these silly changes (such as burying most of the helpful options like disabling javascript in about:config) - its the browser I preferred to use, and still would prefer to use if they hadn't gotten so loony with it.

    1. Re:Performance isn't the reason... by Anonymous Coward · · Score: 0

      1. Bookmark about:config?filter=javascript.enabled
      2. Name it "JS" and put it on the Bookmarks toolbar
      3. ???
      4. Profit!

  80. Re:Why I cut back on Firefox, why would I use just by Anonymous Coward · · Score: 0

    The sad thing is Chrome USED to have this feature. Then they replaced it with this inferior crap we have now. I'm still pissed at them.

    I actually used that other feature a lot for basically the same reasons you do, in my case: personal, public, work, financial.

  81. 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!

  82. 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
  83. Even better (less "moving parts" added) by Anonymous Coward · · Score: 0

    Nothing beats the native hosts file (less complexity) http://news.slashdot.org/comments.pl?sid=3929071&cid=44167507

    APK

  84. 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.

  85. 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?

  86. 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.
  87. 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.

  88. Suggestion by Anonymous Coward · · Score: 0

    I have never seen this problem with dozens of different setups. There must be something different about your case. May I suggest checking your update settings on AdBlock. It updates on runtime, if your browser is not used frequently, it will have to update every time you start your browser, preventing functionality until the plugin fully loads. That you listed using Chrome makes me strongly suspect this is the case. Turning off automatic updates and checking manually on occasion may resolve your problem. I have little insight as to exactly how Chrome updates things. Knowing google's software history it is likely that it is updating through some service in the background when you think it is not running.

    Additionally, as unlikely as it may be, there could be some conflict with other plugins or add-ons. If you have many of them or use less common ones it could be the source of the problem, but I would turn off automatic updates first and see what the result is.

  89. For god's sake, give the UI its own thread by Anonymous Coward · · Score: 0

    Firefox is a dreadful misbehaving app when it comes to its windows elements. Every decent programmer knows the UI should be given its own asynchronous thread, so that the windows elements stay responsive even if Firefox finds itself bogged down doing heavy processing/memory management under the hood.

    Firefox has a threading system where EVERY thread can stall any other active thread, meaning that Firefox is constantly vulnerable to the 'weakest link' in its current processing queue. The cretins that program Firefox simply throw more resources at the application on their own development systems, to mitigate the problem. Put simply, Firefox programmers ONLY attempt to shore up the 'weakest link' by giving it more CPU power, more memory, faster memory, or a faster GPU.

    This means Firefox appears to work extremely well on a massively over-specced PC, but performs dreadfully when Firefox is used on a older computer, especially if it can't splurge well over 1GB of memory. It is only because Firefox now needs to look towards running well on ARM platforms that the code base is getting some attention re: efficiency and responsiveness. Unfortunately, even ARM platforms are at 2GB and will soon be at 4, allowing Firefox to return to its bad old ways.

    FF should concentrate on JIT (just-in-time) methods for web-page contents- caching for instant the JPG images, and NOT the decompressed bit-images. Modern computers are processing power rich (and many ARM devices have dedicated hardware units to decompress JPG data in real-time).

    1. Re:For god's sake, give the UI its own thread by Anonymous Coward · · Score: 0

      How'd you make through that entire post without linking to the actual bug for doing this?

  90. 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.

  91. 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.
  92. 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.

  93. 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.
  94. Re:In Windows 8 64 Bit As Defined by Tom's Hardwar by Anonymous Coward · · Score: 0

    Since you asked - yes, I am, and I use Firefox.

  95. Pfft, slow again Slashdot by Anonymous Coward · · Score: 0

    I saw this on Hackernews 4 hours ago!

    Oh, wait...

  96. 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.
  97. 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.

  98. 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 Anonymous Coward · · Score: 0

      I am smart enough to not get zero days and cp viruses...
      [snip]
      I play games for a living

      Well, OK, then!

      Children, let's just back away slowly, and don't make eye contact... slowly... now RUN!

    12. 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.

  99. 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....

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

    >The wait time on start up affects everyone

    It really does not. Majority of users these days never close their browser and put their computer/laptop to sleep rather than shut down. So they get "start up time" at most once a day and more likely once a week.

  101. Adblock/Ghostery fans FAIL vs. facts by Anonymous Coward · · Score: 0

    Downmod to *try* to "hide" your post = best they can do! Hilarious.

  102. 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
  103. 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.
  104. 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.

  105. 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.

  106. 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.

  107. Re:Sadly, no ... by Anonymous Coward · · Score: 0

    Firefox does not receive statistics on every button clicked

  108. Bookmark about:config?filter=javascript.enabled by Anonymous Coward · · Score: 0

    Name it "JS" and put it in your bookmarks toolbar. Problem solved with no need type/search for anything.

  109. Bookmark about:config?filter=javascript.enabled by Anonymous Coward · · Score: 0

    Name it "JS" and put it in the bookmarks toolbar. Problem Solved.

  110. 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
  111. Re:Chrome? Why the love? by Anonymous Coward · · Score: 0

    I think you left the arrow of time out of your argument. Chrome developed a following within the geek community back before google was a known NSA collaborator. It did that by being a faster cleaner UI than the existing competition. You can't just stand here today and be like "Why does anyone like these guys?" They were the leader in UX, Perf and development velocity.

    Your point is valid that we should re-evaluate our choice given the current state of the world, but pulling of information out of two temporal contexts to make that point is a bit disingenuous.

  112. Re:Chrome? Why the love? by Anonymous Coward · · Score: 0

    I've never understood the "memory leak" concept. Or rather, not since Firefox 7, if you happened to use a metric ton of bad addons. Chrome has always used more RAM on my boxes, and crashed just as often from out-of-memory errors.

    I think some people just happened to make the claim that Chrome was "better with RAM" and nobody cared to actually check that claim. Firefox now positively destroys the competition in terms of memory usage, and people still think it's the worst option.

  113. 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.

  114. 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.

  115. 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.
  116. 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.
  117. It's faster but it may be too late... by Anonymous Coward · · Score: 0

    I have a feeling the market share decline is from Mozilla's UI nazi's^^^^^^ er... designers alienating technically minded people that jump quickly to other browsers when they don't like the way things are going, for example the redefinition of major versions and outright hiding of the version number fiasco and the fuck corporate users fiasco and the we won't support video plugins because h264 licensing is the suck fiasco and the we integrated video chat and built a mobile phone OS but still don't support secure variants of ssl or tls because our priorities are not vetted by software engineers fiasco, etc.

  118. Re:Chrome? Why the love? by Anonymous Coward · · Score: 0

    Most of them *work* for Google. Ahahah.

  119. Re:Sadly, no ... by Anonymous Coward · · Score: 0

    Users who don't know that will not disable it in the regular interface though, so this point is moot..

  120. 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.
  121. 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.
  122. 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
  123. Re:Chrome? Why the love? by Anonymous Coward · · Score: 0

    Like a sounding in the deep, post #44166449 reveals the true depth of stupidity on Slashdot. Setting google search as default is one thing; tying in all user data and preferences with your omniaccount is another. By Bouchard's cane you must be dumb not to see that.

    If your concern is privacy (or software freedom or web standards or just simply taste), then the choice should be clear. To most.

  124. 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
  125. Re:Chrome? Why the love? by Anonymous Coward · · Score: 0

    I have been an avid Chrome user for the last few years because I HATED Firefox bloat. After reading this article, I decided to give Firefox another try. After 30 minutes of use, I can say that Firefox has taken back the crown from Chrome - noticeably.

    Thanks to xmarks, it was easy for me to adjust back to Firefox. There are a couple of niggling issues like addons that just don't appear anywhere - and addons that appear in random places - but otherwise, I'm back to Firefox. Well done Firefox team!

  126. But have they sorted out updates yet? by Anonymous Coward · · Score: 0

    If I know about an update happening, no deal. That's why I switched to Chrome - it just silently gets on with them and I never know it's even happened. It's not shoving "WOO NEW VERSION WOOHOO!" down my throat every 6 weeks.

    1. Re:But have they sorted out updates yet? by Anonymous Coward · · Score: 0

      Furthermore, because it grinds my gears: if I see a "checking addons" window, I will scream. Just stop breaking addons. I know programmers will say it's a challenge.... tough... you're programming for users, and that means not annoying them with stuff. Google manages it somehow, so I'm sure you can too.

      P.s. a no-intervention update doesn't count if it's still visible. I don't care if you no longer bug me until I restart the browser (but I suspect you might), if it ever takes extra time to launch Firefox while it pops up an "installing update" window, you have failed. That is not silent.

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

    If you are experiencing slowdowns please provide a profile of the issue. https://developer.mozilla.org/en-US/docs/Performance/Profiling_with_the_Built-in_Profiler

    If you don't want to go through the details of that reset Firefox https://support.mozilla.org/en-US/kb/reset-preferences-fix-problems it will keep bookmarks/history/passwords only.

  128. Re:Sadly, no ... by Anonymous Coward · · Score: 0

    Tech savvy enough to disable JavaScript (and deal with the consequences of doing so) but not tech savvy enough to figure out about:config doesn't seem like it would cover a large number of users.

  129. Re:Sadly, no ... by Anonymous Coward · · Score: 0

    Firefox does not get reports of every button clicked. There are/were opt-in studies that provided that data.

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

    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.

    Yes, because reducing memory usage by 1.5GiB (gibibytes/gigabytes) on image dense pages is misguided.

    Chrome does the same thing, it's just got a smarter algorithm and the architecture doesn't jam the UI thread whilst the decode is happening.

  131. Re:Chrome? Why the love? by Anonymous Coward · · Score: 0

    I keep hearing this but I also keep noticing memory size increasing over time. I don't know if it's doing some kind of caching (and the behaviour is therefore considered a feature) but I hate it. I hate seeing that after a few days FF is eating up nearly a gig of RAM.

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

    And Chrome uses less?

  133. 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
  134. Re:Chrome? Why the love? by Anonymous Coward · · Score: 0

    But, crucially, not developed by them.

  135. 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.

  136. 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.

  137. 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.

  138. Re:Ghostery = ADVERTISER OWNED by Anonymous Coward · · Score: 0

    Truth told to the limited "hivemind" @ /. can expect a downmod (as your post evidences since it was downmodded).

  139. Ahem: BULL-SHIT... apk by Anonymous Coward · · Score: 0

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

    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.

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

    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?).

    (Want more? Ask!)

    APK

    P.S.=> Oh, lastly - Want to show us where you have "disproven" me before also? Please do (I wager you cannot)! Still, produce it... just so I can tear you in 1/2 yet again, and any "so-called 'points'" you may have made there too along with you! apk

    1. 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.
  140. WTF? Those are NO answers... apk by Anonymous Coward · · Score: 0

    Fact is this: 2013 - 5 years after major DNS flaw is discovered, few US companies have deployed long-term fix (DNS vs. Kaminsky Bug): -> http://www.networkworld.com/news/2013/012913-dnssec-266197.html?page=3

    AND?

    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)?

    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)!

    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...

    APK

    P.S.=> You're so FULL of it, it's making me laugh... apk

    1. 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.
  141. You FAIL again, as usual... apk by Anonymous Coward · · Score: 0

    You were asked to SOLVE a KNOWN PROBLEM in DNS:

    "I told you how to do it with existing DNS infrastructure." - by Ash-Fox (726320) on Wednesday July 03, 2013 @03:22PM (#44180573)

    LMAO: Ok - Then here's your "existing DNS infrastructure" (crumbling with unpatched bugs) -> 2013 - 5 years after major DNS flaw is discovered, few US companies have deployed long-term fix (DNS vs. Kaminsky Bug): -> http://www.networkworld.com/news/2013/012913-dnssec-266197.html?page=1

    * :)

    (So much for THAT outta you... like any other "evasions" you use typically!).

    APK

    P.S.=> Now, THIS "takes the cake" from you, the most:

    "Should have read the thread I linked. If you did, your reading comprehension is pretty bad." - by Ash-Fox (726320) on Wednesday July 03, 2013 @04:32PM (#44181445)

    Beg to differ - YOURS clearly is, especially since you had to concede points of mine (& I never have any of yours)!

    Face facts, & now I am just using your "OWN medicine" against you?

    From our last discussions - You RAN FROM THESE 3 SIMPLE QUESTIONS BEFORE:

    ---

    1.) Does DNS have numerous issues?

    2.) Can custom hosts files overcome some of those issues??

    3.) Does running programs of ANY KIND consume CPU, Memory, &/or Other Forms of I/O???

    ---

    * Just answer those 3 questions...

    Better yet? I will!

    (THIS apparently needs to be done, again!)

    A.) Never denied #1 above

    B.) Not admitted that #2 can solve parts of #1

    C.) You have already ADMITTED that running a DNS server machine (separate from a client workstation) eats more power, as well as the fact that running programs of ANY KIND do the same (albeit, to a lesser degree than running another system to do so, instead electing to run a DNS service/daemon on said client workstation instead locally)... ... apk

    1. 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.
  142. Re:Sadly, no ... by Anonymous Coward · · Score: 0

    You ARE doing something a pro would need to do. Not many people just flat-out disable Javascript. It belongs in about:config precisely for that reason - it should be something a novice can't find in the UI without knowing what they're looking for. Hence it's a UI win, not a UI failure.

  143. You use that faulty instracture in DNS by Anonymous Coward · · Score: 0

    DNS = clearly faulty (especially in security) & you use it, hosts overcome that! Hosts also get you past downed/redirect poisoned DNS servers also! Hosts remove the threat of "fastflux" designed malware online/botnets/malicious sites etc.-et al,by avoiding them, totally! Fastflux botnets are the prevalent design, 99% of the time for decades in fact! They are HARD to kill recycling host-domain names they use - Which is WHY more of that is used by botnets vs. IP addresses (easy to kill in the latter).

    FastFlux botnets abuse a flaw in DNS to operate essentially.

    ( ... & it keeps me off DNS request logs, & outside of any puny DNSBL's (makes the servers work less too though, so "bonus for you too" dns admins)).

    * All that, & more - from a SINGLE file part of the IP stack used by tcpip.sys @ kernelmode driver level (fastest possible), written in C (near fast as possible) with less moving parts with room for breakdown...

    Especially THIS kind of "room for breakdown" -> 2013: 5 years after major DNS flaw is discovered, few US companies have deployed long-term fix (DNS vs. Kaminsky Bug): -> http://www.networkworld.com/news/2013/012913-dnssec-266197.html?page=1

    APK

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

    http://start64.com/index.php?option=com_content&view=article&id=5851:apk-hosts-file-engine-64bit-version&catid=26:64bit-security-software&Itemid=74

    Don't... & don't wonder WHY I released it publicly either:

    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...)...

    ... apk

    1. 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.
    2. Re:You use that faulty instracture in DNS by Anonymous Coward · · Score: 0

      Then You introduced overheads due to "callbacks" TCP does vs. UDP. The Kaminsky flaw introduces the possibility of redirection, which gets WORSE when you're setup in recursive mode. Your use of "extra moving parts" alone adds weight in diskspace usage, memory usage, AND ALL THE SECURITY PROBLEMS IN DNS too!

      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).

      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!

      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!

      You're adding more "moving parts" in larger data & an EXTRA PROGRAM layered above the IP stack (where hosts operate with tcpip.sys), & you're telling me THAT? Please... give me a break!

      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!

      Hosts are only a single file! DNS servers are programs, data files, configuration files, & more... lots more complexity!

      Fact: Your method requires MORE "MOVING PARTS" & OVERHEADS hosts don't and you certainly EAT MORE ELECTRIC POWER YOU PAY FOR TOO!

      I know 1 thing: You're completely FULL OF IT trying to tell me a single file takes up more CPU, diskspace, &/or memory than an entire PROGRAM set layered on OVER the IP Stack (of which hosts are merely a SINGLE FILE filter for tcpip.sys, running out of kernelmode, fast as it gets).

      APK

      P.S.=> Lastly - YOU delaying your reply for 9++ hrs.? Lame... apk

    3. 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.
  144. Fact: tcp = slower than udp... apk by Anonymous Coward · · Score: 0

    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). You just made your inferior by itself 'solution' less efficient considering it's riddled with security issues too, & you depend solely on it!. You continually avoid that "fastflux" botnets (the primarily used design using host-domain names vs. IP addresses (easily killed in the latter)) Abuse a security flaw in dns servers that allows them to operate - Period. 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 (not to mention their security issues). Fact: You also solely rely on something built on a known multiply faulty unpatched "foundation"/infrastructure as you called it -> 2013: 5 years after major dns flaw is discovered, few US companies have deployed long-term fix (dns vs. kaminsky bug): -> http://www.networkworld.com/news/2013/012913-dnssec-266197.html?page=1 A fault which hosts files can overcome by bypassing said faulty infrastructure ENTIRELY for favorite sites hardcoded into them which also resolves ip addresses faster too vs. remote dns servers, yielding added anonymity & added reliability (Vs. dns request logs tracking & dnsbl's too as well as blocking known malicious sites/servers/hosts-domains). Admins should thank me for it - their machines work less with guys like me around & it keeps users cleaner vs online attacks. Lastly Blocking speed doesn't matter on how fast it occurs since with blocked sites since you never intended to get to blocked sites in the 1st place, so so much for that from you..

    APK

    P.S.=> You have been "schooled", completely... apk

    1. 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.
    2. 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.
  145. I got around DNS poisoning using hosts... apk by Anonymous Coward · · Score: 0

    Since custom hosts gets me around DNS entirely & especially for my top 20 favorite sites which also exceeds the speed of DNS indexing (up to ~ 3++ million line records entries or so).

    They're where I spend a GOOD 95% of my time online anyhow (I know this from firewall logs, router logs, & my browser histories) - Still: Don't get me wrong: I use DNS servers too!

    Albeit NOT ones I run myself, but remote ones external to my home AND SECURED/FILTERED ones in:

    A.) OpenDNS
    B.) ScrubIT DNS
    C.) Norton DNS
    D.) Comodo DNS

    Rotating them & yet using them all @ once in my NAT true stateful packet inspecting CISCO/LinkSys router-firewall, but also my IP stack settings in Windows too.

    * HOWEVER: A fact, IS a fact - that fact? TCP is SLOWER than UDP... does double the ops, literally!

    APK

    P.S.=> Lameness filter did the same to me last post - made me have to "condense" everything... apk

  146. YOU FORGOT 1 THING (important) by Anonymous Coward · · Score: 0

    Windows' dns clientside cache service "problem" w/ LARGE custom hosts files - After you disable that? The hassle you saw goes away, period/for good! In fact - read more about it, here (malwarebytes/hpHosts who also host my program there) -> http://hosts-file.net/?s=Download on the top left-hand side 2-3 paragraphs down, should you doubt me. You easily also make up for that since the hosts file is just a file, like any other, & the local kernelmode diskcaching subsystem will take care of keeping it in ram for you for greatest speed/performance! Performance that is just as good as the faulty with larger custom hosts files clientside dns cache service. (In fact, better, because it doesn't "lag you" like you saw in Windows, with the load/flush limited size structure the local clientside dns cache service uses in fact & it saves you resources allotted to a service with "issues" to put it lightly & yet to be blunt about it being faulty...) Fact: I reported it to Microsoft years ago - nothing was fixed. So, essentially, thus: I had to "fix it" myself! Its problem? It uses a fixed size 'buffer' cache (via loading into a C/C++ structure that is fixed size evidently), & FIFO queueing apparently as well, which causes the "lag" trying to load hosts that exceed its fixed size (should have been made dynamically resizeable). This is easily fixable in fact, but MS doesn't fix it. I did so by dispensing with that faulty service & instead relying on another subsystem for caching (saving the RAM, cpu cycles, & other forms of I/O the faulty dns clientside cache was using - "bonus").

    APK

    P.S.=> Performance is just as good, if not better, for caching hosts data, & simply because of saving resources used by that faulty with larger custom hosts files local dns clientside cache service in Windows - same as my last post also the "lameness filter" is being 'lame' to me too (forcing a few of my replies into a "block format" like this post too)... apk

  147. 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...)

  148. Hold yourself responsible by Anonymous Coward · · Score: 0

    4 getting SPANKED: You stated you know what you're talking about, & yet you're shown you really didn't here on TCP vs. UDP usaeg http://news.slashdot.org/comments.pl?sid=3929071&cid=44192751 and here also http://news.slashdot.org/comments.pl?sid=3929071&cid=44189817 especially, and pretty much in anything else you didn't state here but APK did, scorching you point by point. 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. That sunk your ship completely. Funniest part is hosts files do get you around them.

    1. 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.
  149. 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.)

  150. FastFlux, Dynamic DNS, & Windows DNS client by Anonymous Coward · · Score: 0

    In Windows, the DNS cache client IS broken (with larger hosts files) - fact. You didn't know that, obviously -> http://news.slashdot.org/comments.pl?sid=3929071&cid=44192751

    You also don't seem to realize that DNS is SO FLAWED, that "FastFlux" botnets take advantage of it (read up on that here so you DO know next time -> http://en.wikipedia.org/wiki/Fast_flux )

    That's not all either: There's MORE FLAWS in DNS that botnets take advantage of as well -> http://labs.umbrella.com/2013/04/15/on-the-trail-of-malicious-dynamic-dns-domains/ that take advantage of its VERY NATURE also!

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

    Custom hosts files!

    (They allow me to bypass the faulty DNS system entirely & especially for my top 20 fav. sites, which when placed @ the TOP of my custom hosts file, exceeds DNS indexing even, up to ~ 3++ million line records entries or so...)

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

    APK

    P.S.=> So, what was that YOU said here intially, about "schooling me" (getting the better of my on things tech DNS vs. HOSTS)? Seems to be the OTHER WAY AROUND here on several accounts... lol! apk

    1. 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.
  151. You were "pretending"? LMAO: B.S.! apk by Anonymous Coward · · Score: 0

    "Again, I was pretending" - by Ash-Fox (726320) on Tuesday July 09, 2013 @08:38AM (#44224161)

    Per my subject-line above: I wasn't & showed your error there, & I also showed that dns has many faults:

    1.) Unpatched vs. Kaminsky flaw for 5++ yrs. now

    2.) Dynamic dns abusing dns nature

    3.) Fastflux botnets abusing dns nature again too!

    You didn't read up on "Fastflux" botnets or the Dynamic DNS issue - Clue: The VERY NATURE of DNS gets exploited then in both cases! Just as it does in the Kaminsky redirect flaw. You accused me of not reading - results here now show otherwise (especially on your initial comment here on "getting the better of me", lol - b.s.!)

    The most efficient cure = what I do: Custom hosts files to get around that faulty known unpatched for 1/2 a decade dns infrastructure vs. a serious redirect flaw on 99% of DNS servers out there, worst of all @ the isp level! Hosts supplement dns in that case overcoming those flaws by bypassing faulty DNS! I use dns myself, albeit secured filtered external ones. This is how I 'secure' even those even more.

    Your usage of tcp also slows you down/made you less efficient - tcp has 2x the overheads + operations udp does!

    QUESTIONS:

    Don't you depend on dns entirely? Yes. Is that system flawed?? Yes. Do you also mean the setup with more electrical power usage, cpu cycles, ram, and other forms of I/O usage also??? Yes. The setup with far more complexity than mine using a custom hosts file & secured/filtered external dns servers (maybe @ most 4-5% of the time tops)???? Again, yes. You mean the one with flaws galore in it using/being dependent on a known unpatched vs. Kaminsky redirect bug flawed dns system (fastflux/dyndns botnets abuse it galore)????? Still yet again, yes.

    APK

    P.S.=> Wildcarding: IF an entire domain is affected (rare) I block it with any subdomains affected. If not, what is the point? Face facts - you're outthought, outsmarted, and outnumbered by 3 facts on DNS security issues also... apk

  152. Tried submitting a story on it here on /.: Result? by Anonymous Coward · · Score: 0

    http://slashdot.org/submission/2783319/adblock-getting-paid-by-google-to-allow-their-ads

    * "REJECTED" & not only THAT, but it was utterly REMOVED from the "submissions" page within minutes!

    (Truth != a "big thing" on /. - & certainly NOT when it affects "the personal agenda" of others, adversely, now is it? LOL - nope!)

    On a guess: Why? Well, by golly, can't have THAT coming out, now can we?? Hell no - especially when so many "sheep" here on /. use that crippled tool & "Champion it"... lol, guess who gets the "last laugh" now on THAT account now, dolts?

    APK

    P.S.=> "Yours truly" - who has created a FAR better solution that isn't advertiser-owned (foxes guarding the henhouse) like Ghostery, or "paid off" crippled (AdBlock):

    APK Hosts File Engine 9.0++ 32/64-bit:

    http://start64.com/index.php?option=com_content&view=article&id=5851:apk-hosts-file-engine-64bit-version&catid=26:64bit-security-software&Itemid=74

    Take a read of what's enumerated there as to the good it does users of its resultant output file (a custom hosts file) in terms of better added speed, security, reliability, & even anonymity to an extent also...

    ... apk