How to improve dashboard refresh performance

Let say you have the following three widgets on the dashboard Typically each widget can use its own individual SQL query to populate the widgets. Users widget: select count(*) from xuser Projects widget: select count(*) from xcategory Dashboards widget: select count(*) from xobject Now in the above example the SQL is pretty simple and it … Read more