This seems to be new behavior since I upgraded to 7.6.x
When I’m browsing the Tag tree (e.g. in Designer), and Tag properties are browsed, I get the following warning in the console for properties which have not been defined:
Looking up tag property 'XXXX' against the config provider. Potentially inefficient operation.
By debugging it looks like there is a search for EntityId and then search in the database.
The tag configuration is held by a TagDefinition and a TagBasedConfigProvider(TagDefinition).
Any suggestions how to avoid this? It overflows the console and it is very slow.
Cheers
Ivan