Is there a definitive way to measure “time to paint” for performance?

后端 未结 3 1110
遇见更好的自我
遇见更好的自我 2021-01-20 22:04

I\'m testing various performance tweaks for a large website, and I need to quantify how long it takes from initial load to the document elements appearing (i.e. time to pain

3条回答
  •  清酒与你
    2021-01-20 22:20

    For starters, I would definitely familiarize myself with the "Net panel" in Firebug:

    • http://getfirebug.com/network

    I understand that Chrome has a similar tool: Hit "F12" (or use the "wrench" icon):

    • https://developers.google.com/chrome-developer-tools/

提交回复
热议问题