What means dashed chart in Chrome DevTool Timeline

喜夏-厌秋 提交于 2020-05-23 21:31:39

问题


I have low FPS when start scrolling. I use DevTool Timeline to find out the reasons for this. But I can't find what means dashed chart. Help me please!


回答1:


It means the work is done by a background thread, rather than by the main thread.

Take this screenshot as an example. A small amount of code runs on the main thread, followed by most of the rendering happening on other threads.



来源:https://stackoverflow.com/questions/37181979/what-means-dashed-chart-in-chrome-devtool-timeline

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!