Open
Description
Currently, an unique ID is generated for each clone and the entire repository is re-cloned and the output re-generated every time a request is made.
This could be improved by simply reusing previous clones and outputs.
(Need to be extra careful with private repos, probably do not cache them)