Open
Bug 1924060
Opened 1 year ago
Updated 1 year ago
Have a special handling for data urls in "Image Paint" markers
Categories
(Core :: Gecko Profiler, task, P2)
Core
Gecko Profiler
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox133 | --- | affected |
People
(Reporter: canova, Unassigned, Mentored)
References
Details
(Whiteboard: [fxp])
Currently we add the truncated version of the whole url in the image paint markers here. For most of the urls it's fine but when we have a data url, it can be quite long. And it increases the buffer size usage and the produced JSON file. So let's add a check here to see if it's a data url. If it is, we can just add a "data: url" text instead of the whole data to reduce this size.
Updated•1 year ago
|
| Reporter | ||
Updated•1 year ago
|
Mentor: canaltinova
Updated•1 year ago
|
Summary: Hava a special handling for data urls in "Image Paint" markers → Have a special handling for data urls in "Image Paint" markers
You need to log in
before you can comment on or make changes to this bug.
Description
•