-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
在项目namespace数量比较多的情况下(大约1000个),打开页面加载速度很慢,比较影响用户体验,这个是否有什么优化改进方案? #5126
Comments
什么版本的 |
|
升级到2.1.0会有明显改善,详情见 #4473 |
好的,感谢。 |
升级后,发现了一个新的问题,这段逻辑在namespace很多的情况下,执行速度很长,在大概500个namespace的情况下,耗时大概25秒。看看这里是否可以优化下? |
话说这个是否可以通过分页来实现页面加载速度提升呢 |
最新版本可以清理历史数据,也有助于加快查询 |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 7 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions. |
在项目namespace数量比较多的情况下(大约1000个),打开页面加载速度很慢,比较影响用户体验,这个是否有什么优化改进方案?
The text was updated successfully, but these errors were encountered: