Performance/Fenix/Performance reviews: Difference between revisions

→‎Testing Start Up code: Remove session restore – it's currently broken
(→‎Testing Start Up code: clarify location of measure_start_up.py)
(→‎Testing Start Up code: Remove session restore – it's currently broken)
Line 9: Line 9:
## <code> Cold main first frame (cold_main_first_frame in the script) </code>. This is the first frame drawn by the application. This path is taken by all "type" of start-ups
## <code> Cold main first frame (cold_main_first_frame in the script) </code>. This is the first frame drawn by the application. This path is taken by all "type" of start-ups
## <code> Cold view nav start (cold_view_nav_start in the script) </code>. This path is taken when the browser is opened through an outside link (i.e: a link opened through Ggmail)
## <code> Cold view nav start (cold_view_nav_start in the script) </code>. This path is taken when the browser is opened through an outside link (i.e: a link opened through Ggmail)
## <code> Cold main session restore (cold_main_session_restore in the script) </code>. This path is taken when the browser was closed with an opened tab. When reopening, the application will automatically restore that session.
#After determining the path your changes affect, these are the steps that you should follow:
#After determining the path your changes affect, these are the steps that you should follow:


Confirmed users
975

edits