How does web caching work with real-time dynamic content?
. Many of the objects that make up a given web page are static and can therefore be cached. Other objects on a page can be dynamic and should never be cached for example, share prices. With caches, only a few dynamic objects need to be retrieved from the origin server while the static objects are fulfilled locally. This method provides an effective way of increasing performance while maintaining real-time data.