An open API service indexing awesome lists of open source software.

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

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.