SEED-platform / seed

Standard Energy Efficiency Data (SEED) Platform™ is a web-based application that helps organizations easily manage data on the energy performance of large groups of buildings.
Other
106 stars 55 forks source link

Scenario Measures: Slow loading due to watchers #4597

Open perryr16 opened 3 months ago

perryr16 commented 3 months ago

Issue

In my test data I have 10 audits each with 4-38 scenarios each with a single measure. I am noticing a large number of watchers associated with the ui-grid. With that data, I get ~130,000 watchers on the inventory detail page and it takes about 60 seconds before the measure ui-grid becomes visible. -- Samuel Harris, Clearly Energy

Proposed Solution

Benchmarking

Tested with a property that has 8 scenarios, 6 of which have 1-3 measures (10 measures total). Description Number of Watchers
Current implementation 4200
Removing the scenarios and measures section 500
Proposed Solution 850