Nglayout.debug.disable xul fastloadFrom MozillaZine Knowledge Base
[edit] BackgroundTo improve performance, Mozilla saves a “compiled” version of the XUL and JavaScript to disk periodically so that it does not have to re-parse the data from chrome files on startup. This caching (often referred to as “XUL FastLoad” or just “FastLoad”) significantly decreases the time it takes to do a cold start of a Mozilla application. The file to which the serialized data is saved differs by platform. On OS X it’s XUL FastLoad File; on Linux it’s xul.mfasl; and on Windows it’s XUL.mfl. [edit] Possible values and their effects[edit] TrueDo not save serialized XUL/JS to disk. [edit] FalseSave serialized versions of parsed XUL/JS to disk for faster startup times. (Default) [edit] Caveats
[edit] Previous effectsUntil mid-2002, FastLoad (and thus this preference) was only concerned with the serialization of JavaScript. FastLoad began serializing XUL documents after bug 112064 was fixed. [edit] First checked in[edit] Has an effect in
[edit] Related bugs
[edit] Related preferences[edit] External links |
|