We are accessing a web application in Internet Explorer 11 on Windows 7 and Windows 10. On both machines the files are getting stored in the Temporary Internet Files folder. However pages take more time to load in IE11 - Windows 7 compared to Windows 10 e.g. on IE11 - Windows 7 the page takes 50 sec to load while on IE11 - Windows 10 the same page takes 25 sec to load.
In Internet Options - General - Settings, the 'Check for newer versions of stored pages' is set to 'Automatically' on both machines.
Found that when we load our web page in IE11 (Windows 7), hit F12 and refresh the page, in the Network tab we see that each time we refresh the page, files are downloaded instead of getting it from cache. The Result column displays "200". This is creating a performance issue. We turned off the "Always refresh from server" option in the Network tab and then we noticed that for multiple files in the Result column it displays "304" as grayed out.
Since we had to manually turn off the "Always refresh from server" option, how do we get this to work for the end user who is on Windows 7 with IE11?
Thanks.