Bug #20469
closedResponsiveness of viewing project full of running processes
Description
I have a project with a bunch of large container requests. Getting project contents is loading 47 megabytes which takes about 12-13 seconds and makes the paging very sluggish.
a) The "contents" request needs to be able to filter out the "mounts" field from container requests.
b) Workbench 2 needs to use it
Related issues
Updated by Peter Amstutz over 1 year ago
- Related to Feature #20470: Select fields with group contents query added
Updated by Peter Amstutz over 1 year ago
20469-contents-select @ arvados-workbench2|bdf65674185522fd6202840513574d8e216e6fc5
Updated by Peter Amstutz over 1 year ago
I am a dummy, I ran the wrong test.
Updated by Peter Amstutz over 1 year ago
The associated arvados branch has been updated, running tests again
Updated by Peter Amstutz over 1 year ago
Again:
developer-tests-workbench2: #1195
retry, keeps timing out on one test, if this one fails maybe there's really something going on developer-tests-workbench2: #1196
Updated by Peter Amstutz over 1 year ago
So this made the relevant project go from taking 15 seconds to load to about 5 seconds. Which is better but not as good as I hoped.
The 5 seconds is all database time.
This makes me think it is still getting the mounts field from the database, it just isn't returning it. I'll have to investigate.
Updated by Peter Amstutz over 1 year ago
- Status changed from In Progress to Resolved
Going to resolve this for now, the database query time is a separate issue.