


Google Chrome 55 May Use Less Memory (blogspot.com) 74
Slashdot reader justthinkit writes: Google Chrome is arguably the best browser and the biggest memory hog. Presently. But the Google engineers are hard at work, optimizing the next version of Chrome. Will this be an important, or just another incremental, upgrade?
They're specifically targeting the browser's JavaScript engine, V8, and they've already "analyzed and significantly reduced the memory footprint of several websites that were identified as representative..." (For example, on the mobile New York Times site they've reduced heap memory consumption by about 66%.) Chrome 55 is scheduled for release in December. Any Chrome fans looking forward to testing its performance?
They're specifically targeting the browser's JavaScript engine, V8, and they've already "analyzed and significantly reduced the memory footprint of several websites that were identified as representative..." (For example, on the mobile New York Times site they've reduced heap memory consumption by about 66%.) Chrome 55 is scheduled for release in December. Any Chrome fans looking forward to testing its performance?
on the other hand (Score:5, Insightful)
Re: (Score:2)
Well the story more or less states that Google is putting attention on reducing the memory footprint in chrome. Now how will that affect overall performance is a big question.
A variation on Betteridge's Law? (Score:3)
Indeed. And while it's "arguably the best browser" one might well argue otherwise.
Does the article actually say anything?
Re: (Score:3)
You're reading it wrong. They simply used the New York Times website as an example of how their new optimizations are doing with existing websites instead of using benchmarks.
Re: (Score:2)
YOU are reading it wrong: "analyzed and significantly reduced the memory footprint of several websites that were identified as representative..."
So basically it's the same shit as with gaming the tests for graphic cards.
Google: See? Our browser loads site x, y and z 10 times faster! Never mind the other sites, we've decided these are the sites that count.
Re: (Score:2)
Facebook did the same thing with developing HHVM (their PHP interpreter)... Do you honestly think that their optimizations would ONLY effect the specific sites being targeted, even through it is the general underlaying architecture which all sites use that is being optimized? For instance, Facebook sent a team of developers inside of Wikimedia to help optimize HHVM specifically for the code patterns used in Wikipedia and other Wiki powered web sites. These same code path optimizations were also extremely us
Re: (Score:2)
OK, so not like the graphic card manufacturers and more like VW? Optimize against a specific banechmark and fuck the rest, right?
Re: (Score:2)
Re: (Score:2)
Zero content article and summary? (Score:3, Insightful)
Re: (Score:2)
Also, I submitted this story to find out if this is a hot concern in general, or particular. Someone above this comment posted that they had 32GB of RAM and who cares. Fair enough. But how many admin systems that are memory sta
Re: (Score:2)
Re: (Score:1)
My work desktop have 4GB of RAM, you insensitive clod!
Re: (Score:2)
It is extremely important to me! Chrome needs massive optimizations, as it has become so godawefully slow, that myself and countless other business that I've managed has had to switch off of it in the past two years. Funny enough, we're all running Opera now, which is based on the same Blink rendering engine, but we all internally jokingly call Opera "Chrome Stable", because it just gets the good stable bits after Google is done experimenting with alpha and beta code in production with live real users. Thes
Waiting to see if Chrome 55 runs better than Opera (Score:3)
Re: (Score:1)
Waiting to see if Chrome 55 runs better than Opera
Well it's safe to say that it won't run better than Opera 12, that's for damn sure.
Re: (Score:1)
Until chrome sandboxs tops requiring root access (Score:5, Insightful)
... on linux, then I won't be using it on Linux and would recommend others don't either. Google may think its sandbox code is perfect with no possible exploits but I don't intend to test out the veracity of their naive belief for them on my systems.
Re: (Score:2)
How is the sandbox running as root?
Re:Until chrome sandboxs tops requiring root acces (Score:4, Insightful)
Is this noob week? (Score:4, Informative)
You've heard of the setuid permissions bit, right? You'll find that the sandbox is owned by root with 4755 permissions. You figure out the rest.
Re: (Score:1)
But that information is out of date. They now use namespaces and whatnot now: https://bugs.chromium.org/p/chromium/issues/detail?id=598454
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)
Another perspective: (Score:2)
Re: (Score:1)
Re: (Score:2)
Re: (Score:2)
You could have shared objects that are just copy-on-write.
However, I'm not convinced that loading 10x copies of a javascript library is the "real memory hog." Even if each library is 10MB, that's only 100MB used. What machine can't afford 100MB? (Mobile devices can use optimization tricks for multiple tabs; as the usage pattern on mobile involves a lot less tab-switching, so it's okay if there's a bit more latency there).
Re: (Score:2)
Sure, but do you think that of those 12GB, a meaningful amount of memory is javascript libraries loaded more than once?
Arguably the best browser? (Score:2)
Can we get some unbiased reporting, please?
Arguably the best browser, my ass.
{ rant }
1) Chrome sucks at tab management. In today's age of wide-screen monitors, tabs belong on the side of the browser, not the top. Although there are add-ins that try to work around Google's arrogance, they all suck.
2) Chrome was created to help put Google.com in front of user's faces. Why else would Google/Chrome refuse to do DNS lookups for one-word
Re: (Score:2)
Well, you kind of just supported the statement you were attacking: "Google Chrome is arguably the best browser...". Well, you disagreed and argued. What's the problem?
As to your actual points, I disagree with number 1. Tabs do not BELONG anywhere except where each user wants them. Your own arrogance sucks.
Number two, of course it was created for that.
Number three, this Pale Moon is new to me, I'll check it out, thanks! I loved Firefox back when it was still Firebird...hate to see what it's become these
Re: (Score:2)
Both Firefox and Safari support one-word DNS lookups with a slash at the end, like mail/ or www/.
Google Chrome 55 May Use Less Memory (Score:5, Insightful)
Google Chrome 55 May Use Less Memory
But then again Kate Upton may come by my house tonight looking for a good time. I figure the probability of both being about equal.
Re: (Score:2)
That is why I always ask for proofs.
Would node.js benefit from this ? (Score:1)
It's using V8.
What a non-story (Score:3)
Wake me when we know whether it does use less memory, until then, where the fuck is the story?
Browser memory usage (Score:4, Interesting)
Is it just me to wonder why browser need gigabytes of memory just to display a webpage? They receive text, format it according to CSS rules, display relatively small sized images, and, yes, execute Javascript. Still, a HUGE webpage is still a tiny amount of data.
Considering that entire operating systems used to run comfortably on systems with 32MB of RAM in yesteryear, and could display all this media, it just astounds me that systems now require 4-8GB to provide a comfortable browsing experience.
Even if Chromes memory footprint has shrunk a little, i'm certain it still uses an obscene amount of RAM relative to what it actually does most the time.