Hello,
I am trying to migrate my app from v3 to v4.31 but I am having performances issues with my FeatureLayer while zooming. The performances issues do not seem to have a link with this bug https://support.esri.com/en-us/bug/arcgis-api-for-javascript-4x-is-rendering-slower-and-la-bug-000110153 since I have implemented the fix but it does not improve the performances that much.
It seems that in v3 with snapshot mode enabled, the FeatureLayer was only displayed with a mono-lod so the rendering was smooth. I am trying to reproduce this behavior in v4 but it does seem to have a solution.
Do you have any idea how to implement it or to upgrade the performances?