Parsing(indexing) files are open every files in the project, and run syntax analysis on those files. So, if you have very slow speed to open the files, the parsing time is quite slow.
You want to create a cache to save the "symbol database" to your local computer, so the parsing don't happens the next time when you open the project. As far as I know, C::B don't have this feature for now. (Although I see that there are some function in C::B code to serialize the TokenTree to harddisk, but I don't see any code actually call them)
My suggest is that you can copy the project to your harddisk.