Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve initial load performance #197

Open
ansonjwhe opened this issue May 3, 2024 · 0 comments
Open

Improve initial load performance #197

ansonjwhe opened this issue May 3, 2024 · 0 comments

Comments

@ansonjwhe
Copy link
Collaborator

Add new "recent transactions" table that stores minimal info on each ticket (id, type, title)
Initial load fetches the "minified" version of tickets and displays ticket list quickly.
optimistically prefetch all tickets in the background.
smoother ux (hopefully prefetch will have finished by the time user clicks on a specific ticket)

temp fix.
if user's initial load is a specific ticket (/PPR/1) then full ticket data is still required.
true fix needs more thought in reworking frontend state management.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant