Using django 2.2.14 and django-silk 3.0. Just return overall time but the queries are all 0.Is some wrong about the version of django-silk or django?How can I solve the bizarre issus.
Package Version Django 2.2.14 django-silk 3.0.2
silk show image

Quick answer
Set
SILKY_PYTHON_PROFILER_RESULT_PATHin yoursettings.pyfor example:You must ensure the specified directory exists. In the documentation of silk says It supposed to use media folder if it's not set but somehow is not working.