ome / omero-web

Django-based OMERO.web client
https://www.openmicroscopy.org/omero
16 stars 29 forks source link

Improve performance and user experience for long running tasks #550

Open knabar opened 2 months ago

knabar commented 2 months ago

Saving rendering settings to large number of images can take a very long time.

Two PRs are open now to start addressing this issue:

Further work will attempt to reduce the time these tasks take, and to block UI interaction for other long-running tasks during which the user should not interact further.