Re: [mapserver-users] Getcapabilities extremely slow in version 6.4.1

2015-03-22 Thread aabhayas
Hi I have created an issue in github. I am uploading the test map files in to this post ( I could not work out a way to upload mapfiles in to github) https://github.com/mapserver/mapserver/issues/5081 I have attached two map files and two map part files which can be used to reproduce this bug.

Re: [mapserver-users] Getcapabilities extremely slow in version 6.4.1

2015-03-03 Thread aabhayas
Hi Following up on my previous post we still want to use “OWS_LAYER_GROUP” in our map files. We have large number of layers in our map file ( nearly 800). Currently we are in the process of migrating our MapServer 5.4.2 environment in to MapServer 6.4.1. In MapServer 6.4.1 GetCapabilities reques

Re: [mapserver-users] Getcapabilities extremely slow in version 6.4.1

2015-03-01 Thread aabhayas
After profiling version 6.0.4 and 6.2.2 MapServer we were able to isolate the issue. It seems that the issues is related to “OWS_LAYER_GROUP” under LAYER>METADATA in our map files. When “OWS_LAYER_GROUP” is not used in the map file, GetCapabilities request on version 6.2.2 is significantly faster

Re: [mapserver-users] Getcapabilities extremely slow in version 6.4.1

2015-02-24 Thread aabhayas
Hi Thanks for the quick reply. I did set the extents but still the same result. I even compiled MapServer 6.2.2 and did the same test. Even MapServer 6.2.2 is extremely slow compared to 6.0.4. Thanks Anurduddha -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Getcapabil

[mapserver-users] Getcapabilities extremely slow in version 6.4.1

2015-02-22 Thread aabhayas
Hi I have compiled MapServer version 6.4.1 on a Redhat server. I noticed that the Getcapabilities request is extremely slow in the version 6.4.1. I have MapServer version 6.0.4 compiled in the same server. When I do the same Getcapabilities request on the version 6.0.4 it is nearly 20 times faster