-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right panel performance fixes #17
Conversation
Conflicting PR. Removed from build OMERO-python-superbuild-push#16. See the console output for more details.
|
Conflicting PR. Removed from build OMERO-python-superbuild-push#17. See the console output for more details.
|
Conflicting PR. Removed from build OMERO-python-superbuild-push#22. See the console output for more details.
|
Conflicting PR. Removed from build OMERO-python-superbuild-push#14. See the console output for more details.
|
Conflicting PR. Removed from build OMERO-python-superbuild-push#59. See the console output for more details.
--conflicts |
Conflicting PR. Removed from build OMERO-python-superbuild-push#25. See the console output for more details.
--conflicts |
Conflicting PR. Removed from build OMERO-python-superbuild-push#15. See the console output for more details.
|
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Excluding ahead of the dependencies upgrade work EDIT (Will) - remove exclude 20th April |
Need to create a lot of users on merge-ci to test. Created a group called
|
Removed "exclude" flag 9th Feb |
Going to exclude from build temporarily, so we can check performance on merge-ci on groups with few or many users... --exclude |
Haven't been able to reproduce slow right-panel loading on merge-ci. Tricky to test. |
Port PR from ome/openmicroscopy#6075
This PR contains 2 approaches to improve right panel performance:
conn.getExperimenter()
is called for right panel - e.g. single P/D/I etc (see link above)to enable png/tiff/jpeg download was calling 'image.getSizeX()
etc for every image (loading the pixels on the fly each time). To test, select multiple objects and test behaviour of the Download menu.