How to reduce number of tile queries on FeatureLayer?

237
0
08-13-2019 02:05 AM
FreddyBroring
New Contributor III

We see a huge amount of featurelayer queries with returnType='tile' when navigating the map in our webapp. Reading the documentation I foun out that this is default behaviour and can help to increase performance. But we are afraid it is going to overload our webserver proxy when in production and many users are going to use the application.

Is there a way to configure the tilescheme which is used to by the queries?

I figured out that the default tiles are 512x512 size. It would help if we could alter the size of the tiles.

We use Javascript API 4.12 and 10.6.1 ArcGIS Enterprise.

Tags (2)
0 Kudos
0 Replies