https://github.com/nolanlawson/declarative-shadow-dom-style-benchmark
Browser benchmark of loading 100 declarative shadow roots with duplicated styles
https://github.com/nolanlawson/declarative-shadow-dom-style-benchmark
Last synced: 13 days ago
JSON representation
Browser benchmark of loading 100 declarative shadow roots with duplicated styles
- Host: GitHub
- URL: https://github.com/nolanlawson/declarative-shadow-dom-style-benchmark
- Owner: nolanlawson
- License: apache-2.0
- Created: 2024-05-17T18:49:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T18:49:43.000Z (11 months ago)
- Last Synced: 2025-03-27T22:16:31.824Z (about 1 month ago)
- Language: HTML
- Homepage: https://nolanlawson.github.io/declarative-shadow-dom-style-benchmark/
- Size: 68.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# declarative-shadow-dom-style-benchmark
This is a browser benchmark of loading 100 declarative shadow roots, each containing ``s for Bootstrap.css, plus some HTML markup, versus roughly the same thing using ``s in the `` and light DOM.
Usage:
npx http-server -p 8080 # or your favorite HTTP server
Then navigate to http://localhost:8080/light-dom.html and compare to http://localhost:8080/shadow-dom.html.