posthog
posthog copied to clipboard
fix(query-performance): Fix N+1 fetching insight tags in dashboards API
Problem
Depends on https://github.com/PostHog/posthog/pull/13566
Fetching insight tags causes an N+1. This fixes it.