Copied to clipboard

Flag this post as spam?

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


  • Matt Singleton 16 posts 36 karma points
    Oct 19, 2012 @ 12:46
    Matt Singleton
    0

    When does Umbraco read the db?

    Umbraco in a NLB architecture.. when does each web server read from the db? i.e. you publish from the admin server - does this then instruct the web servers to contact the db for the updates?

  • Jeroen Breuer 4909 posts 12266 karma points MVP 5x admin c-trib
    Oct 21, 2012 @ 18:06
    Jeroen Breuer
    0

    The backoffice uses the database a lot. For example the Document object stores each property in the database. The website itself can do a lot less db calls. For example the Node object only works with the cached xml. More info here: http://our.umbraco.org/wiki/reference/api-cheatsheet/difference-between-node-and-document.

    You can also use this package to test db reads: http://our.umbraco.org/projects/developer-tools/miniprofiler-for-umbraco.

    Jeroen

  • Matt Singleton 16 posts 36 karma points
    Oct 22, 2012 @ 16:03
    Matt Singleton
    0

    Thanks for the reply.. eactly what i was looking for. This will help with the architecture of the site.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies