IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
When you install a new dynamic module, Sitefinity CMS automatically generates view templates for each type in the dynamic module. These templates are persisted in the database and are compiled when they are rendered. Because of this, there is a delay of several seconds before a widget is rendered for the first time while the web application is running.
To avoid the initial rendering delay, you can precompile the templates so that they are ready for rendering when the widget is requested.
To precompile the templates of dynamic modules, perform the following:
~\Mvc\Views\[Dynamic Type Name]\
List.<Dynamic type title>.cshtml
Detail.<Dynamic type title>.cshtml
~\Mvc\Views\PressRelease\List.Press release.cshtml
~\Mvc\Views\PressRelease\Detail.Press release.cshtml
AssemblyInfo
[assembly: Telerik.Sitefinity.Frontend.Mvc.Infrastructure.Controllers.Attributes.ResourcePackage]
RESULT: The dynamic content widget will use the precompiled version of the templates.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important