API scraping process will be time-consuming for large project including many packages.
Hi,
I have a virtualenv which including 200+ packages and I find that each time when starting the wing for this project the API scraping process will be time-sonsuming -- approximately several minutes. And during this period, I can do nothing but waiting for its completion due to the very slow response speed of cursor.
The cached database is rather huge, see the following:
werner@ubuntu-01:~/.cache/wingpro7$ du -BM cache/db/analysis-store-21.sqllite
534M cache/db/analysis-store-21.sqllite
Are there some optimization methods for this situation?
Regards
Comments
Are you updating the packages between runs? Wing should be analyzing your code once and then using the cached information. The size of the cached database by itself does not indicate that there's a problem. Could you submit a bug report from Wing's Help menu with the log?
I've just switched the virtualenv used by that project from pip to conda, at the same time, I use same virtualenv's name. Maybe this is the reason.
After I restarts wing, it seems that things are not so bad. Let me keep in inspecting it in the future and feedback if necessary.
Regards