With many layers, the load time is really long when viewed through a web app viewer. If I use this example to generate a map, and have the list of layers unchecked by default, will it minimize load time?
I'm trying to figure out if dynamicamapservicelayer preloads all the layers, or it only fetches a layer when checked using layer.setVisibleLayers(visible);
Thanks for looking.