You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Steps to Reproduce
Severity/Priority
Additional Information
Checklist
The text was updated successfully, but these errors were encountered: