Places.frecency.numCalcOnMigrate: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
 
(Add frecency MDC link)
 
Line 2: Line 2:


==Background==
==Background==
Firefox 3 introduced a number of improvements to the [[:Category:Location Bar|Location Bar]]. Among them were changes to how sites are ordered in the dropdown menu. Firefox takes into account how frequently and how recently sites in the browser history were visited, combining them into a statistic called “frecency.” The frecency of sites is calculated when the browser is idle. The way frecency is computed can be tweaked by a number of preferences.
Firefox 3 introduced a number of improvements to the [[:Category:Location Bar|Location Bar]]. Among them were changes to how sites are ordered in the dropdown menu. Firefox takes into account how frequently and how recently sites in the browser history were visited, combining them into a statistic called [http://developer.mozilla.org/en/docs/The_Places_frecency_algorithm “frecency.”] The frecency of sites is calculated when the browser is idle. The way frecency is computed can be tweaked by a number of preferences.


When the browser needs to migrate history data from a pre-places version, it will calculate the frecency for a number of the imported visits to “prime the pump.” This preference determines how many of the imported entries to process during the migration.
When the browser needs to migrate history data from a pre-places version, it will calculate the frecency for a number of the imported visits to “prime the pump.” This preference determines how many of the imported entries to process during the migration.
Line 31: Line 31:
* [http://wiki.mozilla.org/User:Mconnor/PlacesFrecency Users:Mconnor/PlacesFrecency (MozillaWiki)]
* [http://wiki.mozilla.org/User:Mconnor/PlacesFrecency Users:Mconnor/PlacesFrecency (MozillaWiki)]
* [http://wiki.mozilla.org/User:Sspitzer/GlobalFrecency Users:Sspitzer/GlobalFrecency (MozillaWiki)]
* [http://wiki.mozilla.org/User:Sspitzer/GlobalFrecency Users:Sspitzer/GlobalFrecency (MozillaWiki)]
* [http://developer.mozilla.org/en/docs/The_Places_frecency_algorithm The Places frecency algorithm (Mozilla Developer Center)]


[[Category:Preferences]]
[[Category:Preferences]]

Latest revision as of 14:34, 4 May 2008

Background

Firefox 3 introduced a number of improvements to the Location Bar. Among them were changes to how sites are ordered in the dropdown menu. Firefox takes into account how frequently and how recently sites in the browser history were visited, combining them into a statistic called “frecency.” The frecency of sites is calculated when the browser is idle. The way frecency is computed can be tweaked by a number of preferences.

When the browser needs to migrate history data from a pre-places version, it will calculate the frecency for a number of the imported visits to “prime the pump.” This preference determines how many of the imported entries to process during the migration.

Possible values and their effects

The number of imported history entries for which to calculate frecency. Default is 50.

First checked in

2008-01-29 by Dietrich Ayala

Has an effect in

  • Firefox (nightly builds since 2008-01-29)

Related bugs

Related preferences

External links