Click performance is poor #2692
-
When I'm running click using a group I'm seeing pretty terrible performance. It's slow.
The only thing this executes is the help output, so most of the code it should be executing would be click code. The output is I don't know if I'm doing something wrong here myself, I'd be happy to take any suggestions for debugging the slowness here. Environment:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Are you sure your command isn't simply importing lots of stuff from your application? Deferring imports until you actually need them will likely give you a massive performance increase if you're importing a big application behind. |
Beta Was this translation helpful? Give feedback.
Are you sure your command isn't simply importing lots of stuff from your application? Deferring imports until you actually need them will likely give you a massive performance increase if you're importing a big application behind.