You are not logged in.

#1 2010-06-05 15:37:13

Google
Member
From: Mountain View, California
Registered: 2010-05-31
Posts: 484
Website

Chromium versus Chromeplus

What are your thoughts?

I was using Chromium, but I really dislike how you can't modify where the cache is located-- further more you can not 'delete history' and other traces upon exit. The Chromium cache becomes quite bloated. In a day of moderate use, it was up to 300mb! On my Windows install, I have seen the Chromium cache go over 2gb.

I have a separate 2gb tmp partition (reiserfs), and I did it for a reason.

I am now using Chromeplus, and I changed the cache to /tmp. I think this is a much better way to go-- less bloat, more control of what is going on etc. Chromeplus also comes with some very useful built in features like 'double click closes tab' which is nice to not need an extension for it, among other things. Chromeplus has the option to edit how the browser interacts with memory and processes, which is nice I suppose, if you want to lower the RAM use, or spread it out across more processes for stability.

Speed wise, I can't tell any difference between the two.

What are your thoughts?

edit:

Thought I would add a Chromeplus link in case anyone hasn't heard of it: http://chromeplus.org/

Last edited by Google (2010-06-05 15:44:48)

Offline

#2 2010-06-05 16:13:55

Anikom15
Banned
From: United States
Registered: 2009-04-30
Posts: 836
Website

Re: Chromium versus Chromeplus

How in God's name did you get that name?


Personally, I'd rather be back in Hobbiton.

Offline

#3 2010-06-05 16:23:12

Google
Member
From: Mountain View, California
Registered: 2010-05-31
Posts: 484
Website

Re: Chromium versus Chromeplus

Well I suppose no one had it smile

edit:

Honestly, I had to sleep with the entire mod team yikes

Last edited by Google (2010-06-05 16:28:53)

Offline

#4 2010-06-05 16:53:16

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Chromium versus Chromeplus

Please don't post non-Arch specific topics in the Arch Discussion subforum. 

Moving...

Offline

#5 2010-06-05 18:14:11

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: Chromium versus Chromeplus

Google wrote:

Well I suppose no one had it smile

edit:

Honestly, I had to sleep with the entire mod team yikes

Did you do them all at once, or one at a time?


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#6 2010-06-05 18:54:20

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Chromium versus Chromeplus

On-topic please - if you want to discuss the apparently fascinating topic of how the OP got his nick, do it in off-topic, or in another forum altogether.

Offline

#7 2010-06-05 19:37:29

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: Chromium versus Chromeplus

Seems to me like it'd be easier just to mount a tmpfs on $HOME/.cache/chromium. The other stuff you mentioned doesn't really apply to me. Then again, I recently ditched Chromium for uzbl.

Offline

#8 2010-06-06 12:33:39

xduugu
Member
Registered: 2008-10-16
Posts: 292

Re: Chromium versus Chromeplus

Google wrote:

I was using Chromium, but I really dislike how you can't modify where the cache is located

Actually, it's quite easy to change the cache directory:
$ XDG_CACHE_HOME=/tmp chromium

Offline

#9 2010-06-06 16:17:18

some-guy94
Member
Registered: 2009-08-15
Posts: 360

Re: Chromium versus Chromeplus

$ cat ~/.bin/chromium 
#!/bin/sh
exec /usr/bin/chromium --disk-cache-dir=/tmp/chromium.$USER.cache "$@"

Last edited by some-guy94 (2010-06-06 16:17:30)

Offline

Board footer

Powered by FluxBB