Have created a shared worker that will store the Telemetry Dictionary, once it's been retrieved. Any other tabs will be able to pull the dictionary from the shared worker, negating any need to make further requests. This reduces additional tabs on page load requests by about 30 to 40. The dictionary is instantly available.
[ ] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
[ ] Is this change backwards compatible? For example, developers won't need to change how they are calling the API or how they've extended core plugins such as Tables or Plots.
Author Checklist
[ ] Changes address original issue?
[ ] Tests included and/or updated with changes?
[ ] Command line build passes?
[ ] Has this been smoke tested?
[ ] Testing instructions included in associated issue OR is this a dependency/testcase change?
Reviewer Checklist
[ ] Changes appear to address issue?
[ ] Reviewer has tested changes by following the provided instructions?
[ ] Changes appear not to be breaking changes?
[ ] Appropriate automated tests included?
[ ] Code style and in-line documentation are appropriate?
[ ] Has associated issue been labelled unverified? (only applicable if this PR closes the issue)
[ ] Has associated issue been labelled bug? (only applicable if this PR is for a bug fix)
Closes
Describe your changes:
Have created a shared worker that will store the Telemetry Dictionary, once it's been retrieved. Any other tabs will be able to pull the dictionary from the shared worker, negating any need to make further requests. This reduces additional tabs on page load requests by about 30 to 40. The dictionary is instantly available.
All Submissions:
Author Checklist
Reviewer Checklist