Closed
Bug 1140288
Opened 10 years ago
Closed 10 years ago
TelemetryEnvironment should cache environment data.
Categories
(Toolkit :: Telemetry, defect)
Toolkit
Telemetry
Tracking
()
RESOLVED
DUPLICATE
of bug 1140558
People
(Reporter: Dexter, Assigned: Dexter)
References
Details
Attachments
(1 obsolete file)
TelemetryEnvironment is not caching environment data, as every call to |TelemetryEnvironment.getEnvironmentData| collects the data even if the environment has not changed.
We should add a caching mechanism to |TelemetryEnvironment._doGetEnvironmentData| and return a cached copy of the environment if it didn't change.
Assignee | ||
Comment 1•10 years ago
|
||
This patch introduces an environment caching mechanism in TelemetryEnvironment.
Assignee: nobody → alessio.placitelli
Status: NEW → ASSIGNED
Attachment #8573843 -
Flags: review?(vdjeric)
Assignee | ||
Updated•10 years ago
|
Attachment #8573843 -
Attachment is obsolete: true
Attachment #8573843 -
Flags: review?(vdjeric)
Assignee | ||
Comment 2•10 years ago
|
||
I'm closing this since bug 1140558 adds this caching mechanism.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•