Content.notify.backoffcount
From MozillaZine Knowledge Base
Contents
Background
Rather than wait until a page has completely downloaded to display it to the user, Mozilla applications will periodically render what has been received to that point. Because reflowing the page every time additional data is received greatly slows down total page load time, a timer was added so that the page would not reflow too often. This preference controls the maximum number of times the content will do timer-based reflows. After this number has been reached, the page will only reflow once it is finished downloading.
Possible values and their effects
-1
No limit on timer-based reflows (Default)
0
Don't do any timer-based reflows.
Any positive integer
The maximum number of timer-based reflows to perform.
Caveats
- This preference does not exist by default.
- content.notify.ontimer must be set to true for this preference to take effect.
First checked in
Has an effect in
- Netscape (all versions since 6.0)
- Mozilla Suite (all versions since M11)
- Phoenix (all versions)
- Firebird (all versions)
- Firefox (all versions)
- Minimo (all versions)
- SeaMonkey (all versions)