-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove <template> mechanism #148
Comments
Results are completely explosive. On my website (one
So, yes, 3 writes and 2 read via |
Can do a bit better |
No , no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seemed a good idea, using a standard system.
But in fact,
<template>
by writing its innerHTML,<template>
innerHTML to write the shadowRoot via innerHTML.Even if it was supposed to be done like that per standards, as our webcomponent is not supposed to overcloog the hosting pages, or sharing with other tier code that need its template, and we may create a lot of bottlenecking operations...
Let's remove it, we will also remove the unuseful
DOMContentLoaded
stop, so the paint operations will occur really sooner.The text was updated successfully, but these errors were encountered: