I'm calling the following URL through a javascript application to obtain
the unique neighborhood's names of my neighborhood layer.

http://
.../geoserver/wps?service=WPS&version=1.0.0&request=Execute&identifier=gs:Unique&DataInputs=attribute%3dnome;features%3d%40xlink%3ahref%3dhttp://.../geoserver/smurb/ows%3Fservice=WFS%26version=1.0.0%26request=GetFeature%26typeName=smurb:bairros_vigentes_3857%26propertyName%3dnome&RawDataOutput=result%3dformat%40mimetype%3dapplication%2Fjson

The problem is that this call takes like 10 seconds to execute and the
layer has like 90 geometries only. If I make the "same" call through
GeoServer's WPS Request Builder, it executes almost instantaneously, but I
suspect it doesn't do HTTP requests.

Anyway, there are any tips to improve it's performance? Other suggestion to
obtain the same results are also accepted :)

Additional info:

   - Geoserver 2.7.2
   - Linux machine
   - "..." in the URL means my GeoServer host
   - The response has 1.2 kb
------------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to