What I want implemented.. Chrome/Firefox whatever... is that instead of unloading and reloading when I go back to the tab I want it to export basically an HTML file and when I click back to that tab, I want it to reload the HTML file instead with some notification/marker that it is a "cached" version. There are times where I'll leave a tab in the background that I don't want refreshed but when it gets unloaded, poof,…
My number one annoyance (with Firefox and Auto-Discard extension) is when I open back my tab and get a redirection to some login page. Login, get sent to homepage. Back button sends me to login page. No way to get back to the actual tab I'd left there... That tab is then lost forever, unless I can find it in the history from whenever I had opened the tab.
Tab Unloading in Firefox 93
141–150 of 283 posts
Re: Tab Unloading in Firefox 93
#142It'd be great if this was tunable and usable in non-OOM scenarios.
It is if you add Total Suspender.
I was hoping for some kind of SIGSTOP equivalent on any JavaScript when the tab doesn't have focus (without unloading anything). Instead, it basically closes the tab but leaves it on the tab bar, and when you return to it the tab gets reloaded.
Re: Tab Unloading in Firefox 93
#143I've never had Firefox crash. I guess they are reaching for those edge cases on power users who keep a billion tabs open. Maybe I'm missing some sort of productivity hack that involves leaving 100+ tabs open.
I'm going to reply with a comment stolen from a different HN discussion: The fact that people (myself included) have 100s of tabs open is a symptom of just how broken bookmarking is on the modern web. Bookmarks are a miserable way to create a placeholder for your thoughts. It's too static, must be maintained, and generally prone to link rot. I'm a scientist. I open and read 10-20-100 links for a given topic depending…
Select all tabs.
Bookmark tabs...
Re: Tab Unloading in Firefox 93
#144What I want implemented.. Chrome/Firefox whatever... is that instead of unloading and reloading when I go back to the tab I want it to export basically an HTML file and when I click back to that tab, I want it to reload the HTML file instead with some notification/marker that it is a "cached" version. There are times where I'll leave a tab in the background that I don't want refreshed but when it gets unloaded, poof,…
Re: Tab Unloading in Firefox 93
#145I've never had Firefox crash. I guess they are reaching for those edge cases on power users who keep a billion tabs open. Maybe I'm missing some sort of productivity hack that involves leaving 100+ tabs open.
I'm going to reply with a comment stolen from a different HN discussion: The fact that people (myself included) have 100s of tabs open is a symptom of just how broken bookmarking is on the modern web. Bookmarks are a miserable way to create a placeholder for your thoughts. It's too static, must be maintained, and generally prone to link rot. I'm a scientist. I open and read 10-20-100 links for a given topic depending…
Re: Tab Unloading in Firefox 93
#146Earlier quoted context omitted.
Bookmarking systems are completely outdated, but I'm not sure what they should be replaced with. What would help you in this case so you didn't have to worry about losing the tabs if you closed them?
How can they be outdated? I have a bookmark folder at work related to some internal systems that I need to access to do a specific job. Being able to open a bunch of specific URLs at once and then have access to what I need right away is really, really nice and I haven't found any other way to get close. The same with youtube videos (I like to run hour long videos that create a soundscapes in the background), it is s…
start firefox http://example.com
start firefox http://example.org
start firefox http://example.net
and that would "open a bunch of specific URLs at once" with a single invocation. Or make a filesystem folder with URL links in it and select many of them and open all at once. Or make a HTML page with some javascript which 'clicks' multiple links at once.The only thing that does not do is appear in the browser UI itself, and browsers go a long way to try and make sure bookmarks don't either :|
Re: Tab Unloading in Firefox 93
#147In a way this change probably narrows the gap between browsers on desktop and mobile OSes. Hopefully this is a good thing, as I expect this implementation will be smart enough not to unload tabs with filled in forms and such.
I could be wrong in this interpretation.
Re: Tab Unloading in Firefox 93
#148Re: Tab Unloading in Firefox 93
#149Earlier quoted context omitted.
This! I feel like Back used to get instant results all the time, and now it's almost always a big delay, which is a huge pain -- plus, it loses your position on infiniscroll and other dark patterns. Part of it is caused by site coding, but part of it is browsers treating "back" as some species of new page load/arrival/selection. And I know it's possible to get us back to the old days! The functionality I want is almo…
Back basically works like it always did on static sites. Blame the fashion for single-page apps and endless scrolling for it being broken.
SPAs and infinite scroll are (maybe) bad, but not the cause of this problem.
Re: Tab Unloading in Firefox 93
#150Earlier quoted context omitted.
AFAIK whether page will be restored or reloaded depends on its cache headers. I remember breaking back button in one of my projects, because users asked for it, as they expected fresh data for some reason. It was not SPA, just old server rendered website, so I disabled caching via response headers and it worked.
Hm I'm going to see if there's a setting to override a site's choice of that header.