How Can I Tell Whether A Dashboard Has Been Cached?This article will explain how to tell whether a particular Dashboard has been cached by Accelerator for SPS 2001. Although it is usually very obvious whether a Dashboard rendition has been cached, sometimes it is useful to explicitly verify whether, for whom, and for how long the Accelerator runtime has cached a rendition of a Dashboard. The easiest way to do this is to use a debugging querystring explained here. The Accelerator runtime will respond to an http request with a special querystring, _METCMD, appended. For example, http://server/workspace/portal/someDashboard/?_METCMD=help. An example response to this request is shown here:
You can experiment with these commands, but be careful as you are manipulating the runtime's cache directly. Also, there may be a very large number of entries in the cache making the output infeasible. Of particular interest for this article is ?_METCMD=dump. When appended to a dashboard url, it will display a msg like:
This example indicates that the there is one cached rendition of the Dashboard /lab2ws/portal/someDashboard which is aligned to the user Lab2\exampleUser (thus, it is PerUser), with a timout of 15 minutes, and has been hit (served up) twice. Note: Only an Administrator can use the ?_METCMD=<cmd> Querystring. If a non-Administrator uses this querystring, it will simply be ignored and passed along. |
|
Send feedback to feedback@metoliussoftware.com © 2002
Metolius Software. All
rights reserved. |