-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
Description
Background
The knowledge graph page at /web/collections/colf647334c60b53583/graphs currently lacks caching mechanism, which may result in slower loading times and unnecessary server requests when users navigate or refresh the page. This impacts user experience, especially for large knowledge graphs with complex data structures.
Proposal
Implement caching for the knowledge graph page to:
- Cache graph data and visualization components to reduce loading times
- Minimize redundant API calls when users interact with the same graph data
- Improve overall performance and user experience
- Consider appropriate cache invalidation strategies when graph data is updated
Reactions are currently unavailable