Notices


Reply
Thread Tools
allnameswereout's Avatar
Posts: 3,397 | Thanked: 1,212 times | Joined on Jul 2008 @ Netherlands
#11
You're right. The SSU updates are good though, and there are alternative browsers. WebKit for MicroB browser, Tear, and Fennec are the most appropriate options.
__________________
Goosfraba! All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!
 
Posts: 6 | Thanked: 1 time | Joined on Jul 2009
#12
hmmm, I tried these methods while the browser was off and they held, but once the browser restarted it forced it back to normal. Also, I can't figure out how to change the values in about:config after i place it into the location bar. I see them, but how to change? I especially need to increase the browser.cache above 4096 kb to 16384 kb.

Edit to add that I have tried this several time for other simple commands and for prefs.js just doesn't hold after a browser reboot. Could greasemonkey or some other setting keep the changes from holding?


Originally Posted by brontide View Post
You can edit your /home/user/.mozilla/microb/prefs.js in terminal or via ssh ( when microb is not running ) and drop in some or all of these changes. You can also use the about:config page. It's slow, but will get the job done eventually.

# Too many connections and you will swap this poor CPU, this will allow it to be much more responsive.
user_pref("network.http.max-connections", 2);
user_pref("network.http.max-connections-per-server", 1);
user_pref("network.http.max-persistent-connections-per-server", 1);
user_pref("network.http.pipelining.maxrequests", 10000);

# Increase the cache size
user_pref("browser.cache.memory.capacity", 16384);

# Improve readability and clickability of most sites
user_pref("font.minimum-size.x-central-euro", 18);
user_pref("font.minimum-size.x-cyrillic", 18);
user_pref("font.minimum-size.x-unicode", 18);
user_pref("font.minimum-size.x-user-def", 18);
user_pref("font.minimum-size.x-western", 18);

# dunno how much help this is
user_pref("browser.sessionhistory.max_entries", 2);

# Impersonate the iphone. Works better than you might think most of the time.
user_pref("general.useragent.override", "Mozilla/5.0 (N8x0 like iPhone; U; Linux like Mac OS X; ARM; en) AppleWebkit/420+ (Gecko, like KHTML)");


I also recommend turning on swap space if you have not done so already. Control Panel -> memory -> virtual -> Extend virtual memory: Yes size 64MB


It's not perfect, but it's an improvement. I'm still tracking a few areas where I think we can improve the speed.

Last edited by repoman; 2009-09-20 at 01:03.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 01:10.