Re: [QGIS-Developer] QGIS Server and OGC API - Processes

2023-05-12 Thread David Marteau via QGIS-Developer
Hi, There is an implementation of OGC API processes on top of Qgis Processing here: https://github.com/3liz/py-qgis-wps that supports Qgis algorithms as processes out of the box. Le 12/05/2023 à 11:44, Alessandro Pasotti via QGIS-Developer a écrit : Hi, Is anybody working or planning to

Re: [QGIS-Developer] Compile QGIS in docker

2022-10-22 Thread David Marteau via QGIS-Developer
Hi, I use and compile Qgis desktop and server on Docker on a daily basis. Docker on Windows or Osx relies on linux vm, so basically, you should do - almost - anything that you can do on Linux but  my expérience has taught me that the processe is much smoother on Linux. However, as Richard

Re: [QGIS-Developer] QGIS Server WMS Advertised extent and layers / groups bounding box in GetCapabilities

2022-10-04 Thread David Marteau via QGIS-Developer
Hi, Does that mean that is not playing any authoritative rôle  ? David Le 04/10/2022 à 13:43, Jürgen E. Fischer via QGIS-Developer a écrit : Hi René-Luc, On Tue, 04. Oct 2022 at 13:37:54 +0200, René-Luc Dhont via QGIS-Developer wrote: So I wonder what the role of the WMS Advertised extent

Re: [QGIS-Developer] Qgis server: terrible performance with Qgis 3.26

2022-06-28 Thread David Marteau via QGIS-Developer
<http://www.3liz.com> Le 21/06/2022 à 14:45, David Marteau via QGIS-Developer a écrit : Hi, Here is a first analysis using QgsRuntimeProfiler outputs The project is the same in all tests and has been saved with Qgis 3.26. This is a first load in each case just after qgis init, so there

Re: [QGIS-Developer] Qgis server: terrible performance with Qgis 3.26

2022-06-21 Thread David Marteau via QGIS-Developer
:55, Even Rouault a écrit : Use sysprof or just run under a debugger and interrupt regularly should help you spot in which method(s) most time is spent Le 20/06/2022 à 18:48, David Marteau via QGIS-Developer a écrit : I used the following test: readflags = Qgis.ProjectReadFlags()

Re: [QGIS-Developer] Qgis server: terrible performance with Qgis 3.26

2022-06-21 Thread David Marteau via QGIS-Developer
20/06/2022 à 18:55, Even Rouault a écrit : Use sysprof or just run under a debugger and interrupt regularly should help you spot in which method(s) most time is spent Le 20/06/2022 à 18:48, David Marteau via QGIS-Developer a écrit : I used the following test: readflags = Qgis.ProjectReadFl

Re: [QGIS-Developer] Qgis server: terrible performance with Qgis 3.26

2022-06-21 Thread David Marteau via QGIS-Developer
May be I could use QgsRuntimeProfiler output in first place ? Le 20/06/2022 à 18:55, Even Rouault a écrit : Use sysprof or just run under a debugger and interrupt regularly should help you spot in which method(s) most time is spent Le 20/06/2022 à 18:48, David Marteau via QGIS-Developer

Re: [QGIS-Developer] Qgis server: terrible performance with Qgis 3.26

2022-06-20 Thread David Marteau via QGIS-Developer
awson a écrit : On Mon, 20 June 2022, 9:37 pm David Marteau via QGIS-Developer, wrote: Hi, I have noticed a huge drop of performance while testing Qgis server with Qgis 3.26, from 10x to 30x slower as usual. Trying to reduce the problem I have found a

Re: [QGIS-Developer] Qgis server: terrible performance with Qgis 3.26

2022-06-20 Thread David Marteau via QGIS-Developer
022 à 15:10, Nyall Dawson a écrit : On Mon, 20 June 2022, 9:37 pm David Marteau via QGIS-Developer, wrote: Hi, I have noticed a huge drop of performance while testing Qgis server with Qgis 3.26, from 10x to 30x slower as usual. Trying to reduce the problem I have found a h

[QGIS-Developer] Qgis server: terrible performance with Qgis 3.26

2022-06-20 Thread David Marteau via QGIS-Developer
Hi, I have noticed a huge drop of performance while testing Qgis server with Qgis 3.26, from 10x to 30x slower as usual. Trying to reduce the problem I have found a huge increase of time spend reading the project in 3.26 compared to 3.24. Here some benchmark with very simple project from