Expected loading time?
accunikki opened this issue · 5 comments
Hi there,
My codebase is about 9000 lines of code. But it has been more than 15mins and I am seeing the grey circle loading and when I scrolled down, I saw this.
The network seems to be receiving and getting data from the server, lots of them. I am not sure if it should run that long. Can you please address? Thanks!
Ummm we only load a couple of js files. We don’t do 8k requests. You can see all of the files that we load in the html template:
https://github.com/yoshimkd/swift-auto-diagram/blob/master/htmltemplate/diagram.html
Can I ask you give us a screenshot of the network tab in the developer console? I am really interested to see where these 8k requests are going to.
Btw all of the dependencies are local, we don’t use CDN or other online resources to make everything work.
There are various projects with various security requirements, and we wanted to make this tool as little dependent from networking as possible.
I have the same issue.
It works fine parsing a directory with a handful of .swift files.
For more files (176) I get the described behaviour (grey circle loading forever, scroll down -> see see parts of view, unresponsive to user activity).
To check if non-swift files or weird directory names cause the issue I have copied all .swift files of a mid size project to one directory (346 files). The problem persisted.