---
title: "Scalability"
canonical_url: "https://tiptap.dev/docs/hocuspocus/guides/scalability"
---

# Scalability

If you are trying to deploy Hocuspocus in a HA setup or solve issues due to too many connections / network traffic,
you can use our redis extension: [extension-redis](https://tiptap.dev/docs/hocuspocus/server/extensions/redis.md).

Yjs is really efficient (see [https://blog.kevinjahns.de/are-crdts-suitable-for-shared-editing/](https://blog.kevinjahns.de/are-crdts-suitable-for-shared-editing/)), so if you're having issues about
cpu / memory usage, our suggested solution at the moment is to deploy multiple independent Hocuspocus instances and split users by a document
identifier.

TODO
