[link] Mozilla Optimizer 1.6.1

I found this little app over @ Shell Extention City

Mozilla Optimizer 1.6.1 - The site is in German but there is an English readme. The readme explains how the tweeks are done. It looks to be settings, not file replacement or anything. Im gonna test more later. If anyone else uses it, let us know. :D

#146783

I applied it and it does seem to make Firefox 0.8 quite zippy. Great post!

#146821

the last time i took a look at it, it's basically a bunch of code that's put into user.js that control the behavior of firefox. if you don't know how to do those tweaks manually, this app may be a good alternative.

#146842

Here's the code so you dont have to install this app.

/* Enable=true Disable=false pipelining */
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 4);
user_pref("network.http.max-connections", 24);
user_pref("network.http.max-connections-per-server", 8);
user_pref("network.http.max-persistent-connections-per-server", 4);
user_pref("signed.applets.codebase_principal_support", true);
/* Last value in milliseconds (default is 250) */
user_pref("nglayout.initialpaint.delay", 0);
/* Turn on timer-based reflow management */
user_pref("content.notify.ontimer", true);
/* Sets the allowed time between reflows in microseconds */
user_pref("content.notify.interval", 10);
/* Set the number of reflows to do before waiting for the rest of the page to arrive */
user_pref("content.notify.backoffcount", 200);

Copy into notepad, save it as "user.js" without the quotes into

c:\documents and settings\USERNAME\Application Data\Phoenix\Profiled\default\*.slt

#146845

I didn't know about half of those tweaks, so nice find, thanks MetalMusicAddict. My FireFox is so much faster now :canadian:

#146850

Mozilla Optimizer improves the browsing speed in all browsers based on the

Gecko Rendering Engine (GRE) like Mozilla, Phoenix, Mozilla Firebird and

Mozilla Firefox as well as Netscape 6 and Netscape 7. All optimizations can

be applied manually, this tool simply automates this procedure!

Some I knew, some I did not, but as I posted earlier, it does improve Firefox.

#146871

