SVG filter performance should be better in a lot of cases as of bugzilla.mozilla.org/show_bug.cgi...
Do you have specific cases that are still slow?
SVG filter performance should be better in a lot of cases as of bugzilla.mozilla.org/show_bug.cgi...
Do you have specific cases that are still slow?
```
o = e.headers.get('Content-Disposition') ||
'',
a = /filename[^;=\n]*=((['"]).*?\2|[^;\n]*)/.exec(o);
return a &&
a[1] &&
(n = a[1].replace(/['"]/g, '')) &&
(n = decodeURIComponent(n)),
```
```
o = e.headers.get('Content-Disposition') ||
'',
a = /filename[^;=\n]*=((['"]).*?\2|[^;\n]*)/.exec(o);
return a &&
a[1] &&
(n = a[1].replace(/['"]/g, '')) &&
(n = decodeURIComponent(n)),
```
e.g. in my profile with 7 days of active use it does it 2072 times for every hover, click etc.
e.g. in my profile with 7 days of active use it does it 2072 times for every hover, click etc.
/(([\r\n]{0,2}[A-Za-z0-9+\/]){4,4}){0,1024}([\r\n]{0,2}[A-Za-z0-9+\/][\r\n]{0,2}[AQgw]([\r\n]{0,2}=){2,2}|([\r\n]{0,2}[A-Za-z0-9+\/]){2,2}[\r\n]{0,2}[AEIMQUYcgkosw048][\r\n]{0,2}=|([\r\n]{0,2}[A-Za-z0-9+\/]){4,4})[\r\n]{0,2}/g
to turn the responseText into 4100 length chunks
/(([\r\n]{0,2}[A-Za-z0-9+\/]){4,4}){0,1024}([\r\n]{0,2}[A-Za-z0-9+\/][\r\n]{0,2}[AQgw]([\r\n]{0,2}=){2,2}|([\r\n]{0,2}[A-Za-z0-9+\/]){2,2}[\r\n]{0,2}[AEIMQUYcgkosw048][\r\n]{0,2}=|([\r\n]{0,2}[A-Za-z0-9+\/]){4,4})[\r\n]{0,2}/g
to turn the responseText into 4100 length chunks
The nonnull attribute is then presumably propagated to the arguments of test and the if condition is removed.
The nonnull attribute is then presumably propagated to the arguments of test and the if condition is removed.