Slackbot
08/15/2023, 1:45 PMVampire
08/15/2023, 2:01 PM• Is 2 minutes and 34 seconds for storing configuration too long? Is there something wrong?For the pure storing, probably. But I guess you have a big project and the 2.5 minutes are the actual configuration time that is then saved by reusing the configuration cache. Or how long is configuration time without configuration cache?
• Is the behavior of not recognizing a configuration cache between the sync and the run intended, or is there something wrong?Nothing is wrong. The configuration cache is stored per requested set of tasks. So if you run
gw assemble
and then again gw assemble
, the cache entry is reused. If you run gw assemble
and then gw assemble build
, the set of requested tasks is different and thus there is not cache entry that could be reused.Omar Altamimi
08/16/2023, 6:44 AMVampire
08/16/2023, 7:31 AMOmar Altamimi
08/16/2023, 8:07 AMVampire
08/16/2023, 8:08 AMgradle-profiler
to find out where exactly the time is spent.