I found and like the twig function nicetime to be used with my blog item template.
https://learn.getgrav.org/themes/twig-filters-functions#nice-time
However, I guess that since this value needs to be evaluated on every page request (since it changes from "1 minute ago" to "1 hour ago" to "1 day ago" etc.) it will have impact on caching.
My assumption is that any page that uses this function is actually never cached because of this.
Can anyone explain the caching implications / penalties for using this function? Can I safely use it or should I avoid it?