Greg Lindstrom
07/10/2026, 3:15 PMkapa.ai
07/10/2026, 3:15 PMProtectedReportSdkError). Check whether data access filters are preventing users from viewing certain insights. [Dashboard errors]
• Data limits exceeded: If a visualization returns more than 500 MB of data or exceeds 100,000 rows (without a metric), it will error. Try opening the visualization in Analytical Designer to see if a limit error appears. [Dashboard Freeze Case]
3. Investigate Slow Queries • Open a slow visualization in Analytical Designer and replace /edit with /debug in the URL — this downloads the exact SQL GoodData runs against your database.
• Run that SQL directly on your database to check execution time, heavy joins, or timeouts.
• Try removing metrics one by one to identify which is the heavy driver (the first metric acts as the SQL "driver"). [Performance Debugging]
4. Check for HTTP/1.1 Connection Limits On large dashboards, browsers limit concurrent requests to ~6 per domain. If your hosting environment only supports HTTP/1.1, requests queue up and cause slowness. The fix is to ensure your server supports HTTP/2 or HTTP/3 (e.g., by placing a CDN like CloudFront in front of your app). [HTTP Limits Thread]
5. Collect Information for Support To help GoodData Support investigate further, please gather:
• Trace IDs from the Network tab in browser DevTools during a slow/failing load
• A HAR file captured from Chrome DevTools during the issue
• Exact timestamps (with timezone) of when the issues occur
• Whether the issue affects all users or specific ones, and all dashboards or just some
As a quick test, try loading the same dashboard in Firefox — if it works there, the issue may be Chrome-specific. [Support Investigation]
Feel free to share Trace IDs here so the Support team can investigate further! 👍 0 button 👎 0 button ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups.
👀 Our Support team monitors all messages and will jump in if needed.Joseph Heun
07/10/2026, 3:24 PMJoseph Heun
07/10/2026, 3:25 PMGreg Lindstrom
07/10/2026, 3:42 PMJoseph Heun
07/10/2026, 3:45 PMGreg Lindstrom
07/10/2026, 3:46 PM