The django-silk tool, allows to analyze the calls to the DB that are made, among others, and to take into account the performance problems when working.
To be able to use this functionality:
- You must have the development requirements (requirements-development.txt) installed.
- You have to copy and paste in local_settings.py the silk settings that can be found in local_settings.py.template.dev.
- The SILKY_ENABLE setting determines whether to enable it or not.
- To see the interface, you must have is_staff permissions (default permissions of the library).
- You can see the status in http://<host>/health/check/
Comments
0 comments
Please sign in to leave a comment.