clarin-eric / VLO

Virtual Language Observatory
GNU General Public License v3.0
14 stars 6 forks source link

Submit resource handles to handle resolution queue/cache when creating page #218

Closed twagoo closed 4 years ago

twagoo commented 5 years ago

For the resource list in the record page, handles are being resolved in an asynchronous callback after rendering the page. Resolution is not attempted before the callback is made. Since we know to expect these callbacks, we could already start resolving the handles in the background and submit them to a cache so that they are available immediately or at least quicker upon client request via AJAX.

twagoo commented 4 years ago

This was implemented in 08b7bc866cc7315f3ebaa58267a3205c75b17877 and included in VLO 4.7.0