+

Search Tips   |   Advanced Search


Web content cache types

Learn about the types of caching used by IBM Lotus Web Content Management, basic Web content caching and advanced Web content caching.


Basic Web content caching

This is the simplest caching option. The first time a Web page is rendered by the Web Content Management application, it is stored in a cache. Users then access this page from the cache until it expires. Only then is the Web page rendered afresh. The main benefit of this scenario is improved performance. Basic caching should only be used on static content that does not require "real-time" access.


Advanced Web content caching

There are two major differences between basic caching and advanced caching:


Table 1. Advanced caching types

Advanced caching type Details
Site caching This is the same as the basic Web content cache except that cache parameters in connect tags and URL requests can be used to override your server's default advanced Web content caching settings.
Session caching When session caching is enabled, a copy of each Web page a user visits is stored in the session cache. The User accesses the cached version of a Web page until they start a new session, or until the cached Web page is expired from the cache.
User caching When user caching is enabled, a copy of each Web page a user visits is stored in the user cache. The user accesses the cached version of a Web page until the cached Web page is expired from the cache.
Secured caching Secured caching is used on sites where the item security features are used to grant different users access to different Web pages and components based on the groups they belong to.
Personalized caching Personalized caching is used to cache Web pages of users who have the same "personalization profile". This means that users who have selected the same personalization categories and keywords, and who belong to the same group, share a single cache.


Default Web content caching versus custom caching

Cache parameters in connect tags and URL requests can be used to override your server's default advanced Web content caching settings allowing you to set custom cache settings for individual Web pages or components.

In most cases, basic, site and session caching would only be used as your server's default Web content cache. User, secured and personalized caching would mostly be used when using custom caching in connect tags and URL requests.

If basic caching is used as your default Web content cache, custom caching cannot be used.


Cache comparisons


Table 2. Basic caching versus advanced caching

Function Basic caching Advanced caching
Memory usage per item Medium High
Performance improvement Very High High
Custom caching available No Yes
Connect tag processing No Yes
Local Rendering Portlet No Yes
Remote Rendering Portlet Yes Yes

Caching Personalization components

Web content caching can sometimes be used with Personalization components but will depend on the conditions set in the personalization rule, or the resources used to determine the rule results. Cache testing will be required to determine if the content returned by your personalization component can be cached using Web content caching.


Parent topic:

Caching options