{% extends 'base.html' %} {% block content %}

Foo

Without cache, the page will need more than 1 second (1000.00ms) to load, every time.

Refresh the page to view the change.

Check the Time column in debug toolbar →

>>> time.sleep(1)

{% endblock %}