Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am using Visual Studio 2015 in debug mode, and running Diagnostic tool. The Umbraco version is 7.5.3
My question is:
Do umbraco always travel back to database everytime it use GetDictionaryItem?
As you can see in my screenshot, everytime I debug, an event was showing it was querying at database, please somebody enlighten me. Thanks
Hi Jorge
Try to use Umbraco helper instead of library:
Umbraco.GetDictionaryValue("createdOn")
Maybe it will help.
Thanks,
Alex
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How Umbraco GetDictionaryItem works
I am using Visual Studio 2015 in debug mode, and running Diagnostic tool. The Umbraco version is 7.5.3
My question is:
Do umbraco always travel back to database everytime it use GetDictionaryItem?
As you can see in my screenshot, everytime I debug, an event was showing it was querying at database, please somebody enlighten me. Thanks
Hi Jorge
Try to use Umbraco helper instead of library:
Maybe it will help.
Thanks,
Alex
is working on a reply...