Slashdot Mirror


Newest Firefox Browser Bashes Crashes (cnet.com)

Nobody likes it when a web browser bombs instead of opening up a website. Mozilla is addressing that in the newly released v53 of its Firefox browser, which it claims crashes 10 percent fewer times. CNET adds: The improvement comes through the first big debut of a part of Project Quantum, an effort launched in 2016 to beef up and speed up Firefox. To improve stability, Firefox 53 on Windows machines isolates software called a compositor that's in charge of painting elements of a website onto your screen. That isolation into a separate computing process cuts down on trouble spots that can occur when Firefox employs computers' graphics chips, Mozilla said.

76 of 134 comments (clear)

  1. They've compartmentalised the renderer? by TheRaven64 · · Score: 1

    So, now they've put the renderer in a separate process with reduced privileges? Like, for example, every other web browser (including Edge and Safari) did for security last 5 or so years ago? Uh, yay?

    --
    I am TheRaven on Soylent News
    1. Re:They've compartmentalised the renderer? by sexconker · · Score: 1

      Apps, apps, apps! LUDDITE !

    2. Re:They've compartmentalised the renderer? by TheRaven64 · · Score: 1

      No, the operating system is supposed to prevent one process from interfering with another. When an app has multiple security domains then it's up to the app developer to do compartmentalisation. OpenSSH has done this for over a decade, most browsers have done it for quite a few years. Current hardware[1] doesn't provide good mechanisms for doing fine-grained isolation within a single OS process.

      [1] The project that I work on aims to address this limitation.

      --
      I am TheRaven on Soylent News
    3. Re:They've compartmentalised the renderer? by higuita · · Score: 1

      yes, but firefox was build as monolitic, separate each layer required lot of changes as every layer calls were all over the code. That was one of the reasons google started with chrome, trying to break firefox modules would be slower than rebuild... the problem with rebuild is instability, breaks with existent code and requires a huge amount of resources (just look to the netscape 4.x to mozilla migration)

      mozilla have done that slowly and they started with plugins and then pick the next problematic layer (javascript, render, video/audio, etc)... only now firefox is turning multi-process and can finally apply sandbox to those layers

      --
      Higuita
  2. oh come on. by nimbius · · Score: 1

    I wanted the firefox that crashes bashes you insensitive clods!!

    --
    Good people go to bed earlier.
    1. Re:oh come on. by R3d+M3rcury · · Score: 1

      ...while twirling mustaches...

  3. Re:A whole 10 percent fewer crashes? Wow! by aix+tom · · Score: 4, Insightful

    The only reason I haven't dumped it completely yet is because there are some useful add-ons that aren't available for Chrome...

    Don't worry, they work hard on phasing out XUL add-ons with version 57 at the end of 2017, so that they will have just as few add-on choices as chrome.

  4. Re:Good job guys! by KiloByte · · Score: 5, Insightful

    Maybe in 10 or 15 years Firefox will be production ready. So instead of crashing several times daily, it might only crash several times weekly.

    Are you sure you're using the same Firefox as me? It crashes less than once a year, and that's on Debian unstable, with 33 extensions and hardly ever below 100 tabs. Firefox does have its flaws, such as dropping sound support, massive memory use and using lots of CPU even when idle, but crashiness isn't one of them.

    If you experience crashes "several times daily", you'd better check your hardware. Or perhaps you're running some bogus DRM scheme.

    --
    The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
  5. Autoplay Video Site by Luthair · · Score: 1

    NT.

    1. Re:Autoplay Video Site by GNious · · Score: 1

      media.autoplay.enabled == false

  6. Nice try Moz://a. by EnsilZah · · Score: 1

    Nice try, but every time I've upgraded your browser it broke or removed features I use, and added useless junk on top.

    I used to upgrade to the latest software as soon as it came out, but it feels like the likes of Microsoft and Mozilla are intentionally trying to train me to treat every software update with utmost suspicion and as a measure of last resort.

    1. Re:Nice try Moz://a. by darkain · · Score: 1

      This is exactly how I feel about Adobe as well. Every new version of Photoshop since one of the patches to CS6 all the way through the various CC releases has constantly added new bugs and instabilities to the application. It seems like every company going on these very short release cycles dont give two fucks about stability and literally takes YEARS to fix bugs now instead of months.

  7. Firefox 57 could be the end of Firefox. by Anonymous Coward · · Score: 1, Interesting

    I can't see how the Firefox 57 release could possibly go down in a good way.

    These changes have the potential to be the most disruptive ones to date, probably even worse than the Australis UI changes that drove away so many of Firefox's users earlier.

    We aren't just talking about highly annoying UI changes here. We're talking about the risk for broken functionality, and in ways that aren't easily fixed. This is stuff that users can't just ignore or learn to work around.

    If Firefox 57 does turn out to be the disaster that it could very easily become, I'm not certain that Firefox could survive it.

    Firefox is already down to only about 5% to 6% of the browser market. It has almost no (0.03%) mobile presence.

    Firefox really can't afford to lose any more users.

    What's really bad about this situation is that it will likely be addon authors who are the most affected. These are the users that Firefox really, really can't afford to lose.

    I mean, if I have to write my addons in a way that's compatible with Chrome, why would I even bother using Firefox at that point? Firefox is slower and more bloated that Chrome, in my experience. Firefox can also send a lot of info to Mozilla and others, so it's not like it's really any better when it comes to privacy.

    If I'm going to get a Chrome-like UI experience from Firefox, and if I'm going to get a Chrome-like addon development experience from Firefox, and I'm going to get a Chrome-like privacy experience from Firefox, but Firefox's will feel slower than Chrome, then I might as well just use Chrome (or Chromium) directly.

    I really don't like making this prediction, but I think that by this time next year we could see Firefox down around 1% or 2% of the browser market. At that point I think we'd have to consider it a lost cause. It's already close enough to being a lost cause as it is, while it's still around 5%.

    Once Firefox gets below 5%, it just won't matter to web developers. They won't bother testing their sites in a browser that has so few users. The Firefox web experience will just end up getting worse and worse, until most of its users end up using Chrome.

    We've seen this happen with Netscape Navigator, and it's looking like it's happening to Firefox now, too.

    1. Re: Firefox 57 could be the end of Firefox. by higuita · · Score: 2

      that is why they want to drop the old add-on support and use a model mostly compatible with chrome.
      Current add-ons are too close to the firefox code and they can not mess with the code without breaking add-on or creating never-ending compatibility layers.

      With the new add-ons api, this will get more stable and easier to port add-ons back and forward from/to chrome

      --
      Higuita
  8. Re:Nice try EnsilZah. by Anonymous Coward · · Score: 1

    Nobody cares about your experiences with Firefox when all you have to say is the same thing people generally say about basically every software upgrade ever: "I don't like change".

  9. 10% is a lot? by hawguy · · Score: 1

    Chrome crashes on me less than once a month (I typically have to reboot for security patches before Chrome chrashes). Firefox must be crashing a *lot* if a 10% reduction is significant.

    1. Re:10% is a lot? by Anonymous Coward · · Score: 2, Informative

      It doesn't. It's nothing like Chrome. I use Firefox exclusively, on several different platforms and I tend to keep the programme open for many weeks. I haven't had a crash in years.

    2. Re:10% is a lot? by drinkypoo · · Score: 1

      Firefox must be crashing a *lot* if a 10% reduction is significant.

      It's crashing on me a lot. The combination of Fb and G+ punches it right where it counts.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    3. Re:10% is a lot? by chefmonkey · · Score: 1

      As a standalone statistic, 10% isn't very useful, because it's not 10% across the board for everyone. In some ways, it's less impressive than that, and in others, it's much more impressive.

      The situation being addressed here is that certain graphics card drivers are notoriously buggy, such that processes that use normal accelerated graphics APIs will randomly crash for certain OS/driver/chipset combinations. Historically, Firefox has had to play whack-a-mole by finding patterns in reported crash data that says, for example, "ATI graphics driver x.y.z, with chipset Foo, under Windows 8, is showing an unusual number of graphics-related crashes, so don't use graphics acceleration on those machines." This results in slower rendering for those users in general; and, for those troublesome combinations that have not yet been blacklisted, you end up with users who see Firefox crash a lot (see, e.g., drinkypoo's comment below).

      If you're not one of the people with a magically horrible combination of graphics card, graphics driver, and operating system, then this will make absolutely no difference for you. But for those poor users who have found this sweet spot of graphics card misery, performance will improve immensely (for those on the blacklist) and crash rates will plummet (for those who are not). And these users crash *so* *often* that just providing this workaround for their bad graphics card drivers will make *overall* Firefox crash rates go down 10%.

      Hard data on *early* experimentation here the final numbers look even better: https://ashughes.com/?p=374

    4. Re:10% is a lot? by tgv · · Score: 1

      As I posted above, I haven't had a crash in a long time, but indeed, I don't use fb nor g+.

    5. Re:10% is a lot? by Quantum+gravity · · Score: 1

      That is my experience too, on several computers and operating systems.

    6. Re:10% is a lot? by drinkypoo · · Score: 1

      Well there ya' go. Stay the fuck off Facebook. (I mean only an idiot... right.) All the Universe is trying to tell you something.

      The universe is trying to teach me to abandon my long-term friends? The universe is a fucking asshole. I don't think I'm going to listen to what it has to say.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  10. Great, but... by Anonymous Coward · · Score: 1

    I haven't had a crash in Firefox in years.

  11. Re:Good job guys! by darkain · · Score: 1

    Well, THAT makes sense. Linux doesn't have GPU drivers. Software render all the way!

  12. Re:Firefox dropping support for older hardware. by SumDog · · Score: 1

    I can see dropping support for XP/Vista and 32 bit Macs (those vendors don't support those operating systems. Why would you support an operating system that no longer gets security updates at all?) Are they really dropping support for 32-bit Linux though? That does bug me a bit, but there are also many Linux distros that are dropping 32-bit support as well. Keep in mind, the Linux kernel no longer supports 386 chips either (there is a fork for that).

    Even open source projects can't maintain things forever. Dropping ASLA support seemed superfluous though. Why remove something that's already there and works?

  13. Re: Firefox dropping support for older hardware. by darkain · · Score: 2

    Because Vista = Server 2008. Some people still need to keep them servers alive for industrial purposes. With browser support fading, it is becoming increasingly difficult to keep these machines alive.

  14. No browser crashes... by Anonymous Coward · · Score: 1

    Firefox does not crash for me under linux, hundred tabs open, many windows.

    What usually crashes is the plugin container.
    Some dammed java or flash locks up.
    Fortunately I can kill the browser or browser window from a terminal.

    Never crashes the system.

    1. Re:No browser crashes... by OneHundredAndTen · · Score: 1

      What version? Starting on 51 it has become so unstable under Linux as to be almost unusable.

  15. Re:A whole 10 percent fewer crashes? Wow! by CrashNBrn · · Score: 2

    Chrome has tons of choices for extensions... that haven't been updated in 4+ years.

  16. Re: Firefox dropping support for older hardware. by ArchieBunker · · Score: 1

    Why do you need to run a modern browser on a dedicated server?

    --
    Only the State obtains its revenue by coercion. - Murray Rothbard
  17. Re:Nice try EnsilZah. by ArchieBunker · · Score: 1

    Change for the sake of change is dumb. Software people can't understand the fact that something might have a design end. Has the shape of a hammer changed in the past hundred years? No. Are these changes beneficial to anyone? Has an interface study been done on the results? I switched to Chrome after Firefox picked the "australis" look and became Chrome Junior.

    --
    Only the State obtains its revenue by coercion. - Murray Rothbard
  18. Re:Good job guys! by Anonymous Coward · · Score: 1

    What other browser do you recommend? I haven't yet found one that is worse. Firefox may not be perfect, but it is still much better than the alternatives.

  19. Score:-5, Pwned by Anonymous Coward · · Score: 1
  20. crashes, what crashes? by Anonymous Coward · · Score: 1

    I use Firefox on several desktops and laptops at work (Windows and Linux) and I can't remember the last time I had a crash. I usually only have 2 or 3 extensions loaded and maybe up to 20 or so tabs. Memory usage seems to be a bit lower since v52 came out, but that might have to do with dropping support for most plugins.

  21. Re: Firefox dropping support for older hardware. by UnknownSoldier · · Score: 1

    Uh, bug fixes, McFly.

  22. Re: Firefox dropping support for older hardware. by sexconker · · Score: 1

    TLS 1.whatever support to connect to whatever site/device that runs some shitty java applet?
    Basically, the other side of the "keep an old portable version of a browser to connect to SSLvBroken shit like your HP switch" coin.

  23. Re:Good job guys! by The+Grim+Reefer · · Score: 2

    So instead of crashing several times daily, it might only crash several times weekly. Not that you'd want to run it that long without restarting the app since it'll be using all of your memory by the end of the day.

    Is there a different Firefox than the one I'm using? The machine I do the majority of my browsing on is a Win 7 box with 16GB of RAM. I haven't seen a crash in at least a year, probably more. I have had 15 separate windows open with 10 to 30 tabs open in each for the last 2 or 3 months. I just rebooted today for updates. I will shutdown and restore my Firefox session when the memory usage creeps up and bogs it down. But the most I've seen it get up to is a little over 8GB of RAM usage. Which is ridiculous, but not as bad as you seem to be exaggerating it to be.

    My one big sticking point to switching browsers is the Tree-Style-Tabs add-on. I can't find a single other browser that does this well. Opera is the only other that comes close, but I can't stand that it has no way to hide the tabs across the top of the browser. I could live with the vertical tabs not being nested if I cold just find a way to hide the horizontal ones.

  24. Firefox 57 sneak peak by Anonymous Coward · · Score: 2, Interesting

    We at Moz://a are pleased to announce that Firefox 57 will be the Chromium source code with all the icons changed to the Firefox logo. Now we don't have to actually work on our browser we can make fun of extension developers and see all the hard work they done wasted while we roll in the Yahoo sponsorship money.

  25. I track browser crashes using splunk by Skuld-Chan · · Score: 2

    On 6200 Windows clients and 1900 Mac's. Firefox is above and beyond the most crash prone browser - it even tops IE 11 (Fwiw Chrome > IE 11 > Firefox are the most used browsers in my organization according to software metering).

    1. Re:I track browser crashes using splunk by Anonymous Coward · · Score: 1

      Other browsers "don't crash" because they're broken into multiple processes. When one goes down it doesn't register as a crash.

    2. Re:I track browser crashes using splunk by Skuld-Chan · · Score: 1

      If a process (like a Chrome.exe tab) crashes - windows/mac logs it. In our environment that log is forwarded on every client and index'd on site.

      Even though we have less Firefox usage - it still crashes more than IE 11 or Chrome (they both crash too, but far less - even though there's more usage).

  26. Firefox crashing implies you're using it right. by Presence+Eternal · · Score: 5, Insightful

    I use Firefox as my main browser, and I understand the problems some people have with it. Thing is, I tend to see Firefox's flaws as emerging from using it with lots of addons as intended. Adblock + noscript + various EFF tools are bound to bork it from time to time. I'm kind of impressed it's as stable as it is. Not to mention I'm the kind of crazy person who has 300 tabs open right now.

    I used to use Opera as my secondary, back before they dropped Presto and abandoned their very functional email/rss components. Now it's Chrome with adblock.

    It might be ironic that my favorite mobile browser was Safari with adblock. Never had a single problem with it. Plus Apple for all their faults has been willing to tell bloatware peddlers to go hang themselves.

    1. Re:Firefox crashing implies you're using it right. by AmiMoJo · · Score: 1

      The problem, as it has been from the very start with Firefox, is that it's fairly monolithic. On Chrome you have an those extensions, but the browser is built in such a way that parts of it crashing doesn't bring the whole thing down.

      Mozilla are trying to fix this, but people hate them for it because it will end up breaking most of the old extensions. Combined with breaking the UI they are kind of struggling now.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  27. Bashes Crashes? by zifn4b · · Score: 2

    Marketing genius! Is it tough on crashes? Does it stamp the crashes out? Does it get the crashes before they get you? I could keep doing this all day. If you'd like I can hire my marketing skills out on a very affordable rate.

    --
    We'll make great pets
  28. Re:Good job guys! by Shark · · Score: 4, Informative

    In "about:config" change "fayout.frame_rate" from -1 to 60 (or whatever your monitor runs at). For some stupid reason, Firefox renders as fast as your CPU can handle 100% of the time. Even at 60 FPS, it uses ~1% CPU when idle so I'm guessing it was going like 6000FPS when unrestrained.

    --
    Mind the frickin' laser...
  29. Re:Nice try EnsilZah. by thegreatbob · · Score: 1

    100 years might be a bit of an understatement; claw hammers may have been first invented by the Romans shortly before the common era (I cannot find any hard sources, unfortunately), and can be seen in artwork no less than 500 years old. One can be fairly plainly seen at the left-middle of this engraving: https://en.wikipedia.org/wiki/...

    --
    There is no XUL, only WebExtensions...
  30. Re:Good job guys! by labnet · · Score: 1

    Well maybe thats due to Linux.
    My FF52 has been crashing about 4 times a day in the last few weeks.

    It's still my daily driver, because it is the only browser that properly support side tabs via the treetab plugin.

    --
    46137
  31. Re:Firefox dropping support for older hardware. by LinuxIsGarbage · · Score: 1

    Why would you support an operating system that no longer gets security updates at all?

    If you had enough users, why wouldn't you? While the OS isn't getting patched, the system, sitting behind a firewall (even a residential router) isn't going to magically get compromised. However web browsers (and associated plugins like Java, Flash, and Adobe Acrobat) are a huge attack surface, and an updated web browser will do a lot more for that than an updated OS.

  32. Re:Good job guys! by bored_engineer · · Score: 1

    Is this due to the extensions you're using, perhaps? I'm fairly certain that Firefox hasn't been shut down or restarted since the last time it was updated. The only think that ever bothers me is its complete unresponsiveness when it's loading a large PDF. I'm pretty sure that my trouble started when I started using the decentraleyes extension, so I choose to live with and wait out Firefox's pauses.

  33. Re:Good job guys! by thegarbz · · Score: 1

    I'm actually questioning what Firefox you are using. Sure the GP sounds like something else is the cause. Multiple times daily is not what I would associated with Firefox. But once a week, easily. Hell one update completely fubared the thing which is when the straw broke my back and I switched away. If I was going to start with a new profile there was no reason not to try an alternative.

  34. Re:Good job guys! by Anonymous Coward · · Score: 1

    I've had the same results using firefox ESR, it never crashes.

    massive memory use

    Chrom* uses much more memory than firefox thanks to 1 process x tab model and yet a single tab crash can still bring the entire browser down.

  35. Re: Good job guys! by Anonymous Coward · · Score: 1

    I use FF, FF Portable and Chrome.
    They all work fine and so close to equally fast you may as well say they are equally fast.

  36. Re:Good job guys! by Anonymous Coward · · Score: 1

    In "about:config" change "layout.frame_rate" from -1 to 60 (or whatever your monitor runs at). [...]

    Thanks for that. I have my video card fans setup on a temperature monitor and it made no sense they would increase with FF.

  37. Re:Good job guys! by GNious · · Score: 1

    da funk? My CPU load in FF just dropped to below 104%

  38. Re:Good job guys! by behrooz0az · · Score: 4, Insightful

    system load just dropped by 0.8
    Why the fuck is this not the default?
    dafuq, mozilla...

    --
    Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion. -- Spazmania (174582)
  39. Re:Firefox dropping support for older hardware. by behrooz0az · · Score: 2, Informative

    Yes, Tell that to us. Just a couple weeks ago I had to search in more than 50 computer shops and stores and fail to find a computer capable of running DOS and latest version of general-electric PLC programming software that they still claim support for. because no one in here has anything older than 3 intel tics.
    Yes, Please do blame us 3rd world countries for holding you back.
    Am from Iran, 3rd world and all the import/export drama.

    --
    Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion. -- Spazmania (174582)
  40. Re: Good job guys! by corychristison · · Score: 1

    I set FF to just download PDFs, that way I can open them in something that can render PDFs properly.

    Don't get me wrong, pdf.js (what FF uses to render in browser) is incredibly useful. Unfortunately it can be slow, and some issues with embedded fonts still seem to exist.

    Personally I use Evince on Linux to read PDFs.

  41. Re: Good job guys! by corychristison · · Score: 2

    I've found that some (most?) Linux distro's recompile FF to their release packages, instead of simply using the Mozilla provided binaries.

    This creates a much more stable browser.

    I use Funtoo Linux, and always go the compile route when updating FF. The one time I decided waiting for it to compile would be too long (was in a time crunch) it was a terrible experience. When I later "upgraded" to the self-compiled version it stablized.

    I guess a lot of it depends on what your system has for native libs, and compatible versions. If you're using a huge binary blob from Mozilla you're missing out on utilizing shared libraries, and possibly using out-dated, bundled in versions of those libraries.

  42. Re:Good job guys! by Golden_Rider · · Score: 1

    While Firefox is not exactly super crash-prone, I noticed over the last 2-3 years that it has a nasty habit of gobbling up memory. When I run my machine non-stop over the weekend, it is totally normal for it to eventually reach about 1.5 GB of memory usage (no matter how many tabs I have open at that point) and then strange things happen - like graphics not loading correctly, GUI elements not showing up anymore, web pages freezing etc. So I can totally understand it if people who use Firefox more than me, e.g. at work, have problems at least once a day. It is simply not stable under heavy usage.

  43. How's life in the hypocrite lane?

  44. Re:Firefox dropping support for older hardware. by Luthair · · Score: 1

    The CPUs being dropped are over 15-years old, you aren't going to be able to render and scroll in most web pages with that hardware. The OSes haven't been supported in years by their manufacturers so using them, and expecting to limit the rest of the world from using modern features isn't realistic.

  45. Re:Good job guys! by grungeman · · Score: 1

    Very funny.

    --

    Signature deleted by lameness filter.
  46. Re:A whole 10 percent fewer crashes? Wow! by tgv · · Score: 1

    What's wrong with Firefox? My experience with Firefox (on a mac) is quite fine. I'm using it since the demise of Camino, and it's absolutely not worse than Safari or Chrome/Chromium, which I use at work. It is slower, that much is true, but the last crash was a long time ago, while Chrome crashed on me only last week.

  47. Re:A whole 10 percent fewer crashes? Wow! by AmiMoJo · · Score: 1

    What are you missing? I moved from ff to Chrome and didn't find any lack of extensions.

    As for updates, if it ain't broke...

    --
    const int one = 65536; (Silvermoon, Texture.cs)
    SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  48. Re:Good job guys! by Anonymous Coward · · Score: 2, Informative

    The browser should render by default at vsync with the -1 setting. Perhaps the detection fails on some platforms?

  49. Re:Good job guys! by Waccoon · · Score: 1

    Indeed. I can say a lot of bad things about Firefox, but it never crashes on me. Ever.

    I did switch to Pale Moon about 2 years ago, because it's just as stable but way faster. I use Firefox mostly for "broken" web sites that are designed only to work with popular, name-brand browsers.

  50. Re:Good job guys! by sad_ · · Score: 1

    I think the stability issue is limited to windows?
    My colleagues also complain a lot about firefox stability, but i never have problems with it on Linux (ok, not never, but very very few) while they use windows.

    --
    On a long enough timeline, the survival rate for everyone drops to zero.
  51. Re: Firefox dropping support for older hardware. by higuita · · Score: 1

    then update the OS!
    local users without security updates, you are looking for trouble, no matter what browser you use...
    better yet, install linux, run your app in wine, install freeNX, xpra, LTSP or even tightvnc (test to see what fits better your clients and app) and use it to run your app. Use native linux apps and only use wine for really support old apps

    --
    Higuita
  52. Firefox - black screen of death by PortHaven · · Score: 1

    When Firefox added extra security. They added a huge bug. I now find that I often get a black screen, after which no pages will load properly. I've largely been unable to use Firefox for the past few weeks.

  53. Who cares? It's over. by AbRASiON · · Score: 1

    Check my post history, I've been posting about that browser for a decade. I was THE diehard, I loathed Chrome.
    I fought tooth and nail to keep Firefox, I hate many things Chrome does, which FF does better. It looks better, the plugins (I use) are much better, it's a great browser with a little work.

    EXCEPT IT IS IMMENSELY SLOW.
    and I don't mean "oh golly, that's not snappy" I mean it's SLOW, frequently delays, lag, lockups, freezes, script errors (slow, then error), more slow, lag, it's just atrocious, it's awful. They should stop coding for a YEAR and just optomise it.

    I really feel horrible even posting this from Chrome, the thought breaks my heart, but guess what? IT'S NOT INCREDIBLY OMG HOLY ....... god damn slow,.....

    Sorry Mozilla, it's over - I had my say on the reddit firefox site and that's it, I'm out - no more. I can not endure that performance any longer - it's been 2 years and I tried every god damn thing.
    So long. Sorry.

  54. Re: Good job guys! by corychristison · · Score: 1

    Spotted the guy who has no idea how huge software projects like a web browser works.

  55. Re:Good job guys! by Anonymous Coward · · Score: 1

    In "about:config" change "fayout.frame_rate" from -1 to 60 (or whatever your monitor runs at). For some stupid reason, Firefox renders as fast as your CPU can handle 100% of the time.

    fayout.frame_rate = -1 means "refresh at device rate", not "infinite refresh rate" (that's what = 0 does). So setting it to 60 should have no effect on a typical system. See developer comment here.

  56. Re:A whole 10 percent fewer crashes? Wow! by CrashNBrn · · Score: 1

    Mostly? Just missing side tabs. Sidewise is "ok", Tabs Outliner makes me want to claw my eyes out, and the few others are just trash.

  57. Re:Good job guys! by ebvwfbw · · Score: 1

    about:performance is your best friend.

  58. Since 52 by allo · · Score: 1

    Firefox crashes once a day here since version 52 and even with 53. With 51 it was stable. Possibly Quantum is more the problem than the solution?

  59. Re:Good job guys! by peawormsworth · · Score: 1

    ... crashing several times daily..

    Maybe you forgot to remove the Adobe Flash plugin.