892 B
892 B
| title | linkTitle | weight | description |
|---|---|---|---|
| Server Profiling | Server Profiling | 10 | Tutorial about how to profile the server |
Below you can find just quick overview of the Django Silk profiler. Please read Silk documentation for more information about its features.
Silk is a live profiling and inspection tool for the Django framework. Silk intercepts and stores HTTP requests and database queries before presenting them in a user interface for further inspection:
Primary features:
- Request Inspection
- SQL Inspection
- Profiling of python code
Silk is available in the development configuration of CVAT server for authenticated users: http://localhost:3000/profiler/.
