gbv / cocoda

A web-based tool for creating mappings between knowledge organization systems.
https://coli-conc.gbv.de/cocoda/
MIT License
39 stars 5 forks source link

Reduce loading times by getting ancestors and their children in one request #110

Closed stefandesu closed 5 years ago

stefandesu commented 6 years ago

With gbv/jskos-server#18 now implemented, we could make loading a concept more efficient on average (in rare cases it might be slightly slower). See this comment for a more detailed description and example requests.

stefandesu commented 5 years ago

I'm closing this issue because the possible increase in loading times (likely pretty small) is not worth the complexity of implementing it.