IntersectMBO / govtool

🔩 GovTool and utilities monorepo.
https://sanchogov.tools/
Apache License 2.0
8 stars 2 forks source link

[BUG] Slow Rendering of Governance Actions #938

Open NabinKawan opened 2 months ago

NabinKawan commented 2 months ago

Description: The frontend experiences significant delays in rendering governance actions. Although all necessary API responses for rendering governance actions are fetched, the rendering process is notably slow, impacting user experience.

This issue also affects automated testing, leading to flaky test results.

MSzalowski commented 1 month ago

Blocked by status code 500 on the API @jankun4

kneerose commented 1 month ago

@MSzalowski What is the status?

MSzalowski commented 1 month ago

They supposed to be a little bit faster, but still the logic behind fetching the proposals with validation of them makes the loading of the list slow. @jankun4 will try to improve that

MSzalowski commented 2 weeks ago

That should be fixed by #1234