Closed ghost closed 1 year ago
but to do that I use 2 db query in src/UtrlTags::getUserUrlTagsCloud
which i think is not best for performance:
I did this in order to check for duplicates among tags. If there is a duplication, I prioritize using tags that are primarily associated with the user instead of other users tags.
in New URL form when showing tags cloud and if
urltags_shared_between_users
set totrue
then if there is same tag name for more than one user then the tag cloud shown duplicated tags:See:
While this isn't problematic as each tag has its unique id, we should enhance performance by displaying only one tag, eliminating duplicates.