Updated QGIS3 QGIS Server code sprint Notes (markdown)

Régis Haubourg 2016-12-13 15:46:44 +01:00
parent 554b603602
commit b41712ed25

@ -76,6 +76,8 @@ See https://github.com/dmarteau/QGIS
2. Performance benchmark framework improvements 2. Performance benchmark framework improvements
group picture ![group picture](https://pbs.twimg.com/media/CzjwfxeXgAA61Sa.jpg)
# Day 2 # Day 2
Second day started with following points for each: Second day started with following points for each:
@ -97,7 +99,25 @@ Still heavy discussion about caching of projects. Is a cache really mandatory (a
* Performance tests: * Performance tests:
* Test QGIS 3 and QGIS 2 (results) * Test QGIS 3 and QGIS 2 (results)
* Prepare Multithreadin settings in QGIS3 config * Prepare Multithreading settings in QGIS3 config
* QGIS Server Optimization from performance test results * QGIS Server Optimization from performance test results
* Diagrame legends improvment * Diagrame legends improvment
* Processing: QEP#84 * Processing: QEP#84
## End meeting
### FUTURE WORK
-> add issues to the QEP:
- get ride of the server project parser, replace itby new QGsProject non sigleton (by january 2017)
- Cache mecanism to upper lever, simplify cache and invalidation policy
- 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
- 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