TimOetting / kirby-builder

A site builder extension for Kirby CMS
398 stars 51 forks source link

slow snippet previews #159

Closed bnomei closed 2 years ago

bnomei commented 4 years ago

i tried to preview ~80 objects (some raw some with resolution autoid). the server hardware is quiet powerful but each preview request slowed down the panel by initial 0.5 sec and 0.25 sec to fetch the request which forced me to use a plain structure instead.

@bastianallgeier you might consider this issue when porting this plugin to core.

as an idea... using php and an iframe sounds cool but imho is not a performant solution. personally i would not mind to provide VUE snippets for previews and custom css.

bnomei commented 4 years ago

pretty much what https://github.com/sylvainjule/kirby-previews does but for builder and editor would be awesome.

mynameisfreedom commented 4 years ago

Good thing is that the preview option for Page Builder is not so important, it can really live without it. I am more concerned with the slow load when there is more than just 10 heavy blocks (without preview option).

TimOetting commented 2 years ago

Closing this issue because this plugin will no longer be maintained, as its main functionality can be replaced by Kirby's built-in Blocks Field and Layout Field.