We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这个浏览器卡顿的问题,目前分析下来的现象是,只有Edge在长时间不关闭的情况下,打开这种需要大量渲染的报表页面会有卡顿现象,而其他浏览器没有此问题。Edge渲染花的时间主要在上色(Painting)上,Edge应该是有一些浏览器性能问题的,浏览器长时间不关闭会有性能瓶颈,已有的问题记录针对此问题没有有效的解决方案,我们的方案主要还是减少前端一次性渲染的数量
同样的问题谷歌浏览器就没有。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这个浏览器卡顿的问题,目前分析下来的现象是,只有Edge在长时间不关闭的情况下,打开这种需要大量渲染的报表页面会有卡顿现象,而其他浏览器没有此问题。Edge渲染花的时间主要在上色(Painting)上,Edge应该是有一些浏览器性能问题的,浏览器长时间不关闭会有性能瓶颈,已有的问题记录针对此问题没有有效的解决方案,我们的方案主要还是减少前端一次性渲染的数量
同样的问题谷歌浏览器就没有。
The text was updated successfully, but these errors were encountered: