-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Optimize] [App] 列表树展开和点击key时卡顿,优化树状结构展示性能 #38
Labels
optimization
User experience or performance optimization
Comments
@AGou-ops 我在mac x86 和 aarch环境都试过体验还好,你的etcd是存储了很多key吗?可否录一个对比视频 |
> etcdctl --endpoints https://127.0.0.1:2379 get "" --prefix --keys-only | grep -v '^$' | wc -l
1172
就一千多点的key吧. CleanShot.2024-09-11.at.16.23.56.mp4不知道光看视频能不能看出来,体验上差别还是挺大的,网页流畅不少. edit: 都是快速点按的. |
你这里的卡顿是指展开的一瞬间卡顿还是点击key之后显示value的时候卡顿? |
展开卡顿,显示value也卡顿. |
OK,我后面做一下性能测试,下个版本尝试优化一下。初步判断可能有以下几个原因:
|
已发布 App-1.0.3 优化App性能,测试拉取40000条数据也是ok的,性能较上个版本有较大提升,但UI体验有所下降 |
用了下性能确实好了不少,没有卡顿了,格式化也没问题,赞.👍🏻 |
感谢支持🙏🏻 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
1.0.1版本客户端展开节点,查看key对应值时有卡顿,网页版正常,很流畅.
MacOS 14.6.1
m1 pro芯片.
Originally posted by @AGou-ops in #26 (comment)
The text was updated successfully, but these errors were encountered: