Implementation Tools
There are a few tools that can be used on any client site to assist in implementation or debugging. These can be added to the query string at any time. A cookie is set so any changes will only display locally.
Disable Cache
No content will be pulled from the cache and nothing is written to cache files.
?disableCache
Force Cache
This will override any nocache tags entered into getContents.
?forceCache
Show Cache Status
Every getContent will display if it was pulled from the cache or the API and if it came from the API if it was then cached.
?showCacheStatus
Load Times
Every getContent will display the time in seconds it took to complete the request.
?showLoadTimesExit
To disable all tools
?exitDebug
Combining Tools
Tools can be used together, for instance:
www.example.com?showLoadTimes&showCacheStatus