frequency-chain / frequency

Frequency: A Polkadot Parachain
https://www.frequency.xyz
Apache License 2.0
51 stars 19 forks source link

[Spike] Increase startup speed #1540

Closed p5150j closed 1 year ago

p5150j commented 1 year ago

We've seen some hints that our Frequency binary is slower to start than some other chains. Let's figure out why.

Timebox: 3 days MAX!

Outcomes:

Hints:

Ideas (so far):

rlaferla commented 1 year ago

I think this issue is actually the difference between the debug and release builds.

The debug build of Frequency takes around 22 seconds but the release build only takes 6 seconds. The debug build of Moonbeam takes around 16 seconds and the release build only takes 8 seconds.