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 API Calls on Extension Requests Page #915

Open
6 of 10 tasks
vikasosmium opened this issue Nov 18, 2024 · 0 comments
Open
6 of 10 tasks

Optimize API Calls on Extension Requests Page #915

vikasosmium opened this issue Nov 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@vikasosmium
Copy link

Issue Description

The Extension Requests page on the Real Dev Squad dashboard (https://dashboard.realdevsquad.com/extension-requests?order=desc) is currently making approximately 1040 API calls on load which gives data back to 2 years at least. This significantly impacts performance, causing the page to take 15-20 seconds to load.

We should minimize the API calling to save DB costs and optimize user experience.

Expected Behavior

Make as minimum API call as needed then give the user an option to reload more results back in time.

Current Behavior

Currently, it is making approximately 1040 API calls on load.

Screenshots

Reproducibility

  • This issue is reproducible
  • This issue is not reproducible

Steps to Reproduce

  1. GO to this site https://dashboard.realdevsquad.com/extension-requests?order=desc
  2. Open Network Tab or search by ctrl+f "task status"

Severity/Priority

  • Critical
  • High
  • Medium
  • Low

Additional Information

Checklist

  • I have read and followed the project's code of conduct.
  • I have searched for similar issues before creating this one.
  • I have provided all the necessary information to understand and reproduce the issue.
  • I am willing to contribute to the resolution of this issue.
@vikasosmium vikasosmium added the bug Something isn't working label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant