Leverage browser caching in IIS (google pagespeed issue)

前端 未结 3 749
天命终不由人
天命终不由人 2020-11-30 19:57

There are several questions about leveraging browser caching but I didn\'t find anything useful for how to do this in an ASP.NET application. Google\'s Pagespeed tells this

3条回答
  •  不知归路
    2020-11-30 20:21

    
    
      
        
          
        
      
    
    

    Using the above, static content files will be cached for 10 days in the browser. Detailed information about the element can be found here.

    You can also use the element to define the cache settings for a specific file:

    
    
      
        
          
            
          
        
      
    
    

提交回复
热议问题