Improve the Performance#
There are a number of common bottlenecks and pitfalls that can significantly reduce the performance of your applications and some approaches to improve the performance of your application. This section provides various approaches to try to improve the performance of your applications.
Reuse sessions
Discover how to reuse sessions to improve the start render time.
Enable throttling
Discover how to enable throttling to reduce the number of events being processed.
Batching Updates with
hold
Discover how to improve performance by using the hold
context manager and decorator to batch updates to multiple components.