plantuml / plantuml-core

Core library of PlantUML that runs completely on javascript without needing java/servers
https://plantuml.github.io/plantuml-core/
MIT License
105 stars 31 forks source link

How to improve loading speed #6

Open theSalt opened 1 year ago

theSalt commented 1 year ago

Hello

There're hundreds of js and txt resources to download, that will take ~30 seconds or even longer for the first time to load the resources, the long time loading heavily impact user experience, is it possible to optimize resource downloading ?

e.g. pack all necessary js files as one file, or download the files parallelly ?