diff --git a/QGIS3---QGIS-Server-code-sprint-Notes.md b/QGIS3---QGIS-Server-code-sprint-Notes.md index 5ff3a93..870914a 100644 --- a/QGIS3---QGIS-Server-code-sprint-Notes.md +++ b/QGIS3---QGIS-Server-code-sprint-Notes.md @@ -114,10 +114,11 @@ Still heavy discussion about caching of projects. Is a cache really mandatory (a - OGC compliancy (CITE). Scripts couldn't yet be tested during the script (nginx problems). Plans are to run them and integrate them in a Travis test suite. - Integration of the new module architecture by 3Liz. work in progress - Multithreading branch tested. Works but still work needs to be done to check if threading really happens. - - Stretching bug found in the server, 3liz will try to solve that + - Stretching bug found in the server, 3liz did fix it - Performance profiling by C2C. Saving png seems time consuming. Could by related to a fancy qt filter applied by default. Describing the method for profiling could be shared, docker images are already in C2c Github https://github.com/camptocamp/ms_perfs - 3liz tested compiling expression to postgis, but there are still issues. - Another need raised about testing security issues like SQL injections + -