|
type in user:config
i set these options:
user_pref("browser.turbo.enabled", true);
user_pref("nglayout.initialpaint.delay", 0);
user_pref("browser.xul.error_pages.enabled", true);
the first two makes pages load faster, the last one gives more meaningful error messages
|