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.
Sign up for our free beginner training. Boost your credentials through advanced courses and certification. Register for Sitefinity training and certification.
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important