Steps to reproduce the problem:
- Clone repo
- uv sync
- django-admin createsuperuser
- run
python create_log_entriesdefault is 10_000_000 - Go to
127.0.0.1:8000/admin - See how long it loads :-)
Currently the default django wsgi dev server is configured, to switch to daphne/asgi see the settings file and the INSTALLED_APPS setting. The sentry-sdk is also initialized in the settings.py file. To disable simply comment out the init.