Page 1 of 1

Chrome Stuff

Posted: Tue Jun 29, 2010 1:37 pm
by Sabre
Interesting stuff I've learned recently:
Shift-ESC: Chrome Task Manager
about:memory
about:stats
about:histograms
about:dns
about:version
Options:
–process-per-tab
The default mode; each tab gets an independent process of its own. This increases the rendering of webpages and makes the browser stable as each tab is a separate process from the rest. But it also consumes memory.
–process-per-site
One process for each unique website; for instance a user with two tabs open for Gmail and another for MakeUseOf will have the two Google tabs running under the same process.
–single-process
The simplest mode; all tabs run in a single process, much like the other browsers we have now. This setting frees up memory for other applications. This is what we are looking for.
-disable-dev-tools
-disable-hang-monitor
-disable-images
-disable-java
-disable-javascript
-disable-logging
-disable-metrics
-disable-metrics-reporting
-disable-plugins
-disable-popup-blocking
-disable-prompt-on-repost
-enable-accelerated-compositing

Re: Chrome Stuff

Posted: Tue Jun 29, 2010 5:35 pm
by schvin
sweet, thanks!

Re: Chrome Stuff

Posted: Tue Jun 29, 2010 6:58 pm
by complacent
I'll have to take a look at some of these later on tonight. Looks interesting.

Re: Chrome Stuff

Posted: Sat Aug 28, 2010 4:32 pm
by Sabre
Just added -enable-accelerated-compositing if you want GPU acceleration from the Dev branch :)