2 vertice polylines killing performance in arcgis server/rest api

2857
2
Jump to solution
09-30-2015 07:47 AM
JamesSampica
New Contributor

I have an app rendering about 1000 straight lines between two points. For some reason Arcgis server takes those lines and returns as JSON type "esriGeometryPolyline" which has about 100 points in the path for each line. This is devastating to performance as it's about a 1mb content response.

Can anything be done to reduce the load here?

Capture.PNG

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
TimWitt2
MVP Alum

Maybe before you publish the service, you can run the following tool: ArcGIS Desktop

View solution in original post

0 Kudos
2 Replies
TimWitt2
MVP Alum

Maybe before you publish the service, you can run the following tool: ArcGIS Desktop

0 Kudos
JamesSampica
New Contributor

Thanks for your response. I am attempting to simplify the lines now.

0 Kudos