When I changed the Arcgis Javascript API on my locally hosted machine from 4.16 to 4.17, the feature layers loading in my Angular 8 app becomes very slow. I cannot even load 300 features. It was previously working relatively okay on the 4.16 version (besides a bit of lag where the different rotation degrees of the features results in the features flickering from 0 degrees to the desired angle)
In the 4.17 release notes, I read that the API is using web workers to store data for feature layers. Do I need to do anything to ensure the web workers are working properly?