Actions
Idea #6042
closed[Workbench] [Performance] [API] collection#show page source_summary section is expensive
Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
Performance
Target version:
-
Start date:
Due date:
Story points:
-
Description
While performance profiling the collection#show page for qr1hi-4zz18-tcnxylwkxg0nfhi, it was observed that the source_summary section itself is taking 20s of time.
We can save all this time delay by adding additional columns in collection data for number of files and content size. These can be computed whenever manifest_text changes and hence can be reused for the life of the collection without wasteful computing.
Updated by Radhika Chippada over 9 years ago
- Subject changed from [Workbench] [Performance] collection#show page source_summary section takes a long time to load to [Workbench] [Performance] collection#show page source_summary section is expensive
- Description updated (diff)
- Category set to Performance
Updated by Radhika Chippada over 9 years ago
- Subject changed from [Workbench] [Performance] collection#show page source_summary section is expensive to [Workbench] [Performance] [API] collection#show page source_summary section is expensive
Actions