mirror of
https://github.com/django-components/django-components.git
synced 2025-09-22 13:42:27 +00:00

Some checks are pending
Docs - build & deploy / docs (push) Waiting to run
Run tests / build (ubuntu-latest, 3.10) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.11) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.12) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.13) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.8) (push) Waiting to run
Run tests / build (ubuntu-latest, 3.9) (push) Waiting to run
Run tests / build (windows-latest, 3.10) (push) Waiting to run
Run tests / build (windows-latest, 3.11) (push) Waiting to run
Run tests / build (windows-latest, 3.12) (push) Waiting to run
Run tests / build (windows-latest, 3.13) (push) Waiting to run
Run tests / build (windows-latest, 3.8) (push) Waiting to run
Run tests / build (windows-latest, 3.9) (push) Waiting to run
Run tests / test_docs (3.13) (push) Waiting to run
Run tests / test_sampleproject (3.13) (push) Waiting to run
14 lines
526 B
Markdown
14 lines
526 B
Markdown
We track the performance of `django-components` using [ASV](https://asv.readthedocs.io/en/stable/).
|
|
|
|
See the [benchmarks dashboard](../../benchmarks).
|
|
|
|
Our aim is to be at least as fast as Django templates.
|
|
|
|
As of `0.130`, `django-components` is ~4x slower than Django templates.
|
|
|
|
| | Render time|
|
|
|----------|----------------------|
|
|
| django | 68.9±0.6ms |
|
|
| django-components | 259±4ms |
|
|
|
|
See the [full performance breakdown](https://django-components.github.io/django-components/latest/benchmarks/) for more information.
|