That definitely brought back speed, thanks for including this.
After updating to 3.1 I am still getting about 10 second rebuild time. My project is pretty complicated, but I would love to be able to dive in and figure out what is actually causing the problem.
Is there any suggestions on how to debug further
|
| Top leaves:
| Babel.compile............................................5,147 ms (1085)
| jsAnalyze.parse..........................................2,163 ms (1044)
| other ImportScanner#resolve................................779 ms (15803)
| other ImportScanner#realPath...............................506 ms (6455)
| getPrelinkedFiles toStringWithSourceMap....................506 ms (1)
| ImportScanner#readFile.....................................264 ms (2604)
| sha512.....................................................249 ms (5260)
| files.readdirWithTypes.....................................243 ms (1356)
| sha1.......................................................189 ms (15132)
| findImportedModuleIdentifiersVisitor.......................163 ms (1044)
| files.writeFile............................................119 ms (6)
|
| (#5) Total: 11,375 ms (Rebuild App)
|
This is after changing just one file, which should be fast.
Note, this is about half the time it used to take, so there are definitely improvements, but in general Iām at a loss on how to dive deeper into it.