Copied to clipboard

Flag this post as spam?

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


  • Simon Dingley 1474 posts 3431 karma points c-trib
    Jul 05, 2016 @ 10:52
    Simon Dingley
    0

    Dictionary Performance

    I have ongoing performance issues I am trying to resolve in a relatively large multi site installation, details can be found in the following related threads:

    The dictionary is another contributing factor to the slow response times we are seeing when the site content is uncached. I've had a dig into the core and found the following comment in Umbraco.Web.Dictionary.DefaultCultureDictionary

    The ILocalizationService is the service used for interacting with this data from the database which isn't all that fast (even though there is caching involved, if there's lots of dictionary items the caching is not great)

    At the moment one partial view has 2 dictionary items and incurs a ~2 second hit. We are looking into possible database performance as well but any advice on how to improve overall performance when using Dictionary items for now until this is fixed?

    Thanks, Simon

  • David Peck 690 posts 1896 karma points c-trib
    Jul 11, 2016 @ 21:08
    David Peck
    0

    You're missing an index?

Please Sign in or register to post replies

Write your reply to:

Draft