I would like to know how to configure a website to cache static elements of html pages?
I have heard this is automatically done by the browser/server but thinking is it a good practice to use meta tags to do the caching
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />