salesforce / lwc

⚡️ LWC - A Blazing Fast, Enterprise-Grade Web Components Foundation
https://lwc.dev
Other
1.61k stars 395 forks source link

Measure performance impact of the membrane #213

Closed Gr8Gatsby closed 5 years ago

Gr8Gatsby commented 6 years ago

SOMA#431

Migrated issue

Notes:

Today querySelector and querySelectorAll and the respective APIs for the shadow root returns a Membrane wrapping HTMLElements. It is used today to enforce the ShadowDOM semantic at the framework level.

Need to measure:

To be defined:

caridy commented 6 years ago

I don't think this is relevant anymore since our main goal is to eliminate the traverse membrane as soon as possible. @davidturissini what do you think?

davidturissini commented 6 years ago

I don't think we need to measure the membrane per say, but having perf tests for shadow dom methods like querySelector and querySelector all would be useful so we can measure perf as we migrate away from the membrane.

caridy commented 5 years ago

since we don't use membranes for the DOM anymore, closing this one.