{"library":"django-silk","type":"library","category":null,"description":"Django Silk is a live profiling and inspection tool for the Django framework, designed to help developers identify performance bottlenecks. It intercepts and stores HTTP requests, responses, and database queries, presenting them in an intuitive user interface for detailed analysis. Currently at version 5.5.0, it maintains an active release cadence, supporting recent Django and Python versions.","language":"python","status":"active","version":"5.5.0","tags":["django","profiling","performance","debugging","web"],"last_verified":"Wed May 20","install":[{"cmd":"pip install django-silk","imports":["INSTALLED_APPS = [... 'silk', ...]","MIDDLEWARE = [... 'silk.middleware.SilkyMiddleware', ...]","from django.urls import path, include\n\nurlpatterns = [\n    path('silk/', include('silk.urls', namespace='silk'))\n]"]},{"cmd":"pip install django-silk[formatting]","imports":[]}],"homepage":null,"github":"https://github.com/jazzband/django-silk","docs":null,"changelog":null,"pypi":"https://pypi.org/project/django-silk/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":50,"avg_install_s":3.6,"avg_import_s":null,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/django-silk/compatibility"}}