I installed this application and my firefox is distorted or something :(

check out the screenie

#146881

nah happens here too and I havn't installed that thing. just expand your browser window. (jus do it youll see what I mean :) )

#146883

@tarik - I'm not seeing what's distorted....? Looks like just and HTML issue to me...

#146884

Ok i revocked the optimization and the front page is still funny looking.

is there something wrong with the site itself or just me?

#146885

here's my user.js:

user_pref("nglayout.initialpaint.delay", 0);
user_pref("network.http.pipelining", true);
user_pref("network.http.proxy.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 100);
user_pref("browser.cache.disk.parent_directory","C:\\C:\Documents and Settings\Chlump\Local Settings\Temporary Internet Files");
user_pref("browser.enable_automatic_image_resizing", false);
user_pref("security.warn_entering_secure", false);
user_pref("security.warn_leaving_secure", false);
user_pref("security.warn_submit_insecure", false);
user_pref("browser.history_expire_days", 50);
user_pref("keyword.URL", "http://google.com/search?btnG=Google+Search&q=");
user_pref("network.http.max-connections", 64);
user_pref("network.http.max-connections-per-server", 32);
user_pref("network.http.max-persistent-connections-per-proxy", 16);
user_pref("network.http.max-persistent-connections-per-server", 16);
user_pref("general.smoothScroll", false);
user_pref("browser.xul.error_pages.enabled", true);
user_pref("browser.chrome.site_icons", true);
user_pref("browser.chrome.favicons", true);
user_pref("content.notify.ontimer", true);
user_pref("content.notify.interval", 10);
user_pref("content.notify.backoffcount", 200);
user_pref("content.switch.threshold", 750000);
user_pref("browser.blink_allowed", true);
user_pref("browser.cache.memory.capacity", 65536);
user_pref("browser.cache.disk_cache_ssl", true);
user_pref("browser.chrome.load_toolbar_icons", 2);
user_pref("browser.display.enable_marquee", true);
user_pref("browser.display.screen_resolution", 81);
user_pref("browser.display.show_image_placeholders", false);
user_pref("browser.related.enabled", false);
user_pref("browser.urlbar.clickSelectsAll", true);
user_pref("browser.xul.error_pages.enabled", true);
user_pref("clipboard.autocopy", true);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.maxtextrun", 8191);
user_pref("dom.allow_scripts_to_close_windows", false);
user_pref("dom.disable_image_src_set", false);
user_pref("dom.disable_open_click_delay", 200);
user_pref("dom.disable_open_during_load", true);
user_pref("dom.disable_window_flip", true);
user_pref("dom.disable_window_move_resize", true);
user_pref("dom.disable_window_status_change", true);
user_pref("editor.singleLine.pasteNewlines", 0);
user_pref("inspector.blink.border-color", "#CC0000")
user_pref("inspector.blink.border-width", 1);
user_pref("inspector.blink.duration", 2000);
user_pref("inspector.blink.invert", false);
user_pref("inspector.blink.on", true);
user_pref("inspector.blink.speed", 200);
user_pref("inspector.dom.showAnon", true);
user_pref("inspector.dom.showWhitespaceNodes", true);
user_pref("layout.word_select.eat_space_to_next_word", false);
user_pref("layout.word_select.stop_at_punctuation", false);
user_pref("layout.xml.prettyprint", true);
user_pref("middlemouse.contentLoadURL", false);
user_pref("middlemouse.paste", true);
user_pref("middlemouse.scrollbarPosition", true);
user_pref("mousewheel.withcontrolkey.action", 1);
user_pref("mousewheel.withnokey.numlines", 10);
user_pref("mousewheel.withnokey.sysnumlines", false);
user_pref("mousewheel.withshiftkey.action", 3);
user_pref("advanced.system.supportDDEExec", false);

tarik, i don't have that problem, but i didn't use the app. i strongly doubt, though, that the app had anything to do with it. i'm sure the other users could confirm that.

#146892

Originally posted by dreamz+Apr 19 2004, 01:02 PM-->
QUOTE(dreamz @ Apr 19 2004, 01:02 PM)
here's my user.js:

user_pref("nglayout.initialpaint.delay", 0);user_pref("network.http.pipelining", true);user_pref("network.http.proxy.pipelining", true);user_pref("network.http.pipelining.maxrequests", 100);user_pref("browser.cache.disk.parent_directory","C:\\C:\Documents and Settings\Chlump\Local Settings\Temporary Internet Files");user_pref("browser.enable_automatic_image_resizing", false);user_pref("security.warn_entering_secure", false);user_pref("security.warn_leaving_secure", false);user_pref("security.warn_submit_insecure", false); user_pref("browser.history_expire_days", 50);user_pref("keyword.URL", "http://google.com/search?btnG=Google[/i]@Search&q=");user_pref("network.http.max-connections", 64);user_pref("network.http.max-connections-per-server", 32);user_pref("network.http.max-persistent-connections-per-proxy", 16);user_pref("network.http.max-persistent-connections-per-server", 16);user_pref("general.smoothScroll", false);user_pref("browser.xul.error_pages.enabled", true);user_pref("browser.chrome.site_icons", true);user_pref("browser.chrome.favicons", true);user_pref("content.notify.ontimer", true);user_pref("content.notify.interval", 10);user_pref("content.notify.backoffcount", 200);user_pref("content.switch.threshold", 750000);user_pref("browser.blink_allowed", true);user_pref("browser.cache.memory.capacity", 65536);user_pref("browser.cache.disk_cache_ssl", true);user_pref("browser.chrome.load_toolbar_icons", 2);user_pref("browser.display.enable_marquee", true);user_pref("browser.display.screen_resolution", 81);user_pref("browser.display.show_image_placeholders", false);user_pref("browser.related.enabled", false);user_pref("browser.urlbar.clickSelectsAll", true);user_pref("browser.xul.error_pages.enabled", true);user_pref("clipboard.autocopy", true);user_pref("content.interrupt.parsing", true);user_pref("content.max.tokenizing.time", 2250000);user_pref("content.maxtextrun", 8191);user_pref("dom.allow_scripts_to_close_windows", false);user_pref("dom.disable_image_src_set", false);user_pref("dom.disable_open_click_delay", 200);user_pref("dom.disable_open_during_load", true);user_pref("dom.disable_window_flip", true);user_pref("dom.disable_window_move_resize", true);user_pref("dom.disable_window_status_change", true);user_pref("editor.singleLine.pasteNewlines", 0);user_pref("inspector.blink.border-color", "#CC0000")user_pref("inspector.blink.border-width", 1);user_pref("inspector.blink.duration", 2000);user_pref("inspector.blink.invert", false);user_pref("inspector.blink.on", true);user_pref("inspector.blink.speed", 200);user_pref("inspector.dom.showAnon", true);user_pref("inspector.dom.showWhitespaceNodes", true);user_pref("layout.word_select.eat_space_to_next_word", false);user_pref("layout.word_select.stop_at_punctuation", false);user_pref("layout.xml.prettyprint", true);user_pref("middlemouse.contentLoadURL", false);user_pref("middlemouse.paste", true);user_pref("middlemouse.scrollbarPosition", true);user_pref("mousewheel.withcontrolkey.action", 1);user_pref("mousewheel.withnokey.numlines", 10);user_pref("mousewheel.withnokey.sysnumlines", false);<!--QuoteEBegin
[b]user_pref("advanced.system.supportDDEExec", false);

tarik, i don't have that problem, but i didn't use the app.  i strongly doubt, though, that the app had anything to do with it.  i'm sure the other users could confirm that.

Dreamz: I used your code but i still have that glich :(

oh well i just have to live with it

#146916

Tarik, the same thing happened to me. Something happened to the font type, and some other behavior has changed. I can't figure it out, so I'll just uninstall-re-install.

Btw, clicking on your thumbnail crashes IE. Any idea why?

#146934

Originally posted by tarik@Apr 19 2004, 11:55 AM

Dreamz: I used your code but i still have that glich :(

oh well i just have to live with it

uninstall the optimizer and just use the user.js. do you still get the problem?

if you do, maybe try a new profile or a clean installation. it's not difficult at all, but just backup your profile data.

#146956

Here's mine - don't use path to cache unless you are using a ram drive.

user_pref("browser.blink_allowed", true);
user_pref("browser.cache.memory.capacity", 65536);
user_pref("browser.cache.disk_cache_ssl", true);
user_pref("browser.chrome.load_toolbar_icons", 2);
user_pref("browser.display.enable_marquee", true);
user_pref("browser.display.screen_resolution", 81);
user_pref("browser.display.show_image_placeholders", false);
user_pref("browser.related.enabled", false);
user_pref("browser.urlbar.clickSelectsAll", true);
user_pref("browser.xul.error_pages.enabled", true);
user_pref("clipboard.autocopy", true);
user_pref("content.interrupt.parsing", true);
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.maxtextrun", 8191);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000);
user_pref("dom.allow_scripts_to_close_windows", false);
user_pref("dom.disable_image_src_set", false);
user_pref("dom.disable_open_click_delay", 1000);
user_pref("dom.disable_open_during_load", true);
user_pref("dom.disable_window_flip", true);
user_pref("dom.disable_window_move_resize", true);
user_pref("dom.disable_window_open_feature.close", true);
user_pref("dom.disable_window_open_feature.directories", false);
user_pref("dom.disable_window_open_feature.location", false);
user_pref("dom.disable_window_open_feature.menubar", true);
user_pref("dom.disable_window_open_feature.minimizable", true);
user_pref("dom.disable_window_open_feature.personalbar", true);
user_pref("dom.disable_window_open_feature.resizable", true);
user_pref("dom.disable_window_open_feature.scrollbars", true);
user_pref("dom.disable_window_open_feature.status", true);
user_pref("dom.disable_window_open_feature.titlebar", true);
user_pref("dom.disable_window_open_feature.toolbar", true);
user_pref("dom.disable_window_status_change", true);
user_pref("editor.singleLine.pasteNewlines", 0);
user_pref("inspector.blink.border-color", "#CC0000")
user_pref("inspector.blink.border-width", 1);
user_pref("inspector.blink.duration", 2000);
user_pref("inspector.blink.invert", false);
user_pref("inspector.blink.on", true);
user_pref("inspector.blink.speed", 200);
user_pref("inspector.dom.showAnon", true);
user_pref("inspector.dom.showWhitespaceNodes", true);
user_pref("layout.word_select.eat_space_to_next_word", false);
user_pref("layout.word_select.stop_at_punctuation", false);
user_pref("layout.xml.prettyprint", true);
user_pref("middlemouse.contentLoadURL", false);
user_pref("middlemouse.paste", true);
user_pref("middlemouse.scrollbarPosition", true);
user_pref("mousewheel.withcontrolkey.action", 1);
user_pref("mousewheel.withnokey.numlines", 10);
user_pref("mousewheel.withnokey.sysnumlines", false);
user_pref("mousewheel.withshiftkey.action", 3);
user_pref("content.max.tokenizing.time", 2250000);
user_pref("content.notify.backoffcount", 5);
user_pref("content.notify.interval", 750000);
user_pref("content.notify.ontimer", true);
user_pref("content.switch.threshold", 750000)
user_pref("ui.submenuDelay", 0);



user_pref("network.http.max-connections", 128);
user_pref("network.http.max-connections-per-server", 4;
user_pref("network.http.max-persistent-connections-per-proxy", 24);
user_pref("network.http.max-persistent-connections-per-server", 12);
user_pref("network.http.pipelining", true);
user_pref("network.http.pipelining.maxrequests", 8);
user_pref("network.http.proxy.pipelining", true);
user_pref("nglayout.initialpaint.delay", 750);
user_pref("plugin.expose_full_path", true);
user_pref("plugin.scan.Acrobat", "6.0");
user_pref("security.warn_entering_secure", false);
user_pref("security.warn_entering_weak", true);
user_pref("security.warn_leaving_secure", false);
user_pref("security.warn_submit_insecure", false);
user_pref("security.warn_viewing_mixed", false);
user_pref("signed.applets.codebase_principal_support", true);
user_pref("ui.submenuDelay", 50);
user_pref("ui.textSelectBackground", "darkblue");
user_pref("ui.textSelectBackgroundAttention", "lightgreen");
user_pref("ui.textSelectForeground", "white");

// Path to Cache folder:
user_pref("browser.cache.disk.parent_directory","I:\RAMDISKXP");

#146987

Its working fine now. Its wiered :blink:

#147017

Topic title edited.

I'm on a re-tagging spree, please forgive me. Someone said it helps to keep forums clean :)

-Pe7er

#147560