Giveth / giveth-dapp

Giveth Dapp for crowdfunding and managing donations on the ethereum blockchain.
https://beta.giveth.io
GNU General Public License v3.0
359 stars 230 forks source link

Frontend slow in rendering all projects view #2616

Open aminlatifi opened 5 months ago

aminlatifi commented 5 months ago

The backend is responding all project query fast, but the frontend doesn't load it and gets time out

curl --location 'https://mainnet.serve.giveth.io/graphql' \
--header 'Content-Type: application/json' \
--data '{"query":"{\n    allProjects(limit : 30) {\n        projects {\n            id\n            slug\n            totalDonations\n            projectPower {\n                totalPower\n            }\n        }\n    }\n}","variables":{}}'