Hi @Proks
A small update. As it turns out, the function preview on Web Apps works partially, the images and markup are rendered, but the text isn't. We added a config setting to disable function previews in that case https://github.com/Orckestra/C1-CMS/commit/cd817e634e4948a22eb22f61be5aab3061b7d7a6 , we will update the documentation as well.
The reason for the website freezing is that if on uses a free account for an Azure Web App, there's a limit of how much CPU usage is allowed per certain amount of time. So what happends is - when opening a page with multiple functions for editing, Azure freezes website for some time as it tops the CPU usage limit.
A small update. As it turns out, the function preview on Web Apps works partially, the images and markup are rendered, but the text isn't. We added a config setting to disable function previews in that case https://github.com/Orckestra/C1-CMS/commit/cd817e634e4948a22eb22f61be5aab3061b7d7a6 , we will update the documentation as well.
The reason for the website freezing is that if on uses a free account for an Azure Web App, there's a limit of how much CPU usage is allowed per certain amount of time. So what happends is - when opening a page with multiple functions for editing, Azure freezes website for some time as it tops the CPU usage limit.