Firefox/Projects/Mobile Startup Shrink

From MozillaWiki
Jump to: navigation, search

For mobile Firefox, a very important user flow is when a user wants to quickly check a webpage from another app (e.g. email, twitter). Since Android very frequently swaps Firefox out when it is hidden, it is imperative that we start quickly. Our single-minded goal is instantaneous startup!

Meetings

Next Meeting

The next meeting is scheduled for Tuesday, August 30th at 9:30AM PDT.

  • Dial-in: Audio-only conference# 95750
    • People with Mozilla phones or softphones please dial x4000 Conf# 95750
    • US/Toll-free: +1 800 707 2533, (pin 4000) Conf# 95750
    • US/California/Mountain View: +1 650 903 0800, x4000 Conf# 95750
    • US/California/San Francisco: +1 415 762 5700, x4000 Conf# 95750
    • US/Oregon/Portland: +1 971 544 8000, x4000 Conf# 95750
    • CA/British Columbia/Vancouver: +1 778 785 1540, x4000 Conf# 95750
    • CA/Ontario/Toronto: +1 416 848 3114, x4000 Conf# 95750
    • UK/London: +44 (0)207 855 3000, x4000 Conf# 95750
    • FR/Paris: +33 1 84 88 37 37, x4000 Conf# 95750
    • Gmail Chat (requires Flash and the Google Talk plugin): paste +1 650 903 0800 into the Gmail Chat box that doesn't look like it accepts phone numbers
    • SkypeOut is free if you use the 800 number
  • IRC: #startup
  • Vidyo: SFO7B

Put your items on the agenda here:

Previous Meetings

Current Work

Resources

Basic startup stats in your console

Enable the preference:

devtools.errorconsole.enabled

You will see something like

[timing] main: 488ms               # When XRE_Main is called. Everything before this is 
                                   # loading libxul, static initializers, etc.
[timing] firstPaint: 1447ms        # The first paint to the screen (most important one!)
[timing] sessionRestored: 1178ms

These numbers are all measured from startup. In this example, the first paint is 1447 ms from startup, not from main.