Background:
Chrome dev tools lists 98 requests for the home page of the web app (aspx + js + css + images). I
This is addition to kievic answer
To force browser to NOT send Cache-Control header in request, open chrome console and type:
Cache-Control
location = "https://your.page.com"
To force browser to add this header click "reload" button.