Closed
Bug 919607
Opened 12 years ago
Closed 12 years ago
Cache aggregated values in telemetry.js for better performance
Categories
(Data Platform and Tools :: General, defect)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jonasfj, Unassigned)
References
Details
In `telemetry.js` we do a lot of data aggregation... As histograms grow in number of build dates, we might want to consider materializing some of the histograms perhaps HistogramEvolution.range() would be a decent place to do to this...
Another solution would be to materialize on-the-fly, ie. whenever the auxiliary `function _aggregate(index, histogram)` is called.
Note, this might very well be a "won't fix". Only time and more data will tell if current approach will give us client side performance issues.
| Reporter | ||
Updated•12 years ago
|
Summary: Consider caching aggregated values in telemetry.js for better performance → Cache aggregated values in telemetry.js for better performance
| Reporter | ||
Comment 2•12 years ago
|
||
This might be fixed in https://github.com/jonasfj/telemetry-dashboard/commit/3bb5abc820bc4a867f23daf6655e0f1add08a2a9
We might be able to do more to speed this up... Anyways, I should look more at this on Monday.
| Reporter | ||
Comment 3•12 years ago
|
||
Okay, I think this is fixed.
reopen if you disagree :)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Webtools → Data Platform and Tools
| Assignee | ||
Updated•3 years ago
|
Component: Telemetry Dashboards (TMO) → General
You need to log in
before you can comment on or make changes to this bug.
Description
•