AtlasOfLivingAustralia/specimenbrowser

Cache collection metadata

Closed this issue · 2 comments

The home page currently requests every collection's metadata every time it is rendered. It should have some form of caching to avoid this occurring:

def collectionMetadata = js.parseText(new URL(grailsApplication.config.collectory.servicesURL + "/collection/" + collection.uid).text)

@charvolant - this issue is sitting in QA, so has it been fixed in code somewhere? There are no commits recorded against it.

Looks like it is included in PR #15

@charvolant to track down something...