Skip to content
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

Optimize the performance of obtaining cloud snapshots #8387

Closed
3 tasks done
zuoez02 opened this issue May 29, 2023 · 1 comment
Closed
3 tasks done

Optimize the performance of obtaining cloud snapshots #8387

zuoez02 opened this issue May 29, 2023 · 1 comment
Assignees
Milestone

Comments

@zuoez02
Copy link
Contributor

zuoez02 commented May 29, 2023

减少/api/repo/getCloudRepoSnapshots的响应体积以加快云端快照的加载速度。

Is there an existing issue for this?

  • I have searched the existing issues

Can the issue be reproduced with the default theme (daylight/midnight)?

  • I was able to reproduce the issue with the default theme

Could the issue be due to extensions?

  • I've ruled out the possibility that the extension is causing the problem.

Describe the problem

请求已经是分页的了,但是等待过程仍然需要20多s(不包括实际传输时间)。我看files对象里面大量的信息,但是这些是否是查看云端快照时必须的?没必要的话看看不查询这部分应该能增速很多。

我看标记的快照就没有填files这部分。

Expected result

/api/repo/getCloudRepoSnapshots中去除files

Screenshot or screen recording presentation

No response

Version environment

- Version: 2.8.9
- Operating System: Win11
- Browser (if used):

Log file

More information

No response

@zuoez02
Copy link
Contributor Author

zuoez02 commented May 29, 2023

image

@88250 88250 changed the title 减少/api/repo/getCloudRepoSnapshots的响应体积以加快云端快照的加载速度。 Optimize the performance of obtaining cloud snapshots May 29, 2023
@88250 88250 self-assigned this May 29, 2023
@88250 88250 added this to the 2.8.10 milestone May 29, 2023
@88250 88250 closed this as completed May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants