From d3bfc39f3315c417ebff011b8ae785a240f9c95b Mon Sep 17 00:00:00 2001 From: Patrick Valsecchi Date: Tue, 13 Dec 2016 16:10:22 +0100 Subject: [PATCH] Updated QGIS3 QGIS Server code sprint Notes (markdown) --- QGIS3---QGIS-Server-code-sprint-Notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/QGIS3---QGIS-Server-code-sprint-Notes.md b/QGIS3---QGIS-Server-code-sprint-Notes.md index cae103d..1dbcd16 100644 --- a/QGIS3---QGIS-Server-code-sprint-Notes.md +++ b/QGIS3---QGIS-Server-code-sprint-Notes.md @@ -65,6 +65,9 @@ See https://github.com/dmarteau/QGIS * Performance test for QGIS 2 and QGIS 3 * Add environment variables to manage configuration of test (server, warm up, users, etc.) +* Profiling of the server: [Callgrind](https://dl.dropboxusercontent.com/u/106773293/profiling_qgis_server.png) + * Slowness in initializing the layers at each request: will be solved by the new QProject + * Big perf problems saving the PNG in GetMap. Will be investigated. ## Tracking of what is done during Code sprint