Gradle's Configuration cache flow takes a good amount of time to load from disk...is there a way to ...
v
Gradle's Configuration cache flow takes a good amount of time to load from disk...is there a way to optimise this?
c
You'll probably get a better answer in the Gradle slack (linked in the description of this channel). Maybe try opening the configuration cache report? My best guesses are either: • your disk is very slow • the configuration cache archive is massive (maybe some plugin stores a lot of stuff in it?)
šŸ‘ 2
āž• 1
v
thanks for the pointers!