DEV Community

Discussion on: Extending the UmbracoHelper class in Umbraco v8

Collapse
 
mistyn8 profile image
Mike Chambers

I had just created my own service, and was using Umbraco.Web.Composing.Current.Factory.GetInstance(); in loads of places.. (templates/partials) adding on to the umbracoHelper is so cool!

Would it be worth adding some caching for these ask once and remember globalish settings (dependant on publish)?
Just thinking you could have multiple partials on a single page all requiring to know the website root..
Or is dom traversal in Umbraco performant so don't need to worry?

Collapse
 
timgeyssens profile image
Tim Geyssens

yeah makes sense! But remember it is already using cache, so adding a cache layer on top of cache might have strange results... but can be tweaked :)