<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Embed Dashboard or Build Widgets Inside Experience Builder in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/embed-dashboard-or-build-widgets-inside-experience/m-p/1719662#M24073</link>
    <description>&lt;P class=""&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;I actually ran into a very similar situation on one of our projects.&lt;/P&gt;&lt;P class=""&gt;We initially tried building KPI-style pages entirely in Experience Builder, but found that creating metric cards, indicators, and dashboard-style layouts required considerably more effort than using ArcGIS Dashboards, which is purpose-built for that type of visualization.&lt;/P&gt;&lt;P&gt;In the end, we also chose to embed Dashboards within Experience Builder.&lt;/P&gt;&lt;P&gt;Regarding the scrolling glitches you're seeing, I don't think embedding a Dashboard is automatically the cause. There are several factors that could contribute, for example:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The complexity of the Experience Builder app (# of widgets, sections, data sources)&lt;/LI&gt;&lt;LI&gt;The Dashboard itself (number of elements, indicators, charts, map widgets, refresh intervals)&lt;/LI&gt;&lt;LI&gt;Browser rendering performance&lt;/LI&gt;&lt;LI&gt;Network latency, especially if the Dashboard is making multiple requests while Experience Builder is loading other resources&lt;/LI&gt;&lt;LI&gt;Client machine performance&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;One thing I would recommend is opening the browser's &lt;STRONG&gt;Developer Tools (F12)&lt;/STRONG&gt; and checking the &lt;STRONG&gt;Network&lt;/STRONG&gt; and &lt;STRONG&gt;Console&lt;/STRONG&gt; tabs while reproducing the issue. If requests are taking a long time, failing, or being retried, that can help determine whether it's a network or application issue.&lt;/P&gt;&lt;P&gt;My general recommendation would be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Use ArcGIS Dashboards&lt;/STRONG&gt; for KPI-heavy pages where the primary goal is displaying metrics, charts, and indicators.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Use Experience Builder&lt;/STRONG&gt; for the overall application experience-navigation, search, editing workflows, maps, and integrating multiple applications.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;That way, each product is being used for what it was designed to do.&lt;/P&gt;&lt;P&gt;If you're seeing the static or jittery scrolling consistently, I'd also be interested to know:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Which browser are you using?&lt;/LI&gt;&lt;LI&gt;Approximately how many Dashboard widgets/elements are embedded?&lt;/LI&gt;&lt;LI&gt;Is the Dashboard configured to auto-refresh? If so, what refresh interval are you using?&lt;/LI&gt;&lt;LI&gt;Are you embedding a single Dashboard, or multiple Dashboards within the Experience Builder page?&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ola&lt;/P&gt;</description>
    <pubDate>Mon, 10 Aug 2026 18:20:28 GMT</pubDate>
    <dc:creator>OlaIHamed</dc:creator>
    <dc:date>2026-08-10T18:20:28Z</dc:date>
    <item>
      <title>Embed Dashboard or Build Widgets Inside Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/embed-dashboard-or-build-widgets-inside-experience/m-p/1719647#M24072</link>
      <description>&lt;P&gt;Hello! So I'm pretty far into a project for developing a KPI metrics website and I'm at a crossroads. Originally, I built everything within Experience Builder, but I found it really time-consuming to get even the simplest metrics that Dashboard can easily display. I decided to pivot to embedding Dashboards into the Experience Builder site, and although it comes off as more clean, the Experience Builder site sometimes glitches or acts staticky when scrolling through. Could it be a connection issue? Would building everything within Experience Builder improve the performance of the site?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2026 17:39:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/embed-dashboard-or-build-widgets-inside-experience/m-p/1719647#M24072</guid>
      <dc:creator>DanielKhuat</dc:creator>
      <dc:date>2026-08-10T17:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Embed Dashboard or Build Widgets Inside Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/embed-dashboard-or-build-widgets-inside-experience/m-p/1719662#M24073</link>
      <description>&lt;P class=""&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;I actually ran into a very similar situation on one of our projects.&lt;/P&gt;&lt;P class=""&gt;We initially tried building KPI-style pages entirely in Experience Builder, but found that creating metric cards, indicators, and dashboard-style layouts required considerably more effort than using ArcGIS Dashboards, which is purpose-built for that type of visualization.&lt;/P&gt;&lt;P&gt;In the end, we also chose to embed Dashboards within Experience Builder.&lt;/P&gt;&lt;P&gt;Regarding the scrolling glitches you're seeing, I don't think embedding a Dashboard is automatically the cause. There are several factors that could contribute, for example:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The complexity of the Experience Builder app (# of widgets, sections, data sources)&lt;/LI&gt;&lt;LI&gt;The Dashboard itself (number of elements, indicators, charts, map widgets, refresh intervals)&lt;/LI&gt;&lt;LI&gt;Browser rendering performance&lt;/LI&gt;&lt;LI&gt;Network latency, especially if the Dashboard is making multiple requests while Experience Builder is loading other resources&lt;/LI&gt;&lt;LI&gt;Client machine performance&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;One thing I would recommend is opening the browser's &lt;STRONG&gt;Developer Tools (F12)&lt;/STRONG&gt; and checking the &lt;STRONG&gt;Network&lt;/STRONG&gt; and &lt;STRONG&gt;Console&lt;/STRONG&gt; tabs while reproducing the issue. If requests are taking a long time, failing, or being retried, that can help determine whether it's a network or application issue.&lt;/P&gt;&lt;P&gt;My general recommendation would be:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Use ArcGIS Dashboards&lt;/STRONG&gt; for KPI-heavy pages where the primary goal is displaying metrics, charts, and indicators.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Use Experience Builder&lt;/STRONG&gt; for the overall application experience-navigation, search, editing workflows, maps, and integrating multiple applications.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;That way, each product is being used for what it was designed to do.&lt;/P&gt;&lt;P&gt;If you're seeing the static or jittery scrolling consistently, I'd also be interested to know:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Which browser are you using?&lt;/LI&gt;&lt;LI&gt;Approximately how many Dashboard widgets/elements are embedded?&lt;/LI&gt;&lt;LI&gt;Is the Dashboard configured to auto-refresh? If so, what refresh interval are you using?&lt;/LI&gt;&lt;LI&gt;Are you embedding a single Dashboard, or multiple Dashboards within the Experience Builder page?&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ola&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2026 18:20:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/embed-dashboard-or-build-widgets-inside-experience/m-p/1719662#M24073</guid>
      <dc:creator>OlaIHamed</dc:creator>
      <dc:date>2026-08-10T18:20:28Z</dc:date>
    </item>
  </channel>
</rss>

