firefox about:config

Discussion in 'other software & services' started by iceni60, Jan 8, 2005.

Thread Status:
Not open for further replies.
  1. iceni60

    iceni60 ( ^o^)

    Joined:
    Jun 29, 2004
    Posts:
    5,116
    hi, i just changed some values and added some new strings in firefox's about:config. pages do seem to load slightly differently, but im not sure if it's any quicker o_O i did save the original user.js so i can put it back if i need to, but, can anyone tell me what they think of the changes i made below? thanks. :)


    // Enable pipelining
    user_pref("network.http.pipelining", true);
    user_pref("network.http.proxy.pipelining", true);
    user_pref("network.http.pipelining.maxrequests", :cool:;

    // 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", 750000);

    user_pref("content.interrupt.parsing", true);
    user_pref("content.max.tokenizing.time", 2250000);
    user_pref("content.maxtextrun", 8191);
    user_pref("content.switch.threshold", 750000);

    // Set the number of reflows to do before waiting for the rest of the page to arrive
    user_pref("content.notify.backoffcount", 5);

    // Turn initial paint delay to
    user_pref("nglayout.initialpaint.delay", 500);

    // Set Maximum Connections Per Server
    user_pref("network.http.max-connections", 4:cool:;
    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", :cool:;
     
    Last edited: Jan 8, 2005
  2. ronjor

    ronjor Global Moderator

    Joined:
    Jul 21, 2003
    Posts:
    164,145
    Location:
    Texas
  3. iceni60

    iceni60 ( ^o^)

    Joined:
    Jun 29, 2004
    Posts:
    5,116
    i think what i learned from that page is - if pages arent displayed correctly, or i start to have problems i havent had in the past, i'll change back to the user.js i saved before making the changes. thanks :)
     
  4. MGD

    MGD Registered Member

    Joined:
    Oct 16, 2004
    Posts:
    12
    Location:
    N.Y. Mills, N.Y.

    Looks good..........be well.......


    Mike
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.