It might happen that your polygons contain a lot of points and that you might enhance the performances by generalizing the geometry.
To do that you can set the MaxAllowableOffset property of your feature layer (the value depending on your spatial reference and your polygon scale, you can try first with a big value e.g. MaxAllowableOffset="5000" and then adapt it).