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

increase the amount of projects shown on load on all projects page #174

Open
divine-comedian opened this issue Sep 18, 2024 · 4 comments
Open
Assignees

Comments

@divine-comedian
Copy link
Contributor

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

@divine-comedian
Copy link
Contributor Author

@MohammadPCh could you check the response time if we try to get 50 projects at once?

@MohammadPCh
Copy link
Collaborator

For 10 projects with no filter:
Screenshot 2024-09-26 at 4 31 45 PM
for 50 project with no filter:
Screenshot 2024-09-26 at 4 34 10 PM
and I think it's acceptable
@divine-comedian

@divine-comedian
Copy link
Contributor Author

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 added a commit that referenced this issue Oct 10, 2024
@divine-comedian divine-comedian moved this from Todo to Code Review in DeVouch Oct 11, 2024
@divine-comedian
Copy link
Contributor Author

divine-comedian commented Nov 20, 2024

@mateodaza we can implement this too on staging if it hasn't been already.

@divine-comedian divine-comedian moved this from Code Review to Todo in DeVouch Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

3 participants