0

I'm unable to fix Leverage Browser Caching issue on Google PageSpeed Insight, by the way, I'm using this code in Web.config file but not fixed yet

<staticContent>
  <clientCache cacheControlCustom="public" cacheControlMaxAge="12:00:00" cacheControlMode="UseMaxAge" />
</staticContent>

It's just showing 12 hours as in below image but not fixed yet.

enter image description here

Rohit Sharma
  • 3,304
  • 2
  • 19
  • 34
Rohit Verma
  • 3,657
  • 7
  • 37
  • 75

1 Answers1

0

Is this Google PageSpeed site inform you about issue? You should put more than 24 hours for errors to dissapear.

Please refer to this my question about laverage browser caching in .NET. I'm sure it will help you.

Vlado Pandžić
  • 4,879
  • 8
  • 44
  • 75