Content.notify.interval

From MozillaZine Knowledge Base
Jump to navigationJump to search

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 specfies the minimum amount of time to wait between reflows.

Possible values and their effects

The minimum number of microseconds (1 second = 1,000,000 microseconds) between reflows. (Default: 120,000)

Caveats

Recommended settings

Lowering the interval will lower the perceived page loading time but increase the total loading time, especially on slower connections. Values below 100,000 have a significant impact on performance and are not recommended.[1]

First checked in

1999-12-03 by Vidur Apparao

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)

Related bugs

Related preferences