Testcase generating N VTTs is 3222x slower for N=500 and infinitely slower for N=5000
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
People
(Reporter: mayankleoboy1, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Open attached testcase
Enter 500 (5000 if you are brave)
N=500
Nightly: https://share.firefox.dev/4ifhN1J (29s)
Chrome: https://share.firefox.dev/3QC9sJx (9ms)
N=5000
Nightly: iloop. I think i waited for maybe 10 minutes before quitting.
Chrome: https://share.firefox.dev/3FaSvU3 (174ms)
Testcase created by ChatgPT on my prompt. Very unrealistic, but maybe it highlights some hotspots?
| Reporter | ||
Comment 1•1 year ago
|
||
| Reporter | ||
Comment 2•1 year ago
|
||
Incomplete 3.35 minute long profile for N=5000: https://share.firefox.dev/4h1hFC6
| Reporter | ||
Comment 3•1 year ago
•
|
||
If you comment out this line, the testcase is very fast
video.appendChild(track);
Comment 4•1 year ago
|
||
Yeah that's true, but I don't think you'd add 500 subtitle tracks to your video so that's not much of a priority.
| Reporter | ||
Comment 5•1 year ago
|
||
Thanks Paul. I will close as WONTFIX. Plenty other more realistic bugs exist.
| Reporter | ||
Comment 6•8 months ago
|
||
This still repros: https://share.firefox.dev/40P8rDJ
Description
•