Skip to content

Improve WidgetMap Builder coverage

Compare
Choose a tag to compare
@lenybernard lenybernard released this 13 Feb 16:28
· 269 commits to 2.2 since this release

⚡ 🎨

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.