Re: [mapserver-users] PHP/MapScript applySLD() bottleneck

2017-01-17 Thread Sergio Segala
Hi Sushrut, thanks for answer. I can try to split the SLD, apply the fragment to the right layer, and see the performance difference. Sergio On 01/16/2017 03:18 PM, Sushrut Shivaswamy wrote: Hey Sergio, The definition of mapObject - > applySLD() in the map server documentation is as

[mapserver-users] PHP/MapScript applySLD() bottleneck

2017-01-16 Thread Sergio Segala
Hi all, we are using PHP/MapScript 6.4.4 and have a bottleneck on the $map->applySLD() call, when the SLD is quite big (5440 lines / 72 NamedLayer occurrence). On my VM the $map->applySLD() call time is about 3.5 sec per request, and I think the problem is inside mapserver. The computation