Earlier quoted context omitted.
Tree style tabs[1] have changed my life. There are plenty of times I get near 100 tabs. It automatically opens them as subtabs when ctrl or middle clicked. This is great when browsing source trees online via github, google code, etc. [1] https://addons.mozilla.org/en-US/firefox/addon/tree-style-ta...
Vertical tab management is far superior when managing a bunch of tabs. I am not sure how anyone who has more than a handful of tabs can get by horizontally, not sure how people can tell tabs apart when only seeing the favicon & a few characters of the title. What with widescreen displays being the norm now it just makes sense to do vertical tabs.
Firefox 7 will use up to 50% less memory
81–90 of 102 posts
Re: Firefox 7 will use up to 50% less memory
#82Re: Firefox 7 will use up to 50% less memory
#83Earlier quoted context omitted.
I'm in a remote area with limited Internet - 364 kbps down 128 kbps up shared among 20-30 office workers and over 100 residents. My computer can handle keeping tabs open in case I didn't properly solve the problem before, or if something similar crops up. So, I have a lot of reference materials open on my desk, and I keep them open because finding the page I was on takes a long time, and loading that page takes even…
I've used Firefox under similar conditions. Some people might not know that it actually includes a feature specifically for this use case. If you start to type in a URL or page name similar to one already open in a tab, the awesomebar dropdown menu lets you jump to the already-opened tab.
eg: % Firefox 7 memory
Re: Firefox 7 will use up to 50% less memory
#84Earlier quoted context omitted.
I've used Firefox under similar conditions. Some people might not know that it actually includes a feature specifically for this use case. If you start to type in a URL or page name similar to one already open in a tab, the awesomebar dropdown menu lets you jump to the already-opened tab.
You can also prefix your URL/page title search string with '% ' to exclusively search open tabs :) eg: % Firefox 7 memory
Re: Firefox 7 will use up to 50% less memory
#85It's not that Firefox is actually using that much memory. It's not even that it has a memory leak in the usual sense of a broken garbage collector or something. It all down to memory fragmentation. You can see illustrations of browser memory fragmentation here: http://blog.pavlov.net/2007/11/10/memory-fragmentation/ Firefox switched to jemalloc in 2008, which cut memory usage to less than half. http://blog.pavlov.net…
Many of the Firefox 7 fixes that reduced memory usage did not have to do with fragmentation; there were a number of true memory leaks fixed, and other bugs where code was allocating more memory than it ever could need. (For example, I think there was a bug where the find-as-you-type bar could keep the page in memory forever if it wasn't dismissed.)
Re: Firefox 7 will use up to 50% less memory
#86I'm reminded of MySQL. "You don't have transaction support" "Sure we do - just handle it in your code" "But I need transactions" "No you don't! That's just overarchitecting!" "No really I do" "Look how fast we are!" ... years later... "Hey look at MySQL - We have transactions! Look how great we are!" etc. I like FF. I use it. But every time there's some comment about FF memory, we usually see a bunch of people coming…
That's interesting. Because every time I've seen Mozilla developers making note of memory improvements over the last few years, I run into someone claiming that every time "Firefox" and "memory usage" came up prior to whichever is current for the time, the developers steadfastly denied a problem. It's getting a bit like the mythical proslytizing vegan; I've run into far more people bitching about however many instanc…
Re: Firefox 7 will use up to 50% less memory
#87Earlier quoted context omitted.
I'm in a remote area with limited Internet - 364 kbps down 128 kbps up shared among 20-30 office workers and over 100 residents. My computer can handle keeping tabs open in case I didn't properly solve the problem before, or if something similar crops up. So, I have a lot of reference materials open on my desk, and I keep them open because finding the page I was on takes a long time, and loading that page takes even…
I've used Firefox under similar conditions. Some people might not know that it actually includes a feature specifically for this use case. If you start to type in a URL or page name similar to one already open in a tab, the awesomebar dropdown menu lets you jump to the already-opened tab.
And I'm not sure I really like it anyway - when I re-type a URL I'm usually looking to reload it to grab a fresh copy. I tab-complete the address of my development server and Hacker News very often; anything else I don't usually know the URL off the top of my head, I just remember that I have such and such doc on such and such desktop.
Re: Firefox 7 will use up to 50% less memory
#88Earlier quoted context omitted.
> Finally I have two blank desktops that tend to get eaten up by tabs that I use when people come into my office asking questions that I don't know the precise answer to off the top of my head. Why do you keep the tabs open after you've answered their question?
I'm in a remote area with limited Internet - 364 kbps down 128 kbps up shared among 20-30 office workers and over 100 residents. My computer can handle keeping tabs open in case I didn't properly solve the problem before, or if something similar crops up. So, I have a lot of reference materials open on my desk, and I keep them open because finding the page I was on takes a long time, and loading that page takes even…
Re: Firefox 7 will use up to 50% less memory
#89I'm reminded of MySQL. "You don't have transaction support" "Sure we do - just handle it in your code" "But I need transactions" "No you don't! That's just overarchitecting!" "No really I do" "Look how fast we are!" ... years later... "Hey look at MySQL - We have transactions! Look how great we are!" etc. I like FF. I use it. But every time there's some comment about FF memory, we usually see a bunch of people coming…
That's interesting. Because every time I've seen Mozilla developers making note of memory improvements over the last few years, I run into someone claiming that every time "Firefox" and "memory usage" came up prior to whichever is current for the time, the developers steadfastly denied a problem. It's getting a bit like the mythical proslytizing vegan; I've run into far more people bitching about however many instanc…
Re: Firefox 7 will use up to 50% less memory
#90Since when has Firefox/Mozilla NOT promised that their next release will manage memory better?