There was an error while loading. Please reload this page.
1 parent 7475cf0 commit c364770Copy full SHA for c364770
1 file changed
docs/tips.rst
@@ -16,6 +16,10 @@ requests and return responses. Putting the debug toolbar middleware *after* the
16
``FlatpageFallbackMiddleware`` middleware, for example, means the toolbar will
17
not show up on flatpages.
18
19
+The response must also not be compressed;
20
+:func:`~django.views.decorators.gzip.gzip_page` and ``GZipMiddleware`` listed
21
+after the toolbar in ``MIDDLEWARE`` are common causes.
22
+
23
Check your browser's caching
24
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25
0 commit comments