Fuseki UI: /edit view should not count number of triples for each graph
- Dominant language
- Java
- Stars
- 1.4k
- Forks
- 712
- Avg merge
- 15h 41m
- Merged PRs (30d)
- 53
Description
### Version
4.7.0
### Feature
The "edit" view at `/#/dataset/NAME/edit` is barely usable for large sets of graphs because the number of triples is counted for each graph, a time-consuming query. The number of triples should better be requested only if a graph is selected or only for a few graphs when paging through the list of graphs.
### Are you interested in contributing a solution yourself?
No
Contributor guide
Research direction
Start at the Fuseki UI entry point `/#/dataset/NAME/edit` and trace how the graph list requests triple counts. Confirm the behavior with a dataset containing many graphs, then verify that counts are requested only for a selected graph or the small visible page of graphs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- frontend, performance
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100