obiba / opal

OBiBa’s core database application for biobanks or epidemiological studies.
http://www.obiba.org/pages/products/opal/
GNU General Public License v3.0
29 stars 22 forks source link

Create view from Cart: Insufficient Resources #3512

Open sam-story opened 5 years ago

sam-story commented 5 years ago

Cart with 1,250 variables image

Add to view screen loaded in just under 20s image

This is an acceptable wait, but can probably be reduced if the data being retrieved isn't actually needed in this screen.

With 2,500 variables the wait is 55s, which is starting to drag for the user especially as nothing is changing on the screen.

With 5,988 variables, Chrome logs 5,617 errors including many insufficient resource errors, however nothing is displayed to the user: image

Is there a way round this resource limit, as we create views of this size on a regular basis?

Finally, back to creating a view with 2,500 variables. Once the screen has finished loading and the user clicks Save, there is another long wait while the view is created. This is understandable but it would be useful if the Save button could be disabled/greyed out so the user knows the request is being processed.

sam-story commented 5 years ago

Are there any plan to fix this? Do you need any more details?

github-actions[bot] commented 5 days ago

This issue is stale because it has been open for a year with no activity. It will be closed if no further activity occurs. Thank you for your contributions.