I am fairly new to Umbraco, so excuse me if this question sounds stupid.
I am currently working with the latest version of Umbraco and PureLive is enabled. I finished all development and now looking for things to optimize performance.
On a older thread I read that switching from PureLive to DLL will improve performance. Is this still the case in the latest version?
And If I recall correctly, I just need to switch in the web config from PureLive to DLL, and include the .dll which is generated to the bin folder?
In theory, yes that should work. The DLL from DLL mode is generated in the bin directory, so what you could do is during your deployment process make the switch from PureLive to DLL, and then when the website starts up, I "think" it should automatically create the DLL if it doesn't already exist.
If it doesn't, you will need to log into the back office, go to the Developer section and in the Models Builder dashboard, tell it to generate the DLL.
Change PureLive in Production
Hey,
I am fairly new to Umbraco, so excuse me if this question sounds stupid.
I am currently working with the latest version of Umbraco and PureLive is enabled. I finished all development and now looking for things to optimize performance.
On a older thread I read that switching from PureLive to DLL will improve performance. Is this still the case in the latest version?
And If I recall correctly, I just need to switch in the web config from PureLive to DLL, and include the .dll which is generated to the bin folder?
thx
In theory, yes that should work. The DLL from DLL mode is generated in the bin directory, so what you could do is during your deployment process make the switch from PureLive to DLL, and then when the website starts up, I "think" it should automatically create the DLL if it doesn't already exist.
If it doesn't, you will need to log into the back office, go to the Developer section and in the Models Builder dashboard, tell it to generate the DLL.
Thank you Nik, I will try that!
is working on a reply...