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

The loading time is too long when entering peer review for the first time #4

Open
u7805486 opened this issue Oct 19, 2024 · 4 comments

Comments

@u7805486
Copy link
Collaborator

u7805486 commented Oct 19, 2024

After implement commit febed89
During the peer review process, the loading speed is normal, but the first time entering peer review takes a significant amount of time to load.

@u7805486
Copy link
Collaborator Author

u7805486 commented Oct 19, 2024

@Bei-Jin-lab After click "skip this image" several times, it become very slow again
It may be necessary to modify the method of retrieving picture

@Bei-Jin-lab
Copy link
Collaborator

thanks a lot, I also found that. Can introduce a skip threshold to solve this?
Add SKIP_THRESHOLD to re-acquire image batches when the number of skips reaches the threshold to avoid frequent API calls.

@amyWenhui
Copy link
Owner

+1 because frequent API calls do affect loading performance. Using a skip threshold is a good solution.

@amyWenhui
Copy link
Owner

Looking forward to seeing the optimized results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants