Here is the block from web.config
<location path="App_Themes">
<system.webServer>
<staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="8.00:00:00" />
</staticContent>
</system.webServer>
</location>
As per the report the caching is failing on
- /CMSPages/GetResource.ashx?stylesheetfile=/App_Themes/projectname/css/custom.min.css (1 hour)
- /App_Themes/Default/Images/favicon.ico (4 hours)
It could be a false positive as for the favicon I see the header set as
cache-control: public, max-age=691200