Firefox Tuning

Discussion of features in Mozilla Firefox
Locked
User avatar
Banditz71
Posts: 715
Joined: April 21st, 2004, 10:56 am
Location: Aubrey, TX USA
Contact:

Post by Banditz71 »

Quick question......Is there a problem with going to About:Config in the address bar and making changes that way? Thanks!
Richard H.
SimmonsJ2K
Posts: 920
Joined: February 3rd, 2004, 2:45 pm
Location: Michigan
Contact:

Post by SimmonsJ2K »

No.
User avatar
Banditz71
Posts: 715
Joined: April 21st, 2004, 10:56 am
Location: Aubrey, TX USA
Contact:

Post by Banditz71 »

Is there someway to print the entire Config listing? I tried the "simple" way but only got 1 page...........also, if I do Print Preview while on About:Config, Firefox crashes. Anyone else ever see that happen? Thanks!
Richard H.
User avatar
BenBasson
Moderator
Posts: 13671
Joined: February 13th, 2004, 5:49 am
Location: London, UK
Contact:

Post by BenBasson »

Why would you want to print it? Most of the settings are on their default values. You could print prefs.js if you can find it (it's in your profile directory)... or just go here:
http://preferential.mozdev.org/preferences.html
User avatar
Banditz71
Posts: 715
Joined: April 21st, 2004, 10:56 am
Location: Aubrey, TX USA
Contact:

Post by Banditz71 »

Well, I was just wanting a print out so I could see what I had and what I didn't and what settings I had when comparing to others. It would just make it a little easier to look at on a piece of paper as opposed to flipping back and forth in the browser............I have already printed the prefs.js file but of course, it doesn't show the extensive list as does about:config . Thanks for the link......I'm glad to find that.
Richard H.
User avatar
BenBasson
Moderator
Posts: 13671
Joined: February 13th, 2004, 5:49 am
Location: London, UK
Contact:

Post by BenBasson »

The things in about:config are the defaults... anything you change will be stored in prefs.js and user.js if it was a manual change. If you print off those files, you don't need to compare about:config data, because you have all the changes... everything else will be the default value.
User avatar
Banditz71
Posts: 715
Joined: April 21st, 2004, 10:56 am
Location: Aubrey, TX USA
Contact:

Post by Banditz71 »

OK, I see what you're saying. Thanks!
Richard H.
sasquatch
Posts: 6022
Joined: November 25th, 2003, 8:56 am

Post by sasquatch »

Copy and paste into MS Word.

I don't know why people have to question the question, rather than just answer.
User avatar
BenBasson
Moderator
Posts: 13671
Joined: February 13th, 2004, 5:49 am
Location: London, UK
Contact:

Post by BenBasson »

I don't know why people have to question the question, rather than just answer.

Sometimes it's nice to know why people want to do things, as you can offer a better solution. I did also semi-answer the question, and last time I checked, I was unable to copy more than one preference from about:config at a time and paste it into another app, unless I'm missing something.
Last edited by BenBasson on April 27th, 2004, 2:23 pm, edited 1 time in total.
User avatar
alex-the-cat
Posts: 291
Joined: March 12th, 2004, 11:34 am
Location: Chicago, IL, USA

Post by alex-the-cat »

People come here to seek answers, not questions.
Please Fold! Rage3D is a nice place to start
sasquatch
Posts: 6022
Joined: November 25th, 2003, 8:56 am

Post by sasquatch »

Cusser wrote:
I don't know why people have to question the question, rather than just answer.

Sometimes it's nice to know why people want to do things, as you can offer a better solution. I did also semi-answer the question, and last time I checked, I was unable to copy more than one preference from about:config at a time and paste it into another app, unless I'm missing something.


Then I guess screen shots will have to do. Paste THEM into MS Word. Why fight it? Look for answers, man.
User avatar
BenBasson
Moderator
Posts: 13671
Joined: February 13th, 2004, 5:49 am
Location: London, UK
Contact:

Post by BenBasson »

What's wrong with you people? I asked to get a better idea of what this person wanted to do, you don't have to directly answer the original question just for the sake of it.

Did you even read why he wanted to print out the settings? Printing prefs.js and/or user.js will provide a much simpler comparison than tens of screenshots of default settings with only a few changes. Sure, there are plenty of ways to achieve exactly what this person asked, but are they good methods of achieving what he wanted? No. If you have any problems with how I answer questions, PM them to me instead of pointlessly spamming this otherwise useful thread.
User avatar
alex-the-cat
Posts: 291
Joined: March 12th, 2004, 11:34 am
Location: Chicago, IL, USA

Post by alex-the-cat »

a little bump here
Please Fold! Rage3D is a nice place to start
User avatar
[ Apocalipsis ]
Posts: 711
Joined: March 23rd, 2004, 6:29 pm
Location: Somewhere In Hell, Mexico*
Contact:

Post by [ Apocalipsis ] »

ok well....i'm new on this stuff...

i copy & pasted this codes on my user.js

Code: Select all

user_pref("browser.cache.memory.capacity", 65536);
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", 3000000);
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", 32);
user_pref("network.http.max-connections-per-server", 8);
user_pref("network.http.max-persistent-connections-per-proxy", 8);
user_pref("network.http.max-persistent-connections-per-server", 4);
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);


i'm running
Windows XP Pro EN-US , 256 Ram, 64 KB modem internet conection, Pentium III with about 2 gb of free hard drive spcae....

those codes work well for me?...

cause somtimes those codes work just for people with HUGE ram or internet conection...

Tanx :D
..:: [ No God No Master* ] ::..
Soporte Tecnico en Español:
Informatica XP | SOS Virtual | Foros SOS Virtual
Melgund
Posts: 16
Joined: April 28th, 2004, 10:11 am

speed secret revealed

Post by Melgund »

This may have been covered somewhere else in this thread but adding the following line to my user.js cut more my test score on the
Benchmark.js test
from 51.7 to 28.5!!

user_pref("dom.disable_window_status_change", true); :D

Almost all of the improvement came from the first of the five tests.
Locked