Caching a map service

1211
7
03-06-2017 06:15 AM
ChristopherJohnson1
Occasional Contributor II

I am trying to determine if it makes sense to publish map service with caching enabled. The data itself in the map service does not change very often, as it is based on a file geodatabase, which will be changed maybe once or twice a year. However, the rendering of the data in that map service changes, based on the user's selections in a JavaScript application.  The map service has a few layers, which are scale-dependent, and the renders data for Cities as points, as well as, data for Cities and Census Tracts as polygons.

I have published a test map service using caching, but I am not seeing any noticeable differences.  Are there any performance metrics at which I should be looking/on which I should be focused?

Thanks...Chris

0 Kudos
7 Replies
MichaelVolz
Esteemed Contributor

What version of ArcGIS Server are you using to publish the mapservices?  I ask because my organization had an application where most of the 10.0 mapservices needed to be cached due to the performance of the mapservices (The web adf architecture might have played a role in the speed of the mapservices rendering as well).  ESRI made great improvements to the mapservices by 10.2 so most of these cached mapservices were replaced by a very fast dynamic mapservice which you don't need to worry about updating as the data is dynamic.

My suggestion would be to test the application using dynamic mapservices first to determine if the simpler setup meets your needs.

ChristopherJohnson1
Occasional Contributor II

Thanks for the response, Michael.

We are using 10.4.1., and we are currently using dynamic map services.  We are seeing some slow rendering, however, so I was mulling using cached services, since the data itself does not change very often.

Thanks...Chris

0 Kudos
MichaelVolz
Esteemed Contributor

Do you think you can lower the scale dependency for the slowest rendering layer(s) any further (e.g. You have your Census Tracts only becoming visible at 1:15,000 now but lower it to 1:8,000 - Just an example as I don't know how you have your scale dependencies currently setup)?

by Anonymous User
Not applicable

In addition to what Michael is saying, it would be best to prepare the map document like this because if the map draws slow when opening it in ArcMap, chances are that it will render slowly in Server.

0 Kudos
ChristopherJohnson1
Occasional Contributor II

Thanks, guys.  I appreciate the feedback.

We actually do have the map document set-up so that layers only appear at certain scales.  The rendering in the browser is based on user selections on the screen.  So, different columns of the map service display depending on user selections and the renderer is based on the rendering algorithm/number of breaks a user selects.  Right now, we are investigating all possibilities...network issues, server configuration, etc.  Caching was just one option that seemed like a low-hanging fruit.

Thanks again.

- Chris

0 Kudos
MichaelVolz
Esteemed Contributor

Chris:

Have you tried to duplicate the end user selected rendering of the layers in the mxd to see how different rendering scenarios perform in ArcMap?  If you have only tested the default symbology in ArcMap, then you have not truly tested what the endusers of your application will have the same layers rendered as.  I would suggest testing a good number of different rendering schemes (maybe 5 or 6) to determine the speed of these renderings vs the speed of the default rendering (baseline) you have setup in ArcMap.

ChristopherJohnson1
Occasional Contributor II

OK...thanks, Michael.  I will give that a try too.

- Chris

0 Kudos