Does output caching help boost the performance of asp.net mvc pages that just consist of html, css, images, and javascript?
Thanks!
Does output caching help boost the performance of asp.net mvc pages that just consist of html, css, images, and javascript?
Thanks!
If you are talking about pure static resources such as images, javascript, css, ... they are served by IIS and cached. If you are talking about a static ASPX page then output caching will definitely boost performance.