Giveth / DeVouch-FE

Front-end repository of the DeVouch project
https://de-vouch-fe-givethio.vercel.app
GNU General Public License v3.0
24 stars 2 forks source link

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

Open divine-comedian opened 1 week ago

divine-comedian commented 1 week ago

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 commented 1 week ago

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

MohammadPCh commented 5 days ago

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 commented 5 days ago

Thanks! @mateodaza let's up this to fetch 50 projects at a time on the front-end on the all projects page of DeVouch