Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Paul Yates 32 posts 86 karma points
    Apr 11, 2018 @ 10:29
    Paul Yates
    0

    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.

  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    Apr 11, 2018 @ 11:28
    Dave Woestenborghs
    0

    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

  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    Apr 13, 2018 @ 07:06
    Dave Woestenborghs
    0

    Hi Paul,

    Did you try my suggestions ?

    Dave

Please Sign in or register to post replies

Write your reply to:

Draft