reactive-python / reactpy-django

It's React, but in Python. Now with Django integration.
https://reactive-python.github.io/reactpy-django/
MIT License
329 stars 18 forks source link

Add warning if poor performance is detected #145

Closed Archmonger closed 1 year ago

Archmonger commented 1 year ago

Description

Added warning on poor system/cache/database performance. This is detected when ReactPy-Django takes longer than one second to perform a db_cleanup

Ref: https://github.com/reactive-python/reactpy-django/discussions/128

Checklist:

Please update this checklist as you complete each item:

Archmonger commented 1 year ago

@rmorshea Can we merge this? Would help with user experience.