Comment #7 on issue 23120 by [email protected]: New tab creation  
should take < 250ms
http://code.google.com/p/chromium/issues/detail?id=23120

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=27918

------------------------------------------------------------------------
r27918 | [email protected] | 2009-10-02 16:58:05 -0700 (Fri, 02 Oct 2009) |  
12 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/browser.cc?r1=27918&r2=27917
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/dom_ui/new_tab_ui.cc?r1=27918&r2=27917
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/resources/new_new_tab.html?r1=27918&r2=27917
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/resources/new_new_tab.js?r1=27918&r2=27917
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/tab_contents/tab_contents.cc?r1=27918&r2=27917
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/tab_contents/tab_contents.h?r1=27918&r2=27917

Add histograms that track how long it takes to open the new tab page.

This doesn't time all loads of the new tab page, just new foreground
tabs using ctrl+t or the plus button.  This includes the time it takes
to create the tab contents and logs the time until JS has started
executing, domcontentloaded, and onload.

Note: onload doesn't mean the page is done loading.  We have "NewTabUI  
load" for that.

BUG=23120

Review URL: http://codereview.chromium.org/242107
------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to