Why might DynamicNode.GetPropertyValue() hit the database?
I have some code (in a web context) that calls GetPropertyValue() on a DynamicNode and this makes a call to the database toretrieve the property value (see screenshot). However, I thought this should query the data in the cached umbraco.config
Why might DynamicNode.GetPropertyValue() hit the database?
I have some code (in a web context) that calls GetPropertyValue() on a DynamicNode and this makes a call to the database toretrieve the property value (see screenshot). However, I thought this should query the data in the cached umbraco.config
Why might this be happening?
I have worked this out. It was not the DynamicNode causing the issue, it was a call to new Media(id).getProperty(alias) in the same method call.
Thanks.
is working on a reply...