We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3924556 commit f417575Copy full SHA for f417575
docs/lab2.md
@@ -201,6 +201,8 @@ Let's consider what we know:
201
- Are the queries running in a reasonable amount of time?
202
- Is there a section of code that's running slowly?
203
- Enable the Profiling panel and refresh the page.
204
+ - You may need to increase the value of ``PROFILER_THRESHOLD_RATIO`` in the
205
+ settings.py file to find the culprit in ``project/newsletter/views.py``.
206
- If the slowness isn't obviously from the SQL panel, we need to see where time
207
is being spent in the application.
208
- Look for long durations or a high number of iterations.
0 commit comments