datopian / ckanext-versioning

Deprecated. See https://github.com/datopian/ckanext-versions. ⏰ CKAN extension providing data versioning (metadata and files) based on git and github.
https://tech.datopian.com/versioning/
GNU Affero General Public License v3.0
7 stars 4 forks source link

[performance] Tag / version listing should be done via ajax #38

Closed shevron closed 4 years ago

shevron commented 4 years ago

Since tag listing is currently slow, and even if optimized it can still add ~1 sec to page load time, I suggest we improve the UX by loading the list of tags per data set asynchronously after the dataset page has loaded in full. Could show a spinner in the mean time.