根据这篇文章:
Debugging React performance with React 16 and Chrome Devtools.
我想检查一下React构建的自己网站的一些性能。 但我在DevTools中看不到用户时间部分。 我的电脑中的Chrome版本为62.0.3202.89, 我错过了什么吗?
答案 0 :(得分:9)
我可以通过将?react_perf
添加到我的网址来完成这项工作。不知道为什么这么难找到...希望它适合你。
https://reactjs.org/blog/2016/11/16/react-v15.4.0.html#profiling-components-with-chrome-timeline
答案 1 :(得分:6)
你不需要?react_perf
作出反应16
https://reactjs.org/docs/optimizing-performance.html#profiling-components-with-the-chrome-performance-tab
但确实需要做出反应15 https://reactjs.org/blog/2016/11/16/react-v15.4.0.html#profiling-components-with-chrome-timeline
答案 2 :(得分:6)
从“ Chrome浏览器”中删除了“用户计时”标签,取而代之的是“计时”标签,该标签结合了一些众所周知的计时,例如LCP,OnLoad事件和自定义的用户计时API标记/措施。