A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
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?