My results were very positive when idle (I can finally start FF and have it in the background without fans blasting).
However, just scrolling up and down in the default mozilla website increases power usage brutally (macOs activity monitor showed the energy impact as 200).
I'm still glad to see that fixes are finally coming, even though it's not usable for me yet.
If we get to a point of having it fixed and being able to use webrenderer on macbooks to have the gpu drawing, it could be a 180 for firefox's usability on macOs
I would really like an ETA for the rest of the changes.
I wonder if this discrepancy could have something to do with switching to discrete graphics or something along those lines. iMacs can run their graphics card always and are designed to take that noise into account. If OP has a laptop, he might be hearing the graphics card revving up after being idle.
The Firefox release schedule is pretty fast. This stuff should be in the beta release due out today, and the stable Firefox 70 release due out October 22.
> How long does nightly stuff usually take to get into the final release?
You can try it out now. Open a terminal:
$ brew cask install firefox-developer-edition
$ cd ~/Library/Application\ Support/Firefox/Profiles
$ ls -l
(Determine which directory is your current profile directory. It should be recently modified and end with
.default-release. $ cp -R this directory to .dev-edition-default and start Firefox Developer Edition.)
Then in about:config put gfx.compositor.glcontext.opaque to true.
I have to say that with a lot of tabs Tree Tab Style is still taking up a lot of cycles. Up to the point it (nearly) hangs. At such point, I switch to Sideberry which does not, use OneTab, and start from there. Perhaps setting browser.tabs.20FpsThrobber to true solves this. Trying that out now.
Firefox Developer Edition is not the same as nightly from what I understand.
Setting gfx.compositor.glcontext.opaque to true makes firefox unusable as alerts aren't readable (might be theme dependent).
The only setting that you need to get FF to work on macos with a retina screen is the 'low resolution' mode trick. But then all text, etc isn't as smooth.
I am now running some tests with the new nightly, so far it seems like it fixes the issues and I am very excited about this!
> Firefox Developer Edition is not the same as nightly from what I understand.
It isn't, but this fix has already been around for a while. I've been using it for about a week. Back then, I was advised to run Firefox Developer Edition. I'd rather run that, than Nightlies.
Note the wording: "all of these changes". The first part of the change which I've been using for a week now, is already in Developer Edition. It has the largest effect. The most recent change has a small (but noticeable) effect.
FWIW, Nightly just managed to crash my MBP. Which, for the record, is normally rock stable.
Caveat emptor: You are likely to be running with altered config settings, as indicated by your advice above to others, and it’s occasionally found that about:config changes are what are causing crashes. Consider unwinding your changes to provide a more accurate outcome. (I’m not part of Firefox, just pointing out an especially common expert user self-inflicted issue.)
Thank you for the heads up. It hasn't crashed ever since (the nature of the crash made it appear related to using Nightly). I'll be switching back to Developer Edition ASAP as either b3 or b4 has the same fix.
Just installed it. And had gmail running on it and Chrome at the same time. Firefox Nightly showed to be using significant power while Chrome was not. I think this still has a long way to go before I switch to Firefox both in terms of performance and dev tools.
Yes, compared to Safari. The Safari engineering is very impressive! I think there is quite a bit more to come on the Firefox side though, so hopefully they'll close the gap.
Same, I switched to Safari a couple of years ago. I was initially hesitant, because I used the developer tools in Chrome quite a bit. I was pleasantly surprised to see that the Safari developer tools is very mature, and in some ways better than Chrome.
What the hell does "decrease by factor 3x" mean? Did power usage previously decrease by 1% and now by 3%? Is power usage now -200%? Seriously, I do not get it.
I dislike this common usage as well because of the weird properties it has too (if "decrease by two thirds" and "decrease by three" is the same, the "decrease by" function has a rather weird shape, also, 66% faster = 200% faster?), but at this point, seeing someone use the term the way I think is "correct" is the exception that I notice rather than the rule. This fight is lost. When speaking myself I tend to just use an unambiguous construct (e.g., "the code takes only 1/3rd as long to run") and let everybody else do their own thing. It's rare for it to be a real problem.
Honestly, doing any sort of math with percentages in particular is just silly and should be avoided. Schools try to teach an official interpretation of "56 + 34%", but it's clear it doesn't stick and the adult world uses it fairly inconsistently in general. (In specific cases it is used unambiguously, for example, the accounting world, but in general, it's very sloppy.)
Decreasing or increasing by a factor is mathematically cleaner than decreasing or increasing by a percent. To decrease by a percent the formula is (1 - 66/100)*x, to decrease by a factor of three the formula is x/3. It might not seem like a big difference, but the latter can make things a lot cleaner in long finance formulas.
My results were very positive when idle (I can finally start FF and have it in the background without fans blasting).
However, just scrolling up and down in the default mozilla website increases power usage brutally (macOs activity monitor showed the energy impact as 200).
I'm still glad to see that fixes are finally coming, even though it's not usable for me yet.
If we get to a point of having it fixed and being able to use webrenderer on macbooks to have the gpu drawing, it could be a 180 for firefox's usability on macOs
I would really like an ETA for the rest of the changes.