irods-contrib / irods-cloud-browser

DFC Web Based cloud browser
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

performance issue, not caching virtual collections #193

Open michael-conway opened 7 years ago

michael-conway commented 7 years ago

every move on the browse page triggers a complete get of all of the virtual collection and temp query stuff. This should be cached in the angular model instead.

Consider adding a refresh button on the virtual collection panel, and otherwise do not query for virtual collections every time.