Hacker News new | ask | show | jobs
by bcrl 925 days ago
Performance of Firefox has steadily gotten worse lately. My bank's website has massive lag when scrolling (1 second to redraw? Great!), but it works perfectly fine in Chrome. Firefox also gets into a state where screen updates in Streeview are laggy after anywhere from a few hours to a couple of days, but I can't figure out a way to predictably reproduce it on demand. Meanwhile, Chrome is snappy all the time. I also have to manually enable one of the acceleration settings under Linux. The end result is that I'm forced to use Chrome more and more as the Firefox user experience just plain sucks in these scenarios.
1 comments

This is probably much more your bank's fault than it is FF. I think Mozilla has badly neglected FF to the point they probably deserve to die so a new org can take their place, but the blame for that most likely falls at the feet of the bank for not testing on FF.
These websites also keep adding bloat on top of bloat, hell, a goddamn button is 56 layers of nested divs these days instead of just styling the shit out of <button>.

Or they do some batshit insane "polyfill" nonsense that turns the <button> into 56 layers of nested divs behind the hood.

HTML hasn't caught up either, there's no <toggle_switch> that invokes the native toggle switch that every OS already has, devs are forced to mimic the toggle with 85 layers of nested divs.