-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mis-web): 管理系统用户可见分区页面加载过慢 (#826)
### 改动了什么 原来用户可见分区查询时前端做到了并发查询集群但是串行查询了账户 现在改动成账户传递时利用Promise.All()进行并行查询 测试结果原来58集群,16个账户两个集群查询时可能需要8秒多,现在3秒以内 ![image](https://github.com/PKUHPC/SCOW/assets/43978285/aa3fee3e-6eae-4de7-99bc-4458bff31174)
- Loading branch information
Showing
2 changed files
with
22 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@scow/mis-web": patch | ||
--- | ||
|
||
管理系统用户可见分区查询时账户遍历时更改为 Promise.All()节省查询时间 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters