Opened 15 years ago
Closed 15 years ago
#1389 closed enhancement (fixed)
Cache annotation summary groups in experiment explorer
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.14 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
This may be related to #1387.
Currently, new AnnotationSummary
objects are created on each page request. The creation includes loading the experimental factor values for all bioassays for the selected annotation type. This can be slow in case there are many bioassays or if several annotation types has been selected.
There is actually no need to reload this info on every page request. All we have to do is to reset the statistics collected, which means clearing/resetting a few arrays, etc.
Change History (4)
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
(In [5108]) Fixes #1389: Cache annotation summary groups in experiment explorer