gbv / jskos-proxy

HTTP proxy to serve JSKOS objects
https://uri.gbv.de/terminology/
MIT License
3 stars 2 forks source link

preload list of vocabularies #20

Closed nichtich closed 3 months ago

nichtich commented 1 year ago

With LISTING enabled, the list of vocabularies is shown at the root so this page should not load too slow. Doing the API query on the server would help but eventually make jskos-proxy a cache (this is already the case for single-vocabulary deployments). Open question is how to do cache invalidation. Daily restarting the application could be enough.