# Low Resource Mode

This build is designed to avoid shared-hosting errors such as:

`Resource Limit Is Reached`

Changes in v11:

- Embedded monitor preview does not poll the server.
- Preview receives live state directly from the controller using browser `postMessage`.
- Real output pages use `state.php`, a very lightweight read-only endpoint.
- Polling is reduced to 2 seconds by default.
- Controller polling is reduced to 8 seconds.
- WebSocket/SSE are disabled by default because long PHP/SSE connections can exhaust shared hosting process limits.
- WebSocket/SSE can still be tested manually with `output.php?realtime=1`.

Recommended output URLs:

- Fill: `output.php`
- Key: `output.php?key=1`
- Safe: `output.php?guides=1`

For even lower server load, use:

- `output.php?poll=3000`
- `output.php?key=1&poll=3000`

Avoid opening many output pages at the same time. Keep only the controller and the actual outputs needed by OBS/vMix/Yolobox/TopDirector.
