Cache access debug

  Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic! Mail us feedback on this topic!  

Cache access debugging can be turned on by adding one or more of the following keys into the AppSettings section of your web.config file:

 

CMSDebugCache - enables the Cache access tab in Administration -> System -> Debug
CMSDebugCacheLive - enables cache access debugging on the live site
CMSDebugAllCaches - enables cache access debugging for all operations (including the UI)
CMSDebugCacheLogLength - maximal length of the cache access debug log (number of preserved records)
CMSLogCache - if applied, cache access debug log will be stored into ~/App_Data/logcache.log

 

Here is a list of these keys for easy copy&paste into your web.config:

 

<add key="CMSDebugCache" value="true" />

<add key="CMSDebugCacheLive" value="true" />

<add key="CMSDebugAllCaches" value="true" />

<add key="CMSDebugCacheLogLength" value="10" />

<add key="CMSLogCache" value="true" />

 

Cache access debugging can also be enabled using the bulk keys.

 

User interface

 

On the Debug -> Cache access tab, you can see a log of accesses to the system cache.

 

For each access, you can see the URL of the page on whose loading the cache was accessed. The table below the URL always shows the type of Access, the accessed Cache key, the object type and size of cached Data and the Context from which the cache was accessed. For more information about caching in Kentico CMS, please refer to this topic.

 

All dummy keys can be cleared from the cache using the Clear cache button.

 

By clicking the View object (View) icon, you can display details of the cached object in a new window. Clicking the Clear cache log button clears all records in this debug log.

 

devguide_clip0901

 

Page url: http://devnet.kentico.com/docs/5_5r2/devguide/index.html?cache_debugging.htm