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

Evaluate how to cache the list of interfaces since several pages use them #415

Open
davidebriani opened this issue Apr 2, 2024 · 0 comments
Labels
chore Maintenance chore

Comments

@davidebriani
Copy link
Collaborator

To improve the responsiveness of the UI, we could evaluate how to properly cache data that doesn't change often, such as the interface list (which is used by different pages to populate select boxes).

One approach could be to use the native caching of React Query, if used. See also issue #414

@davidebriani davidebriani added the chore Maintenance chore label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance chore
Projects
None yet
Development

No branches or pull requests

1 participant