Earlier quoted context omitted.
> FirefoxDeveloperEdition (which iirc is basically equivalent to Firefox Beta) The Developer Edition replaced Aurora, which was the alpha release, one version between the beta and Nightly.
AKA: the alpha :) Credit to them though, Aurora was surprisingly stable for most of its lifetime, despite not even being a beta.
Why are browsers so slow?
241–250 of 376 posts
Re: Why are browsers so slow?
#242Earlier quoted context omitted.
You forget that webpages are allowed to do what ever the hell they want, and so each is probably running a script or two in the background. We put up with a lot in webapps that would never stand in a desktop app.
Maybe tabs not currently being viewed should have their JS throttled? Is this an option in FF yet?
https://billmccloskey.wordpress.com/2016/10/27/mozillas-quan...
and a preliminary version of this feature is in Chrome 56:
Re: Why are browsers so slow?
#243My Firefox instance has recently picked up the nasty habit of every time I move to a different tab, the web area is white save for a spinning grey loading icon in the center for a good half second. I've never seen anything like this before recently and it's a real bummer on speed
Is there a particular site that causes this to happen when you have it loaded? If you're willing to spend some time troubleshooting or profiling this, please let me know and I'll walk you through some ways to do that...
Re: Why are browsers so slow?
#244Earlier quoted context omitted.
You forget that webpages are allowed to do what ever the hell they want, and so each is probably running a script or two in the background. We put up with a lot in webapps that would never stand in a desktop app.
Maybe tabs not currently being viewed should have their JS throttled? Is this an option in FF yet?
https://billmccloskey.wordpress.com/2016/10/27/mozillas-quan...
Re: Why are browsers so slow?
#245Earlier quoted context omitted.
You forget that webpages are allowed to do what ever the hell they want, and so each is probably running a script or two in the background. We put up with a lot in webapps that would never stand in a desktop app.
Maybe tabs not currently being viewed should have their JS throttled? Is this an option in FF yet?
https://billmccloskey.wordpress.com/2016/10/27/mozillas-quan...
and a preliminary version is in Chrome 56:
Re: Why are browsers so slow?
#246Re: Why are browsers so slow?
#247Earlier quoted context omitted.
> This is exactly how I'm using Firefox, right now -- 273 tabs open. It's sitting at ~5% of CPU and 450MB of RAM. And switching tabs is instantaneous. Which platform are you on? Which Firefox version? Stock or tweaked? Any special add-ons? I use Firefox on OS X and it crawls after 10-15 tabs. Consumes many gigs of memory. Chrome isn't any better. It just splits the memory consumption among multiple processes. I don't…
400 tabs. Including several active fancy SPAs, like gMail and two copies of Slack, a gDocs or two, sometimes the godawful work LMS. Stock Firefox 50 (32bit), untweaked with no relevant add-ons (well, except AdBlock Plus), Windows 10, just over 400 tabs open, under 10% CPU, under 2GB of RAM (on a 16GB machine). If I freak it out by doing a bunch of flipping through dormant tabs, I can spike CPU pretty good as it does…
Re: Why are browsers so slow?
#248> But I remember the times when we had the amazing Opera browser. In Opera, I could have a hundred open tabs, and it didn’t care, it worked incredibly fast on the hardware of its era, useless today. You may ask: why would a sane person want a hundred open tabs, how would you even manage that? Well, Opera has had a great UI for that, which nobody has ever matched. Working with a hundred tabs in Opera was much easier b…
If browsers are slow, it's mostly because of some horrible JavaScript running in the background, i.e. poorly optimized websites.
Re: Why are browsers so slow?
#249Earlier quoted context omitted.
If you have 100 tabs doubtfully all of them are relevant. That's more like a user problem.
It's an easy habit to make though. Like why some people have lots of stuff saved to their Windows desktop, or messy desks with paperwork from a dozen different projects arranged in a way that only the person sat at that desk could understand. I doubt many people set out to work that way, it's more a symptom of the "I'll leave that there and come back to it when I get more time" mindset. Except unfortunately one never…
If it is a dynamic website, most of them have sessions that expire.
Re: Why are browsers so slow?
#250Earlier quoted context omitted.
I used to do this too, and as of ~ 2 weeks ago, about half of all my stored tabs are replaced with 'New tab' after restarting the browser. No amount of screwing around in the profile and session_store or whatever it's called, or with plugins, will fix it. So now I'm weaning myself off 'tabs as bookmarks', and going back (after, what, 10 years?) to using bookmarks the way they were meant.
the session manager addon would have helped in that situation. it creates regular snapshots of your session which can be used to restore things if something like that happens (which is rare in my experience)