suken / UmlGeneratorTool

Java software development tool for Spring, JPA, class diagrams etc
12 stars 1 forks source link

ISSUE 3 - Plantuml diagram generation timeout #4

Open suken opened 9 years ago

suken commented 9 years ago

There is an issue with plantuml, where the reader times out while generating complex UML diagrams.

Not sure if there is any performance tuning that can be done to graphviz or plantuml.

suken commented 9 years ago

Plantuml allows splitting of large files. Please see http://plantuml.sourceforge.net/classes.html#Splitting

suken commented 9 years ago

Delivered a prototype change which needs to be tested for splitting of images.

suken commented 9 years ago

Looking into another possible solution of using java's executor service to generate required diagrams concurrently. There is even a possibility to use multiple threads for generating a single plantuml diagram.

Chrischow-freshman commented 2 months ago

is there any possible way to improve the performance while generating huge image?