I've came to a cache problem/question on one of my sites when I run a speed test and I failed caching test. I have very little knowledge in this area and I'd like to enhance it.
Documentation for {% header %} tag says that it set a new HTTP header in response and you can tell browser what to do (for example caching a page).
Documentation for {% cache %} tag say that it will cache a portion of your template.
So what's the difference in setting cache in HTTP header using {% header %} tag and {% cache %} tag?
{% header %}tag about enabling cache and setting it what to cache for a site? – Dominik Krulak Mar 20 '17 at 18:38