nikeee / edotor.net

Your favourite Graphviz editor
https://edotor.net
MIT License
178 stars 21 forks source link

Reduce Bundle Size #1

Closed nikeee closed 5 years ago

nikeee commented 6 years ago

Currently, ~4.78 MiB have to be downloaded (compressed 1.23 MiB). Bootstrap's JS and CSS should get imported selectively by feature instead of included as a whole.

nikeee commented 5 years ago

Bootstrap got reduced to a minimum. We're also lazy-loading modules.

That would be it for now.