Hi everyone,
I’m building a web mapping app using HTML, CSS, and JavaScript with the ArcGIS API for JavaScript (v4.x). I’m currently running into some performance issues that I’d appreciate any insights or suggestions on.
Here’s the setup:
- My map uses ~12 group layers.
- Each group layer contains nested subtype group layers.
- Each subtype group layer includes multiple sublayers.
- All layers are hosted feature layers, not tiled or cached.
- The app is built using HTML, CSS and JS with the ArcGIS API JS SDK.
The main performance issue is:
- The map lags significantly.
- Layers are rendering even when they're not visible, which I suspect is a big part of the issue.
I've reviewed the Performance Tips for ArcGIS Online maps article, but I’m still struggling with a performance issue in my current web app.