A plugin to monitor the rendering performance of page components for Dash applications using Dash Hooks.
Project description
dash-react-scan-plugin
English | 简体中文
A plugin to monitor the rendering performance of page components for Dash applications using Dash Hooks. This plugin integrates react-scan to help you analyze and optimize your Dash application's performance.
Installation
pip install dash-react-scan-plugin
Usage
from dash import Dash
# Import the react scan plugin
from dash_react_scan_plugin import setup_react_scan_plugin
# Enable the react scan plugin for the current app
setup_react_scan_plugin()
app = Dash(__name__)
# Rest of your app code...
Example
Run the included example. This example demonstrates how to use react-scan to monitor component rendering performance in your Dash application. The plugin will automatically inject the react-scan tool into your application, allowing you to visualize and analyze component re-renders.
python example.py
API Reference
setup_react_scan_plugin()
This function sets up the react-scan plugin for your Dash application.
| Parameter | Type | Default | Description |
|---|---|---|---|
script_src |
str |
"https://cdn.jsdelivr.net/npm/react-scan@latest/dist/auto.global.js" |
Source URL of the react-scan script. Alternative CDNs: https://unpkg.com/react-scan@latest/dist/auto.global.js, https://registry.npmmirror.com/react-scan/latest/files/dist/auto.global.js |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dash_react_scan_plugin-0.1.1.tar.gz.
File metadata
- Download URL: dash_react_scan_plugin-0.1.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad3083f328e710f21ccc9af56b15c839a06cc3bd63dc8fe9e776f4731f8c6523
|
|
| MD5 |
e909621b05bd7696d5a5eef912157edd
|
|
| BLAKE2b-256 |
961296b434a8641bfa51eafe3d66d858853b08efb078a887709b497203b91a36
|
File details
Details for the file dash_react_scan_plugin-0.1.1-py3-none-any.whl.
File metadata
- Download URL: dash_react_scan_plugin-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64018eddd288f18446d8b91c8274f62307b0126847d98c3797593e108a8916ba
|
|
| MD5 |
7fba7dd3ea630e0c707bdc7ac45ea949
|
|
| BLAKE2b-256 |
cff360f29600982319fc253595b88078d812d6dacbc107557ed7a42b0a5461e8
|