Loading...
Loading...
Profile and measure slow Django test suites with Django's runner, pytest-django, shell timing, py-spy, cProfile, pytest durations, and profiler visualizations. Use when a Django project has slow tests, unclear test-runtime bottlenecks, CI timing problems, startup overhead, database setup overhead, or a request to find the slowest tests before optimizing.
npx skill4agent add lvtd-llc/skills django-test-profiling--timingpytest --durationspytest --durations 20py-spycProfiledjango-test-performancedjango-test-datadjango-test-parallelizationtime python manage.py test
python manage.py test --timing
pytest --durations 20--timingpy-spy --subprocesses