Cherik
Cherik
Server-Side rendering:  Static page: As illustrated, the response time has decreased from 2.04s to 12ms. cc: @jainkrati
@divine-comedian Let's apply this concept specifically to the projects page, considering a refresh interval of 10 minutes. For instance, attributes like the `total amount`, `number of contributors`, and `estimated matching...
@jainkrati @divine-comedian Here's a simple demonstration: [https://giveth-dapps-v2-git-static-page-test-givethio.vercel.app/](https://giveth-dapps-v2-git-static-page-test-givethio.vercel.app/) It only contains the `/all` address, created solely for testing purposes. compare it with staging.
@divine-comedian we need to consider the edge cases on pagination. For instance, if a project is added to the top of the list, we might inadvertently display duplicate project cards.
@divine-comedian This change would cut the backend requests by half for showing(rendering) the projects page. I think it would be helpful.
@divine-comedian @maryjaf, here is the preview link for testing static pages. You can test `/projects`, `/qf`, and their sub-URLs: [Preview Link](https://giveth-dapps-v2-git-static-page-test-givethio.vercel.app/)
hmm... My suggestion is to have a specific page for each round, and it's good to have a different UI for it. because when a round is finished, our focus...
@laurenluz @mohammadranjbarz how about the pictures that we use for each round? I think we need to save them in the backend. and maybe have a standard for all banners....
@laurenluz I'm currently waiting for the backend, and it seems like the frontend code is deprecated.
@laurenluz, Today I worked on this issue, and here are my updates: This page is implemented (preview link): [Example round](https://giveth-dapps-v2-git-add-archived-qf-page-givethio.vercel.app/qf-archive/59) I have a question: In older we show Project card...