You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a site with over 1000 pages. Dashboard was taking over 30 seconds to load.
Narrowed it down to DashboardGridFieldPanel::getHierarchy() which seems to take 10 seconds for each DashboardGridFieldPanel. This function simply populates the Page dropdown in the panel's settings.
So could do with optimising, or at least stopping it running on each DashboardGridFieldPanel load, as it is only required when entering settings for a single DashboardGridFieldPanel.
The text was updated successfully, but these errors were encountered:
I have a site with over 1000 pages. Dashboard was taking over 30 seconds to load.
Narrowed it down to DashboardGridFieldPanel::getHierarchy() which seems to take 10 seconds for each DashboardGridFieldPanel. This function simply populates the Page dropdown in the panel's settings.
So could do with optimising, or at least stopping it running on each DashboardGridFieldPanel load, as it is only required when entering settings for a single DashboardGridFieldPanel.
The text was updated successfully, but these errors were encountered: