- Edited
I think the cache should be much smaller to only contain the headers and docblocks correct?
- My project has a
vendor
folder because of composer - 60k PHP files
- 250MB in total
I just timed it, it took about 2 minutes from what I can see on the CPU on my SSD. I probably can get better info if the language server can output some stats.
I sometimes use composer's files to derive information, e.g. folder paths etc. It might help to check packge versions before deciding if a scan should take place.