Best practices to improve dash performance

In the Dash 2.0 Prerelease Candidate Available!, they mention that installing orjson will help improve json serialization which may lead to better performance.

Simply run the following in your environment and Dash will automatically use it when available:
pip install orjson

1 Like