[Mac] Massive Speed Boost in FF

I found out this little trick from someone else on another forum.
It works AWESOME on my Mac (1.3GHZ, ~1GB ram), from what i was reading it doesn’t seem like it will work on PC- worth a try though, to me i think it makes Firefox at LEAST 30% faster.
heres the text from the other post:

install the chromedit extension… restart FF
goto tools>edit user files>user.js tab
select all and paste this text over what is there… then save and restart… firefox speeds up about 80-200 % on page loading
here’s the user.js code… again this is for a decently fast mac on broadband…

----------begin copy below here---------------------------

user_pref(“browser.cache.memory.capacity”, 64536);
user_pref(“browser.cache.disk_cache_ssl”, true);
user_pref(“browser.xul.error_pages.enabled”, true);
user_pref(“content.interrupt.parsing”, true);
user_pref(“content.max.tokenizing.time”, 2000000);
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(“network.http.max-connections”, 48);
user_pref(“network.http.max-connections-per-server”, 16);
user_pref(“network.http.max-persistent-connections-per-proxy”, 16);
user_pref(“network.http.max-persistent-connections-per-server”, 8);
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(“signed.applets.codebase_principal_support”, true);
user_pref(“browser.display.show_image_placeholders”, false);

----------end copy above here---------------------------

Can you give us the link to the other site? I’m wondering why it wouldn’t work for PC.

sure.

You can also use these by going to about:config in the browser :slight_smile:

(There are a lot of settings here, and changing them could mess stuff up, so be careful)

HOLY CRAP, I just tried it and it works! There’s definitely a noticible increase in page loading! And I have CRAP specs!

1Ghz Pentium
256SD RAM

Link to ChromEdit: http://cdn.mozdev.org/chromedit/

trying it… but why do you need an extension just to edit user.js?

nup. not much difference on my P4/2.8/512 :frowning:

sounds like good news for Mac OS, though :smiley:

its faster, but it eats up way more of your RAM (why its so much faster) - if you’re running say PS and Flash, mabe streaming music all at the same time (me all the time) its not such a great thing… but you can adjust that first line of code to change it.

Mine’s using 28MB, what is it usuall? Is the value in the first line bytes?

its actually your cache mem along with your RAM, yes reducing the first line reduces memory use

There was a trick for something similar with Safari - it was one line in the Terminal and it worked great!

I will see if i can find it again!

I dont see any slowdown in the rest of the applications running (mail, safari, itunes, flash, dreamweaver, photoshop, text editor, shiira, and preview-and firefox).

[ot]
Do you like shiira, last time i tried it it was EARLY beta - it seemed okay but i still stuck with Safari.
[/ot]

i like it. Flash performance is noticeably better with shiira, and everything is more instant. My only gripe is how you get bookmarks that arent stored in the main bar, but advantages are much better. Its basically safari with more speed.

ChromeEdit doesn’t function in Firefox 0.9

0_o

lol, it did for me…i have the latest FF version…

goto tools>edit user files>user.js tab

errr… edit user files?.. don’t have that :to: