Hi @CynthiaCo If you have a deep multi-level taxonomy (e.g., /content/cq:tags/<brand>/<level1>/<level2>/… and so on), it can potentially slow down queries if you’re searching at a shallow level. This is because the query would return all assets tagged at deeper levels as well.If you delete the highe...