I switched back to Firefox 54 from Chrome when multiprocess browsing ("Electrolysis") came out of beta. It's been absolutely great. It's fast and I trust and like the nonprofit behind it. And all the extensions I care about are available. My main issue with Chrome was the endless nags to sign in to a Google account, and just generally wanting less dependence on Google. I also like that Firefox has a built in tracking…
How Firefox Got Fast Again
141–150 of 713 posts
Re: How Firefox Got Fast Again
#142I switched back to Firefox 54 from Chrome when multiprocess browsing ("Electrolysis") came out of beta. It's been absolutely great. It's fast and I trust and like the nonprofit behind it. And all the extensions I care about are available. My main issue with Chrome was the endless nags to sign in to a Google account, and just generally wanting less dependence on Google. I also like that Firefox has a built in tracking…
For those who don't know, if you sign in to your Google account in Chrome, Google will automatically save all the searches you've done in the omnibox. I don't remember Google ever warning me specifically that this was happening in the background, and after I checked https://myactivity.google.com/myactivity and noticed it was doing that, I was so furious that I deleted all the data Google kept on me there, and paused…
Re: How Firefox Got Fast Again
#143I switched from Chrome to Firefox 57 beta and couldn't be happier. Only issue so far was the ugly black title bar on the Mac, but switching to the integrated 'Light' theme fixed that. Too bad 'Light' isn't the default on macOS. Also note their updated Firefox on iOS. It looks and works just fine now and comes with Firefox Sync which gives you access to your tabs, bookmarks and history.
Re: How Firefox Got Fast Again
#144- The cross to close a tab and the one to create a tab are aligned in a weird way.
- Opening a tab is laggy (I'm on a MBP with an Intel Iris chip and 16GB of RAM).
- The scrolling still does not feel native (I'm on macOS High Sierra).
I'm very impressed by the work that has been done for this release as a dev but this does not give me a great first impression as a user (I haven't used Firefox these past 5 years). Google Chrome since its Material UI redesign (https://medium.com/google-design/redesigning-chrome-desktop-...) is snappy and has a clean UI, I hope that Firefox will also reach this point.
Anyway, this release is a major achievement. Congrats to the contributors!
Re: How Firefox Got Fast Again
#145Earlier quoted context omitted.
I personally think so. I also think their latest work on replacing Firebug and PhantomJS are way way late as well. I commend them on improving their tools, but man, Google has just eaten their lunch the past 10 years.
> but man, Google has just eaten their lunch the past 10 years. Maybe because Google actively pays people to install Chrome without the users knowledge, and force it as default. That’s pretty much the definition of malware already. It’s hard to win against someone that does such hostile behaviour.
Re: How Firefox Got Fast Again
#146Serious question, is this too little too late? Firefox has taken a massive nosedive in the last few years, in the UK at least. My two big clients have them on less than 2% share. Just checked one, 5 years ago they had 9.55% share, today it's 1.8%. Even taking into account the growth of mobile, that's dire.
Depends a bit: if devs switch back I'd say definitely. If devs are ready to repeat the IE 6 story, this time with Chrome. Getting companies to do cross browser testing seems hard even if it it should be simpler than ever before.. :-/
Re: How Firefox Got Fast Again
#147Earlier quoted context omitted.
" It's faster" FireFox 52 - BYOND game written by myself - 60FPS. FireFox 57 - 10FPS. Not even.
Sounds like an edge case the developers would be interested in. Have you got a reproducable testcase?
Re: How Firefox Got Fast Again
#148I'm still worried about how secure Firefox is in relation to Chrome. From what I understand, Firefox exploits only go for $30k at Pwn2Own, while Chrome exploits go for $80k. Should I be worried?
It depends, are you worth between $30k and $80k to someone? If yes, I would switch to Chrome.
Re: How Firefox Got Fast Again
#149I have been using 57 in beta, and I have to say, I'm impressed. It is a huge improvement. Whether it keeps me off Chrome in the future remains to be seen though!
Why shouldn't it keep you away from Chrome ? It's faster, uses less memory, and the "maker", Mozilla is more trustworthy compared with Google. What's missing ?
While pieces of Firefox are moving to Rust the majority of attack surface is still in C++, so I want a strong sandbox if I'm going to run that browser.
Re: How Firefox Got Fast Again
#150Earlier quoted context omitted.
firefox -p launches firefox into the profile manager. firefox -p work -new-instance launches your work profile. What are you missing? More options: https://developer.mozilla.org/en-US/docs/Mozilla/Command_Lin...
Thanks, this seems to work. I found the no-remote option when looking around, but accidentally lauching private_dot_com (nsfw) a couple of times at work instead of my private profile ended my testing with this last time.
c:\apps\firefox\firefox.exe -no-remote -profile "C:\profiles\some-clean-profile"
was my was-to-go method for testing various configurations.Knowing about
%USERPROFILE%\AppData\Roaming\Mozilla\Firefox\profiles.ini
is also often helpful, eg. when you want to move certain profile folder.