标签: reactjs performance render-to-string
是否有任何方法可以测量服务器端渲染中组件渲染的时间? 对于客户端,我可以使用类似react-perf-devtool的方法,该方法使用Performance Timing API并显示渲染每个组件的时间,但是我没有找到类似的工具,也没有找到关于如何在服务器内部进行相同操作的教程。 renderToString()。