Live data from Hacker News

Firefox 51.0

mozilla.org

41–50 of 154 posts

Re: Firefox 51.0

#41
post #6

I tested the FLAC playback, it plays only the first 9 seconds!

Out of curiosity I've just dropped ~450MB FLAC file in a new Firefox tab, and I must say I experience great stoner rock with no issues whatsoever.

Re: Firefox 51.0

#42

Earlier quoted context omitted.

You are not alone. I also stopped using Firefox six months ago or so because it was incredibly slow. I'm keeping an eye on it to see if the performance improves, but unless something big happens, I don't think I will go back to it.

I noticed this around version 49. Through process of elimination I found out it was caused by two plugins I had: Privacy Badger and Adblock Plus. Switched to uBlock origin and removed the other two, performance is normal again.

I've found the specific sites you have open matter too. Google products (inbox especially) and AWS in particular are awful if you leave them open for a while. I stopped doing that as soon as I noticed.

On linux I also saw a lot of benefit to making sure hardware acceleration was force enabled (it's disabled on the platform by default for some reason; I also had to start optirun-ing it on my laptop). Firefox has literally never been faster or behaved better since making those two changes.

Re: Firefox 51.0

#44
post #5

Was using Firefox from a very long time , but for some reason recently Firefox is very slow on my machine . Even chromium starts up slowly . Google Chrome opens the fastest and is very light on resources .

Same here. Part of the problem turned out to be related to youtube: https://www.reddit.com/r/firefox/comments/41zh1y/sick_and_ti... (Don't be misled, it affected MUCH more than youtube - I also had very little subscription, 5 or so).

Nevertheless, Firefox is part of the problem. And performance is still sub-par since I applied the fix (although not quite as bad).

Gotta love the people that answer "works for me".

Re: Firefox 51.0

#45

I see the WebGL improvements and how on their blog they market it as "Firefox Gets Better Video Gaming" and I really have to say, as a game developer, I really don't want the future of gaming to be on the web. This is more than just Javascript hate. It's hard to monetize games if you aren't going free to play with microtransactions. And really, on a personal level, I just like downloading games and playing them offli…

[deleted]

Re: Firefox 51.0

#46

Side note: I absolutely love the format that Firefox does their release notes in. They're organized really well and do a good job of speaking with the right language for the audience of each change. I can't think of another product that does release notes as well as them. Usually your hunting down ticket numbers (often on a private tracker) that are referenced from a changelog.

Blender has my favorite release notes: https://www.blender.org/features/2-78/ Though that's cheating a bit because it's easier to get pretty pictures of features in Blender.

Nice! Another one I can think of is how Blizzard releases their patch notes. Gamers are especially picky to game changes, so you can tell they put some thought into how they announce changes. Example:

http://us.battle.net/heroes/en/blog/20481262/heroes-of-the-s...

Makes me wonder if there is a market for a release notes platform for keeping customer up to date, something that's more focused on how changes are announced to customers than bug tickets.

Re: Firefox 51.0

#47
post #4
post #2

Flac playback and more work on E10s, this is a pretty sweet release. Switching to Skia on linux for rendering is interesting too, I wonder how this affects rendering performance and correctness vs cairo ?

So they use Skia now? I would have expected them to rather switch to WebRender.

Gecko was already using Skia on Windows and Mac, so enabling Skia on Linux helps consolidate the graphics code.

WebRender is actively being ported to Gecko (the "Quantum Render" project), but it is a large effort and won't ship until late 2017. It's an all-or-nothing feature, so it can't be enabled incrementally.

Re: Firefox 51.0

#48
post #3
post #2

Flac playback and more work on E10s, this is a pretty sweet release. Switching to Skia on linux for rendering is interesting too, I wonder how this affects rendering performance and correctness vs cairo ?

I had to look up what E10s was. https://wiki.mozilla.org/Electrolysis >In Mozilla documentation "Electrolysis" is often shorted as "e10s".

Heh, I'd have written a more explanatory post, but was busy at work.

Re: Firefox 51.0

#50

I see the WebGL improvements and how on their blog they market it as "Firefox Gets Better Video Gaming" and I really have to say, as a game developer, I really don't want the future of gaming to be on the web. This is more than just Javascript hate. It's hard to monetize games if you aren't going free to play with microtransactions. And really, on a personal level, I just like downloading games and playing them offli…

You don't have to use JavaScript. (See emscripten, binaryen etc.) The Web is basically just a runtime you don't have to host your files on a server if you don't want. You can distribute them via CDs if you prefer. Also you can use Service Workers now. That said monetisation all depends on the product not the medium. Just look at Minecraft. It didn't use ads or microtransactions and yet it was run from a Java applet i…

Distribution via CDs is not even realistic. That might work for Linux distributions who want to sell CDs to the 10 people who want to buy them but for games when most sells are made via Steam that isn't even a serious idea.

Minecraft also notoriously performs terrible. Given what Minecraft is sure that might work for Minecraft. It wouldn't work for an AAA game.

Post reply on HN