Slow startup due to missing imports? #8056
Replies: 1 comment
-
Unless you're seeing thousands of failed imports, it's unlikely to be contributing to a significant slowdown. If you run pyright with the |
Beta Was this translation helpful? Give feedback.
-
When I run with
--verbose
, I see a number of logs likeIt seems (purely guessing based on the printing of these logs) that this phase takes a bunch of time and then the "analysis" is fast. Are there any suggestions or opportunities to improve this?
Beta Was this translation helpful? Give feedback.
All reactions