Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Cache monitoring with charts and live updates for Sitecore

License

Notifications You must be signed in to change notification settings

VyacheslavPritykin/Sitecore-Cache-Observer

Repository files navigation

Sitecore Cache Observer

Advanced cache monitoring tool for Sitecore that was designed to replace built-in /sitecore/admin/cache.aspx

What it can do?

  1. Display cache statistic for each cache:
  2. Amount of objects in cache
  3. Occupied cache size
  4. Max cache size
  5. Cache load
  6. Perform live update
  7. Show live chart for each cache to display its loading
  8. Filter
  9. Display total cache statistic for filtered caches
  10. Sort
  11. Clear caches

How to install?

Setup SignalR

Sitecore Cache Observer uses SignalR for live updates and SignalR needs to be initialized as an OWIN middleware.

If you don't have configured OWIN in your Sitecore instance, then the easiest way to make Sitecore Cache Observer work is to install Sitecore SignalR nuget package:

Install-Package Sitecore.SignalR

Otherwise add a call of app.MapSignalR() in your Startup class and update IgnoreUrlPrefixes setting in config to ignore /signalr.

Installing Sitecore Cache Observer

Install-Package Sitecore.CacheObserver

How to use?

Navigate to /sitecore/admin/cache/cacheobserver.aspx. The page requires the same permissions as the /sitecore/admin/cache.aspx: the user must be either an administrator or be in the 'sitecore\developer' or 'sitecore\sitecore client developing' role.

About

Cache monitoring with charts and live updates for Sitecore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published