You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the curation panel loads everything at once and puts a lot of strain on the server.
Firstly, the query needs to be refactored: https://github.com/FAIRsharing/FAIRsharing-API/issues/1144
Then, the interface could be refactored into a tabbed one which loads each table separately as needed.
This is probably best done before upgrading to Vue3.
The text was updated successfully, but these errors were encountered:
Currently, the curation panel loads everything at once and puts a lot of strain on the server.
Firstly, the query needs to be refactored: https://github.com/FAIRsharing/FAIRsharing-API/issues/1144
Then, the interface could be refactored into a tabbed one which loads each table separately as needed.
This is probably best done before upgrading to Vue3.
The text was updated successfully, but these errors were encountered: