About Startup - This Firefox addon displays startup timings as exposed by a Firefox API at the about:startup url.
The three timings displayed are (in milliseconds from process startup):
- main: Firefox main function is entered
- sessionRestored: The tabs from the previous session have been created (not loaded)
- firstPaint: Something has been painted in Firefox (whatever this means)
What's New in This Release:
· Fixed an issue with recent Firefox nightlies.
What's New in 0.1.8:
· Adds support for SeaMonkey and Thunderbird.
What's New in 0.1.6:
· Versions up to 0.1.5 were not displaying new startup information available in newer versions of Firefox. On recent mobile versions, about:startup even displayed no data under some circumstances, although the data was properly written in startup.log.
What's New in 0.1.5:
· The about:startup page wasn't displaying any data right after installation until a restart
What's New in 0.1.4:
· timings are now absolute again instead of relative.
· the current startup data is now also highlighted in blue.
· NaN values are properly ignored when computing averages.
· data is sorted by version/buildid pair (it used to be mostly sorted by luck)
What's New in 0.1.3:
· This version adds a basic view of startup data recorded since version 0.1.1.
What's New in 0.1.1:
· This version logs startup data in a file in the user profile directory
|