You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
See screenshot of DAMP perf charts, reload regressed of 10%:
The test case from https://bugzilla.mozilla.org/show_bug.cgi?id=1366693 really highlights the issue. The test page is simply sequentially loading scripts as fast as possible and measuring the time it takes to load all scripts.
On my machine:
without devtools opened: < 1s
with debugger opened (version 10-25): 3s (profile)
with debugger opened (version 11-7): 10s (profile)
The performance regression comes from 7ad9038 (which improves JSX syntax highlighting).
On the second profile you can see a lot of time is spent in codemirror (even though no source is actually opened in the UI). Looks like we rerender the Editor component more than we used to?
Performance regression spotted with the 11-7 bundle release.
See screenshot of DAMP perf charts, reload regressed of 10%:
The test case from https://bugzilla.mozilla.org/show_bug.cgi?id=1366693 really highlights the issue. The test page is simply sequentially loading scripts as fast as possible and measuring the time it takes to load all scripts.
On my machine:
The test case is a zip at https://bugzilla.mozilla.org/attachment.cgi?id=8869957
Precise STRs:
The text was updated successfully, but these errors were encountered: