[GIS] Speed up Rendering of Feature Layer Using ArcGIS JavaScript API 4.0

arcgis-javascript-api

Are there any tricks to speed up the rendering of a feature layer in the ArcGIS JavaScript API? Currently one of the layers I am using is:

This takes about 10 seconds to draw but I have used this layer which draws much faster:
Is it just a function of the speed of the ESRI server I am using compared to the "sampleserver6" which the other layer is using?

Best Answer