Thursday, July 22, 2021
1 change · master
Enhancements to existing features
The system now reads only the action information needed to show Action and Print menus, instead of loading extra data that is not used. This slightly improves page response time and reduces data transferred when views are loaded.
Original PR description
`load_views` calls `get_bindings` to render Action and Print menu. Before this update, it read all action fields, including heavy computed fields like `search_view` (which calls fields_view_get). But in fact just few fields are used. This slighly improves response time and data size.