Hello:
My question is about improving a feature service performance on the ArcGIS Server. I publish a large polygon shapefile, which is census track level data for the whole US. It takes a long time to load the whole map when the web application starts up. My idea is to build cache at the larger scale (nation or state level), so the map can start up faster at larger scale. As users zoom into smaller scale, like county or city, the map will display as dynamic service (don't build caches at smaller scale). Is it possible to consume the same service in this mixed style, or are there any other ways to improve client performance? I greatly appreciate your guidance. Thank you in advance!