Copied to clipboard

Flag this post as spam?

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


  • Dawid 26 posts 136 karma points c-trib
    Mar 01, 2017 @ 11:51
    Dawid
    0

    Azure Umbraco, after publishing old Page, the site is down for 2 mins.

    Hi,

    We have a Umbraco web site:

    • Umbraco version : 7.5.8
    • running on Azure App Service.
    • application plan: Standard: 1 Small (CPU usage is around 10%)
    • sql database: Azure SQL database S0 (DTU usage is around 3-5)

    When content editors try to publish some old article, the publish is done quickly, but afterwards, the whole site is down for about 2 minuts.

    As far as we checked, the Umbraco XML cache is being rebuild from scratch. The file is 52 MB so it takes a while to rebuild it.

    Besides that is seems that the Examine indexes are not being rebuild from scratch.

    On our UAT env using same db it all works fine.

    Anyone seen this before?

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Mar 01, 2017 @ 11:53
    Jeavon Leopold
    104

    Do you have this setting in your web.config?

    <add key="umbracoContentXMLUseLocalTemp" value="true" />
    
  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Mar 01, 2017 @ 12:43
    Ismail Mayat
    0

    Jeavon,

    I thought this was implicit as i am looking at older umbraco installs and that setting is not there in web.config and that all works fine.

    Maybe in 7.5 you have to explicitly set it?

    Regards

    Ismail

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Mar 01, 2017 @ 12:46
    Jeavon Leopold
    0

    Ismail, nope, any Azure Web App deployment should have this setting otherwise it will store umbraco.config in the insanely slow shared storage location this moves it to the local temp but fast location. Jeavon

  • Søren Kottal 702 posts 4497 karma points MVP 5x c-trib
    Feb 08, 2018 @ 08:57
    Søren Kottal
    0

    Hi Jeavon

    Just stumbled onto this thread. From what version can you use that setting?

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Feb 13, 2018 @ 09:35
    Jeavon Leopold
    0

    Hi Søren,

    The umbracoContentXMLUseLocalTemp setting has been available for a long time however it has been superseded twice.

    This setting and the ones that have replaced it are documented here

    Jeavon

  • Søren Kottal 702 posts 4497 karma points MVP 5x c-trib
    Feb 14, 2018 @ 09:25
    Søren Kottal
    0

    Hi Jeavon

    Thanks for getting back. The link doesn't work :)

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Feb 19, 2018 @ 10:22
    Jeavon Leopold
    1

    I don't what happened to the link but I've fixed it now :)

  • Dawid 26 posts 136 karma points c-trib
    Mar 01, 2017 @ 12:23
    Dawid
    0

    Thanks Jaevon Leopold for the fix :) It works !!

  • Jeavon Leopold 3072 posts 13628 karma points MVP 10x admin c-trib
    Mar 01, 2017 @ 12:46
    Jeavon Leopold
    0

    Great!

Please Sign in or register to post replies

Write your reply to:

Draft