-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
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
🐛关于2.x在MAC和windows环境下对大数据展示,出现不同性能的问题 #3071
Comments
你好 @NightRiderss: 提 Issue 须知如果是使用问题,不知道怎么用,移步 Discussions 讨论区 并提供 有效信息 进行 提问。 参与社区共建这是一个开源项目, 我们也有繁忙的业务要做, 是用自己的业余时间在维护, 为爱发电, 精力有限, 所以有时候 issue 响应速度不是那么及时, 如果你遇到了问题, 或者对 Issues 和 Discussions 列表的问题感兴趣, 可以直接认领并尝试修复 (贡献指南),帮助 S2 变得更好, 而不是一味的埋怨和催促, 我们不是甲方乙方的关系. |
关于您提到的在 MAC 和 Windows 环境下对大数据展示出现不同性能的问题,目前没有找到相似的已知问题。您提到在 macOS 上的高分辨率下渲染变得卡顿,而在 Windows 上则没有问题。这可能与不同操作系统下的渲染机制或浏览器内核处理方式有关。 建议您可以尝试以下方法来进行性能优化:
如果问题依然存在,建议您在 GitHub 上关注该问题的更新,或者提供更多的详细信息以帮助开发团队进行进一步的调查。 🪧 TipsFor further assistance, please describe your question in the comments and @petercat-assistant to start a conversation with me. |
你好 @NightRiderss,这个属于底层渲染引擎 AntV/G 的问题, 需要等待底层支持或修复后, 上层才能适配, 请耐心等待, 感谢你的理解。 Hello, @NightRiderss, This belongs to the underlying rendering engine AntV/G (https://g.antv.antgroup.com/), needs to wait for the underlying support or after repair, the upper can adapter, please wait patiently, thank you for your understanding. |
这个是 S2 2.0 依赖的 G 6.0 的性能下降导致, 需要等待底层优化, 目前没有解决方案, 见 antvis/G#1712 cc @wang1212 |
我好像也遇到了 之前1.x的时候,滚动都很丝滑,升级2.x过后,在windows上明细感觉滚动不丝滑,滚动条和鼠标的拖动有明细的延后,后端同事的mac上总问我为什么这个页面为什么那么卡顿,我只能说我在windows上运行正常的 |
🏷 S2 Version / S2 版本
💻 Sheet Type / 表格类型
🖋 Describe the bug / 问题描述
同样的表格,在MAC上面屏幕的分辨率越大,同屏渲染的内容越多滚动起来越卡。但是在windows上却没事。
⌨️ Code Snapshots / 代码片段
无
🔗 Reproduction link / 复现链接
无
📋 Steps to Reproduce the Bug or Issue / 重现步骤
环境:chrome 131.0.6778.205(正式版本) (arm64),macOS14.4.1,Apple M1 Pro,屏幕:2560*1440
https://s2.antv.antgroup.com/examples/case/performance-compare#table
将官方示例中的width修改为width: 3800,height: 3480。并且将浏览器页面缩放率减小到50%显示更多数据。滚动表格
😊 Expected Behavior / 期望行为
应该mac和window一样流畅才对,因为同样的条件下
https://s2-v1.antv.antgroup.com/examples/case/performance-compare/#table
降级到1.x发现mac环境下可流畅运行。
怀疑是2.x的渲染update方法里面有大量的性能浪费。又或者是mac与window的chrome内核处理有什么区别?
😅 Current Behavior / 当前行为
滚动时候全是卡顿
💻 OS / 操作系统
🌏 Browser / 浏览器
The text was updated successfully, but these errors were encountered: