Improve page data loading performance #15
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
pregno/polymarket-screener#15
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Improve perceived data loading performance when entering app pages, especially the
Tradingpage, so recently loaded data is reused immediately instead of making the user wait on every navigation.Plan saved at:
.hermes/plans/2026-06-17_005055-improve-page-data-loading.mdFinal plan
See
.hermes/plans/2026-06-17_005055-improve-page-data-loading.mdin the repository for the full implementation plan.Implementation checklist
Tradingpage query options for positions and trade automation data.pnpm test.pnpm typecheck.Acceptance criteria
Tradingwithin the cache window renders last loaded positions/automation data immediately.Test plan
pnpm testpnpm typecheckNotes
Implementation is gated by applying the
ready-for-devlabel. Hermes will monitor this issue and start implementation automatically after that label is added.copy ".hermes/plans/2026-06-17_005055-improve-page-data-loading.md" content here
Hermes implementation has started for issue #15. I will work from the saved plan, run tests/typecheck, and open a PR linked with Closes #15.
Hermes opened PR #16 for review: #16