-
Notifications
You must be signed in to change notification settings - Fork 2
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
increase the amount of projects shown on load on all projects page #174
Comments
@MohammadPCh could you check the response time if we try to get 50 projects at once? |
For 10 projects with no filter: |
Thanks! @mateodaza let's up this to fetch 50 projects at a time on the front-end on the all projects page of DeVouch |
@mateodaza we can implement this too on staging if it hasn't been already. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently when we load projects on DeVouch we only load them 10 projects at a time. We should try to load more projects at once while balancing the performance of the app and load in the back-end.
We should increment this number from 10 to 20 projects that are loaded when the user arrives on the page and also when they click the "Load More Projects" button
The text was updated successfully, but these errors were encountered: