Application Pool recycle when saving Document Type
I've noticed that whenever i edit or save a Document Type, the IIS Application Pool recycles. This is most annoying when a live site is unresponsive for the following minute or so.
So my question is, is this behaviour correct? Is there anything i can do to stop it?
I'm on 7.6.5, i'm not sure older versions did this, i haven't noticed it till the last couple of years anyway.
I think this happens because you have models builder running in one of the "Live" modes. Can you check the web.config setting Umbraco.ModelsBuilder.ModelsMode and see what value it has ?
Application Pool recycle when saving Document Type
I've noticed that whenever i edit or save a Document Type, the IIS Application Pool recycles. This is most annoying when a live site is unresponsive for the following minute or so.
So my question is, is this behaviour correct? Is there anything i can do to stop it?
I'm on 7.6.5, i'm not sure older versions did this, i haven't noticed it till the last couple of years anyway.
Hi Paul Yates,
I think this happens because you have models builder running in one of the "Live" modes. Can you check the web.config setting
Umbraco.ModelsBuilder.ModelsMode
and see what value it has ?See https://github.com/zpqrtbnk/Zbu.ModelsBuilder/wiki/Builder-Modes for more information.
If you are not using the models generated by models builder you can disable in the web.config.
Either by setting
Umbraco.ModelsBuilder.Enable
to false. This will disable everything related to models builder.Or by setting
Umbraco.ModelsBuilder.ModelsMode
to Nothing. This will disable the generation of Models.More info on config settings of models builder : https://github.com/zpqrtbnk/Zbu.ModelsBuilder/wiki/Install-And-Configure
Dave
Hi Paul,
Did you try my suggestions ?
Dave
is working on a reply...