Skip to content

f-reinsch/django_admin_sentry_perf

Repository files navigation

Steps to reproduce the problem:

  1. Clone repo
  2. uv sync
  3. django-admin createsuperuser
  4. run python create_log_entries default is 10_000_000
  5. Go to 127.0.0.1:8000/admin
  6. 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.

About

Reproduces the sentry sdk performance problem with many entries in the django_admin_log table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages