How to speed up page saving for nested blocks setup?

Hi,

i am experiencing page saving times of about 20 sec when dealing with nested blocks (kirby 3.7.5).

at the moment i have a structure of four levels, with a block-count of 25 at level-4.

What can I do to speed up save times, before considering any de-nesting-options?

Cheers
Peter

imho the issue here lies with the blueprints not being cached (yet). blueprint cache · Kirby Feedback

but there not much you can do apart from creating them as php files instead yaml for a medium performance boost. see

personally i would as silly as it might seem suggest that you, purely for performance reasons, refactor to page objects with one structure/blocks level at most.

Thanks for your hints @bnomei.
I upvoted your nolt-suggestion for caching blueprints.

This is something that should really get more attention. As soon as there is a larger amount of options navigating through the panel and saving gets extremely slow.