Sorry, we don't support your browser.  Install a modern browser

Server Sent Events

It would be nice if the panel could send ‘server sent events’ when the user performs certain actions (saving, updating pages etc). Mozilla sse link.

2 years ago

We’ve looked into this already. Unfortunately we currently don’t have a long-running server process and it would be hard to implement with vanilla PHP (without using extensions such as Open Swoole).

So we’d need to keep a PHP worker busy for each Panel user, which is very inefficient and will run into limits of many hosting plans.

If you have insights how we could implement SSE with PHP, please let us know.

2 years ago
1

This plugin seems like a good alternative for just reloading. the Frontend after changes - depending on what you need.
https://getkirby.com/plugins/junohamburg/reload-on-save

2 years ago
1