Skip to content

Dictionary Cache Regression #20336

@JamieTownsend84

Description

@JamieTownsend84

Which Umbraco version are you using?

13.10.1

Bug summary

We are seeing thousands of database hits when accessing dictionary items since upgrading to 13.10.1

Specifics

No response

Steps to reproduce

Running the following code in 13.10.1

for (var i = 0; i < 5; i++) { var b = Umbraco.GetDictionaryValueOrDefault("missing.keys", "whatever"); }

Shows a db hit for each dictionary item request.

Image

Running the same code in 13.7.0 results in only a single db hit.

Image

Expected result / actual result

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions