I don't know if I'm reading the Section and view correctly but 'when loading multiple views in a section, all content in the views are rendered' should mean that all the widgets in all the views should start loading as soon as the section is loaded.
I have 2 views, the first has a list, the seconds has a map. When I load my app, the list view is loaded but the map in the second view is not loaded until I navigate to the map view. It takes quite some time to initialize the map and I would rather that load before the user navigates to the map view.
Is there any way I can get the map view to load before navigating to the view?
I'm using developer edition 1.11, but have also tried it in 1.12 and it's the same behaviour.