Hi Andrea,

thank you for your detailed response.

curl -s -o /dev/null -d @GetFeature_10_BBOX.xml -XPOST -H 'Content-type: text/xml' -w "%{time_connect}:%{time_starttransfer}:%{time_total}" "http://some-server.de:8180/geoserver/wfs";
0,010:0,369:119,321

curl -s -o /dev/null -d @GetFeature_11_BBOX.xml -XPOST -H 'Content-type: text/xml' -w "%{time_connect}:%{time_starttransfer}:%{time_total}" "http://some-server.de:8180/geoserver/wfs";
0,009:28,597:246,712

curl -s -o /dev/null -d @GetFeature_20_BBOX.xml -XPOST -H 'Content-type: text/xml' -w "%{time_connect}:%{time_starttransfer}:%{time_total}" "http://some-server.de:8180/geoserver/wfs";
0,020:101,138:333,484

The count-statements take a long time to be completed. I've already run VACUUM and renewed the index.


Please see below
numberMatched can be 'unknown', so in case if the actual number of matched features is smaller than the 'count' parameter, or the count parameter is not set, what should the value of 'numberReturned' be? Shouldn't it be possible to set this attribute to 'unknown'?
https://portal.opengeospatial.org/files?artifact_id=43925


Best regards
Juergen


Am 17.02.2013 18:05, schrieb Andrea Aime:
On Sun, Feb 17, 2013 at 6:03 PM, Andrea Aime <andrea.a...@geo-solutions.it <mailto:andrea.a...@geo-solutions.it>> wrote:

    > curl -s -o /dev/null -d @GetFeature_10_BBOX.xml -XPOST -H
    'Content-type: text/xml' -w
    "%{time_connect}:%{time_starttransfer}:%{time_total}"
    "http://localhost:8080/geoserver/wfs";
    0,001:0,086:4,411

    > curl -s -o /dev/null -d @GetFeature_11_BBOX.xml -XPOST -H
    'Content-type: text/xml' -w "%{time_connect}:%{time_time_total}"
    "http://localhost:8080/geoserver/wfs";
    0,000:0,211:45,496

    > curl -s -o /dev/null -d @GetFeature_20_BBOX.xml -XPOST -H
    'Content-type: text/xml' -w "%{time_connect}:%{time_time_total}"
    "http://localhost:8080/geoserver/wfs";
    0,001:0,002:59,891


Humm, there has been a copy/paste error above, the curl commands all contained the time_starttransfer, as can be inferred
from the fact there are three results in the output

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to