Chrome Stuff
Posted: Tue Jun 29, 2010 1:37 pm
Interesting stuff I've learned recently:
Shift-ESC: Chrome Task Manager
about:memory
about:stats
about:histograms
about:dns
about:version
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