I have a use case where I want to use an ArcGIS Online basemap and some imagery services that I don't own and has been cached in NAD83 (UTM zone 15N). Here's one of the imagery services in question: https://gis.hennepin.us/arcgis/rest/services/Imagery/UTM_Aerial_2024/MapServer
If you view it in ArcGIS JavaScript or the Map Viewer you'll see it's nice and snappy because it's being used as the basemap. However, if you add it as a map layer to a new map in the AGOL Map Viewer, the performance is significantly degraded.
The AGOL basemap and imagery service play perfectly nicely together in Pro, which I know is a lot more powerful than the map viewer, but also this is for a web app so that's not a solution. Any ideas on how to use a web map with an AGOL basemap and a cached map layer that's not in Web Mercator without degrading performance?