LastPass causes 6s hang in content
Categories
(WebExtensions :: Developer Outreach, defect, P5)
Tracking
(Performance Impact:medium)
Performance Impact | medium |
People
(Reporter: Harald, Unassigned)
References
(Depends on 2 open bugs)
Details
(Keywords: perf:responsiveness, Whiteboard: triaged)
Attachments
(1 file)
(deleted),
application/x-gzip
|
Details |
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Reporter | ||
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
What would be lovely here is to reproduce this, and then use the Add-on Debugging tools to find what the slow regular expression operation is.
Comment 7•6 years ago
|
||
cc'ing Matthew Miller, since Lockbox might care about this class of bug.
Assignee | ||
Updated•6 years ago
|
Comment 8•6 years ago
|
||
(In reply to Daniel Holbert [:dholbert] from comment #5)
(In reply to Markus Stange [:mstange] from comment #3)
might be bug 1437914.
(In reply to :Harald Kirschner :digitarald from comment #4)
Chrome with LastPass no significant delay.(OK -- then this isn't bug 1437914, since that one is equivalently bad
between Firefox & Chrome, aside from the fact that Chrome runs the regex
less often in the original testcase there.
So.... did we determine that this is a bug in Spidermonkey or just something for LastPass?
Comment 9•6 years ago
|
||
The fact that it's slow in Firefox and fast in Chrome suggest that it is a Spidermonkey bug. That's about all we know at the moment.
Comment 10•6 years ago
|
||
Based on #c9, I'm going to move this to reflect that it's not about the extensions framework; but it's unclear if this is entirely on us or something in LastPass is exacerbating something. I'll contact LastPass about this and bug 1486303.
Updated•6 years ago
|
Comment 11•6 years ago
|
||
Harald, can we get some more data on this?
- Can you still reproduce?
- Firefox version?
- OS?
- LastPass version?
Reporter | ||
Comment 12•6 years ago
|
||
Now its an 800ms hang on a high-end MBP: https://perfht.ml/2SO0RDq
Nightly 67.0a1 (2019-03-08) (64-bit), OSX
LastPass 4.35.0.4
Comment 13•6 years ago
|
||
Hi Harald, I'm an engineer on LastPass at LogMeIn. I think I've fixed the issue, and I'm seeing roughly a 5x improvement in performance on that specific page. Would you please email me at mark.nakib@logmein.com so I can provide you a developer build to test the fix?
Reporter | ||
Comment 14•6 years ago
|
||
Thank you Mark! Email sent.
Updated•6 years ago
|
Comment 15•6 years ago
|
||
Closing this per #c13.
Reporter | ||
Comment 16•6 years ago
|
||
Tested Mark's build and saw the click overhead go down from 973ms to 42ms 🎉.
Updated•3 years ago
|
Description
•