QuestionQ5

Analytics Dashboard Design

A CRM Analytics consultant has been asked to refactor a dashboard so it loads faster. After analysis, the consultant determined that most dashboard queries run in less than 5 seconds; however, the Opportunities Table requires more time to load when it is scrolled beyond its initial view.

How should the consultant improve this dashboard’s performance?

  • A Create a second dashboard and move the table to this new dashboard.
  • B Create a second page on the dashboard and move the table to this new page.
  • C Create a Visualforce page and display a list view of the Opportunities on this new page.
Explanation

Dashboard pages divide content so that fewer queries run on the initially viewed page, which improves dashboard performance. CRM Analytics loads queries for the page that is open; placing the Opportunities Table on a second page defers its loading until that page is accessed.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!