FastSuite

FastSuite

39M Downloads

Is it normal for fastsuite to log a long time after world creation?

WFPhantom opened this issue ยท 1 comments

commented

In the log, world loads at 11:36:34, EMI and TMRV finish loading at 11:36:36, FastSuite logs completion at 11:49:34, 13 minutes after world load.

https://mclo.gs/ZWebqaG

commented

FastSuite doesn't do any immediate initialization, those recipe lists are computed on-demand - you have something else stalling for 13 minutes and then eventually calling RecipeManager#getRecipeFor for crafting recipes, which triggers FS to initialize the cache (which takes 3ms).