Copied to clipboard

Flag this post as spam?

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


  • Niels Henriksen 73 posts 276 karma points
    May 22, 2023 @ 05:47
    Niels Henriksen
    0

    How much is Umbraco 11 using database for endusers?

    I know that Umbraco is caching pages and read from XML - but how much is it using the database when the end-users is browsing the pages?

  • Nik 1593 posts 7151 karma points MVP 6x c-trib
    May 22, 2023 @ 09:02
    Nik
    0

    Hi Niels,

    That actually depends on how the site is built.

    Out of the box, there should be minimal DB hits for a standard request to a page, but I believe it might hit the database for redirect checks, and if there are any requests to Member data I think it hits the database. For Content and Media, this should all be in nuCache and as such, shouldn't hit the DB.

    Any custom property editors I can't account for though as it's possible they could be hitting the database, any custom code could also be doing the same thing.

    Thanks

    Nik

  • Niels Henriksen 73 posts 276 karma points
    May 22, 2023 @ 10:35
    Niels Henriksen
    0

    Thank you for your answer - that will give me some ammo for pushing some ideas for my boss :)

Please Sign in or register to post replies

Write your reply to:

Draft