platform icon indicating copy to clipboard operation
platform copied to clipboard

perf(dashmate): profile command execution time

Open pshenmic opened this issue 2 years ago • 2 comments

Expected Behavior

Dashmate commands execute fast

Current Behavior

OCLIF is a CLI tool framework with very fast runtime, however the dashmate commands are taking too long (several seconds( to finish, but we don't know an honest reason for that

Possible Solution

Profile dashmate commands and find the weak spots

pshenmic avatar Dec 07 '23 04:12 pshenmic

createDIContainer is slowing down dashmate commands

pshenmic avatar Dec 27 '23 11:12 pshenmic

We are working on this. There is a solution that require some more love.

shumkov avatar Sep 23 '24 16:09 shumkov