How to improve feature layer performance with esri javascript api 4.15

486
0
08-12-2020 12:40 AM
ArunRaj1
New Contributor

Hi,

I am creating a feature layer with layer url from esri online.

It is currently having 2.5 lakh data points which should be increased to 7 million. But with this 2.5 lakh points itself it is rendering slow. I also using mode on demand as

mode: FeatureLayer.MODE_ONDEMAND

And the docs says the value for maxAllowableOffset will be set the value on Feature Layers automatically while using esri online.

How can i improve the performance. Any reference is appreciated 

0 Kudos
0 Replies