Improve WidgetMap Builder coverage
⚡ 🎨
Performance improved
Reduce by 5 the number of requests by fetching and grouping WidgetMaps, Criterias and Widget's data (and related business entities) !
Tips
Waiting the v3 and in order to reduce the number of Doctrine queries by using WidgetDataWarmer, you can execute the following SQL commands. UPDATE vic_widget_map SET widget_id = NULL; UPDATE vic_widget SET view_id = NULL; It simply remove deprecated associations that are not required anymore.