Skip to content

Instantly share code, notes, and snippets.

@klpatil
Created January 19, 2021 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klpatil/a624b564dca04676dc91dbe9c6284156 to your computer and use it in GitHub Desktop.
Save klpatil/a624b564dca04676dc91dbe9c6284156 to your computer and use it in GitHub Desktop.
List of HTML Caching applied components
Get-ChildItem -Path "master:\layout\Renderings" -Recurse |
Where-Object { $_.Cacheable -match "1"} |
Select-Object -Property Name, ID, Path, Cacheable, ClearOnIndexUpdate, VaryBy* |
Sort-Object -Property Name | Show-ListView
# https://gist.github.com/michaellwest/b4352327d13447c427cf
# https://neilkillen.com/2020/08/31/tips-for-monitoring-and-tuning-sitecore-cache/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment