Open
Bug 1244661
Opened 9 years ago
Updated 3 years ago
Rule-view really slow and freezing on http://codepen.io/thebabydino/full/mVKayj/
Categories
(DevTools :: Inspector: Rules, defect, P3)
DevTools
Inspector: Rules
Tracking
(Not tracked)
NEW
People
(Reporter: pbro, Unassigned)
Details
Attachments
(1 file)
681.55 KB,
text/html
|
Details |
STR:
- open http://codepen.io/thebabydino/full/mVKayj/
- open the inspector
- try to do things in the rule-view: enabling/disabling declarations, scrolling around, or even resizing the toolbox
The rule contains a *huge* SVG data-uri that makes the rule-view really slow.
Reporter | ||
Comment 1•9 years ago
|
||
The background-image property contains multiple background, 2 of them being ~600.000 chars long png data-uri images. One of which is attached as an HTML file here.
So, in total, there's one property that's more than 1.3 million characters long in the rule-view. No surprise that we're seeing slow-downs and freeze.
I'm wondering if we should do anything at all here.
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•