Hi there devs and people with knowledge of Golang 
I was wondering if it would be possible to add some form of indicator column to --templateMetrics to show that a partial is included via partial or partialCached only? I am using this parameter often, but having to check if those with a 100 are always cached is quite boresom if you have a very fragmented partial layout. Something like a 0 to 1 number (or 0 to 100%) of if cached or not would be nice. or just some form of x if all partials are cached for that specific line we are in.
Just asking if it’s easy to add from how this is done, not proposing.