AlfrescoLabs / alfresco-cli

A Command Line Interface for Alfresco Repository and APA
Apache License 2.0
2 stars 2 forks source link

Investigate command performance #6

Open aborroy opened 3 years ago

aborroy commented 3 years ago

Reducing the Spring Boot load time may help to mitigate the waiting time. Using Picocli on GraalVM could be an option.

aborroy commented 3 years ago

Also using a session and a shell may help: https://github.com/remkop/picocli/tree/master/picocli-shell-jline3

aborroy commented 3 years ago

Excluding some dependencies may also help to improve bootstrapping time.