Size | Add/Load (Approx) | Delete/Unload (Approx) |
Default (half screen) | 2 sec | 1 sec |
Fullscreen | 7 sec | 2 sec |
Resized screen (smallest) | 1 sec | 1 sec |
Resized screen (between default and full screen) | 4 sec | 2 sec |
Hi @ericca, thanks for posting your question here. Can you share a simplified, reproducible test-app for your use case? Hosted someplace like CodePen? This would help us debug the issue.
Hey Noah, here's the sample app - https://codepen.io/codestore/full/bGZgobE.
After trying the sample app on other machines, found out that the slowness is experienced on machine that doesn't have GPU (Graphics Processing Unit) or have the "Use hardware acceleration when available" off. On machine that has it, load time is almost the same for bigger or smaller map view. But when not available, load time for same polygon is slow in bigger map view. See video above.
Some of our users does not have GPU on their machines. An upgrade would definitely address this, but please let me know if this is something that might be addressed in code. Thank you.