Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Reactjs 上有一个 Web 应用程序,即使在生产环境中它的性能也非常低
什么可以帮助我提高绩效?我该怎么做才能使性能如此之低?
如果您非常关心性能,https://www.gatsbyjs.org/可能是一个不错的选择。此外,如果它只是一个没有复杂状态管理要求的网站,只需将其构建为静态 HTML 网站。:)
您可以通过查看快照来提高应用程序的性能。
NODE_ENV
production
cdn