Earlier quoted context omitted.
https://pinboard.io works relatively well as a way to save links for later.
I use a hand-cranked version of this, and have been for over 10 years, I call it WebBookmarks. It's a small bookmarklet that when clicked takes the current tabs URL and adds it as an escaped param onto the WebBookmarks URL and launches WebBookmarks. Then in the WebBookmarks form the Title and URL are already filled in, I assign a category, and click save. Job done. I do this and do not use local machine bookmarks at…
Why are browsers so slow?
321–330 of 376 posts
Re: Why are browsers so slow?
#322Earlier quoted context omitted.
6 tabs, 1GB of RAM, ~20% CPU usage for me on Firefox. I have a few basic QoL plugins like LastPass, uBlock, and NoScript. It's absolutely ridiculous. I want to keep using FireFox, but it's forcing me to consider moving to another browser.
Vacuuming your profile might help: #!/bin/bash killall firefox for file in ~/.mozilla/firefox/*.default/*.sqlite; do echo sqlite3 "$file" VACUUM sqlite3 "$file" VACUUM done I do it in my once-a-month cleanup script.
find $HOME/Library/Application Support/Firefox -name \*.sqlite -print -exec sqlite3 {} VACUUM \;
Re: Why are browsers so slow?
#323Re: Why are browsers so slow?
#324Wow this tab madness... I want one row of tabs, and I want to see the page title on the tabs. I get an itch when I get enough tabs that they just become little favicons so I can't see what the tab is doing (By that time there is a 99% chance it's garbage and I don't need it- but now I don't know!). I wish there was some system of grouping tabs, e.g. if I visit a newpaper site and Ctrl+Click 3 article links it would k…
> Wow this tab madness... I want one row of tabs, and I want to see the page title on the tabs. I get an itch when I get enough tabs that they just become little favicons so I can't see what the tab is doing (By that time there is a 99% chance it's garbage and I don't need it- but now I don't know!). I have the same feeling, but judging by all the others keeping hundreds of tabs open I feel like I am missing out on a…
But then the pressing question is, why can't most of the tabs not just be closed? Because I haven't read them yet.
So the real question is, why do I open them in the first place and I'm shy of an answer.
Re: Why are browsers so slow?
#325Earlier quoted context omitted.
6 tabs, 1GB of RAM, ~20% CPU usage for me on Firefox. I have a few basic QoL plugins like LastPass, uBlock, and NoScript. It's absolutely ridiculous. I want to keep using FireFox, but it's forcing me to consider moving to another browser.
Try Pale Moon. Forked from Firefox 27 and super fast. http://palemoon.org
Pale Moon 27 is based on Firefox 38 for back-end and Firefox 24 (ish, with some 26-isms) for the front-end. That said, I'd still recommend it. :-)
Re: Why are browsers so slow?
#326> 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…
> 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…
Re: Why are browsers so slow?
#327Earlier quoted context omitted.
If you have Flash installed and don't have an adblocker, for most textual content (not Imgur, YouTube), your browser is working 10x harder than it needs to.
not Imgur, YouTube It's depressing that an image viewing site and a video playing site are in the same list of resource uses. YouTube plays 1080p videos. Imgur shows photos. It's a testament to the brazen disrespect of client resources that went into building the latter. If you're viewing imgur without ad blocker your computer isn't working 10x harder than it should, but 100x.
(Well done uBlock!)
Re: Why are browsers so slow?
#328Earlier quoted context omitted.
It's literally just Chrome, with a different chrome (UI) and some new features in the UI. You're not going to get anything faster than Chrome if it uses the same engine (Blink).
The post is not about the performance of rendering pages, it's about the UI. So recommending a browser that uses a different UI seems reasonable.
Re: Why are browsers so slow?
#329Earlier quoted context omitted.
Reader mode is such a relief. I wish there were a way to enable it by default.
There are extensions that enable reader mode by default, for example [Automatic Reader View][0]. [0]: https://addons.mozilla.org/en-US/firefox/addon/automatic-rea...
Re: Why are browsers so slow?
#330Earlier quoted context omitted.
> - Decentraleyes (locally emulates CDNs) has to intercept every request > - HTTPS Everywhere (why is this not the default behavior?) has to intercept every request > - OverbiteFF (support for the gopher protocol) might have to intercept every request, and why do you need this > - Random Agent Spoofer (change user agent at random) has to intercept every request > - uBlock Origin has to intercept every request > - uMa…
It's hardly stupidity. You're discovering different people have different priorities and that privacy is valued by some more than others.