Closed
Bug 1321631
Opened 9 years ago
Closed 9 years ago
Lazy load audio file for screenshot button
Categories
(DevTools :: Responsive Design Mode, defect, P1)
Tracking
(firefox52 fixed, firefox53 fixed)
RESOLVED
FIXED
Firefox 53
People
(Reporter: jryans, Assigned: jryans)
References
(Blocks 1 open bug)
Details
(Whiteboard: [rdm-v2])
Attachments
(1 file)
|
58 bytes,
text/x-review-board-request
|
ochameau
:
review+
jcristau
:
approval-mozilla-aurora+
|
Details |
I don't have specific perf numbers for this one, but I've noticed in debug builds that the platform is auto-loading the screenshot audio during page load (before we've called play).
It's only used if you click a specific button, so let's delay it until then.
| Comment hidden (mozreview-request) |
Comment 2•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8816247 [details]
Bug 1321631 - Delay loading RDM camera audio until used.
https://reviewboard.mozilla.org/r/97052/#review97254
Looks sensible.
Attachment #8816247 -
Flags: review?(poirot.alex) → review+
Pushed by jryans@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/6060c3c56342
Delay loading RDM camera audio until used. r=ochameau
| Assignee | ||
Updated•9 years ago
|
status-firefox52:
--- → affected
status-firefox53:
--- → affected
Comment 4•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 53
| Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8816247 [details]
Bug 1321631 - Delay loading RDM camera audio until used.
Approval Request Comment
[Feature/Bug causing the regression]: Slow loading time in new Responsive Design Mode (first enabled in 52)
[User impact if declined]: Loading time will remain slow
[Is this code covered by automated tests?]: No, it's a perf optimization only
[Has the fix been verified in Nightly?]: Tested locally
[Needs manual test from QE? If yes, steps to reproduce]: No
[List of other uplifts needed for the feature/fix]: None
[Is the change risky?]: No
[Why is the change risky/not risky?]: Only affects UI of RDM
[String changes made/needed]: None
Attachment #8816247 -
Flags: approval-mozilla-aurora?
Comment 6•9 years ago
|
||
Comment on attachment 8816247 [details]
Bug 1321631 - Delay loading RDM camera audio until used.
tweak devtools RDM for a perf improvement, take in aurora52
Attachment #8816247 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 7•9 years ago
|
||
| bugherder uplift | ||
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•