nglayout.initialpaint.delay is a pref for firefox to render page w/o waiting (there is a 250ms waiting by default)
reducing that number will get page loading even faster (consider firefox 3 is already quite impressive).
(Mozilla KB says this might increase the total amount of time need for page loading, so you can try out and decide for yourself if you want to keep it.
1. type "about:config" in url bar and press enter, accept waring if you are using firefox 3
2. right click anywhere inside the browser, and choose "new->integer"
3. type in nglayout.initialpaint.delay for "preference name"
4. type in "0" for value
if you want to restore to default, just double click that entry, it will erase the value. If you want to completely remove the string, you will need to go into your profile folder and find pref.js and remove the corresponding line.
reducing that number will get page loading even faster (consider firefox 3 is already quite impressive).
(Mozilla KB says this might increase the total amount of time need for page loading, so you can try out and decide for yourself if you want to keep it.
1. type "about:config" in url bar and press enter, accept waring if you are using firefox 3
2. right click anywhere inside the browser, and choose "new->integer"
3. type in nglayout.initialpaint.delay for "preference name"
4. type in "0" for value
if you want to restore to default, just double click that entry, it will erase the value. If you want to completely remove the string, you will need to go into your profile folder and find pref.js and remove the corresponding line.