> For the complete documentation index, see [llms.txt](https://docs.sickscripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sickscripts.com/shared-framework/sickholograms/performance.md).

# Performance

* Proximity checks throttled when none visible (`Config.ProximityCheckInterval`)
* \~30fps screen updates only while visible (`Config.ScreenUpdateInterval`)
* NUI messages send only deltas (position changes)
* UI unmounts entirely when idle (zero React overhead)

Tested with many holograms active without hitching.

## Troubleshooting

### Nothing appears in-game

* Are you within `radius` of the coords?
* Is `ensure SickHolograms` in `server.cfg` and the UI built?
* Check F8 for NUI errors

### Emojis look odd

* Try Windows emoji or Noto Color Emoji on Linux build hosts.
