标签: reactjs lighthouse
我正在React网站上进行性能测试。我们正在使用灯塔扩展。我注意到this.props.children会影响minimize main-thread work参数中的近50点。是否可以有效加载this.props.children而不会阻塞主线程?我已经附上了一个截图,其中删除了this.props.children,分数得到了很大的改善。
this.props.children
minimize main-thread work