November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
EPiServer does a good job caching PageData objects out of the box. For some details take a look at this post: How EPiServer CMS caches PageData objects.
Frederik
I have created a page that will hold reuseable properties for translations throughout the site.
I get the properties from this page with the help of a HtmlHelper.
Could there be a performance hit if this code gets called several times on a page? Should I save/cache the PageData?