Careful with this approach. system.tag.browseTags
is a performance killer and pretty much always hits the internal DB, which cannot be accessed concurrently. Too many scripts/events in the system invoking browseTags
can make access to the internal DB highly contested and bring down a bunch of other parts of the system.
1 Like