Hi Community,
We have a map service (with feature access enabled) which is loading intermittently in map viewer of Portal. Following are the details of the environment & troubleshooting performed so far:
Any suggestions on how to improve the performance of the service would be greatly appreciated.
Hi @wizgis,
So one of the many recommendations, especially when it comes to having multiple layers, is to have the layers published separately rather than all at once.
The reasoning behind that is there might be some layers that are more intensive processing wise than others which could potentially consume more resources. The other things to check are:
Try the options above and see if that improves the performance of your map services.
Optimizing a map service starts in ArcGIS Pro. ArcGIS Enterprise uses the same rendering engines as ArcGIS Pro, so anything that is slow to open and slow to render in Pro will be slow to start and slow to respond in ArcGIS Enterprise. Taking ArcGIS Enterprise out of the equation to start helps focus on data and map structure issues that negatively impact performance. Once the map is opening and rendering quickly in Pro, then start looking at publishing it and potentially optimizing service-related settings.
wizgis,
I agree with @JoshuaBixby. You should look to optimize your data in ArcGIS Pro.
Additionally, you should look into how much load the server is expereincing. Is the RAM or CPU maxed out during times when you see these problems? If not, I would recommend trying to increase the min and max instances. Timeouts could indicate there is not an instance available and requests are waiting too long in a queue. More instances could alleviate the problem. But you should look to optimize your layers as well.
How many services have you published? Do you just have the one service with 12 layers? If that is the case I would definitely split your layers across multiple services as suggested by @RPGIS .
Bernie.