OpenSlides/server
Finn Stutzenstein 8049bfa91e
Performance improvements for OS3+
- Cleans up log messages in the client
- Refactored the autoupdate bundle code into an own file
- Added bulk creates for History in Postgresql. This is the only database system
  that supports returning all ids whan multiple elements are inserted. We can
  make usage out of it.
- Added a `disable_history`, that is request-wide
- Disabled history on poll vote requests
- Removed unnecessary user ordering
- Reduced the queries for creating motion vote objects by one
- removed final_data: This was not prefetched. Using the normal data collection
  the data is prefetched
- removed unnecessary user query if vore delegation is not used
2021-01-21 12:53:51 +01:00
..
docker Performance improvements for OS3+ 2021-01-21 12:53:51 +01:00
make Repository restructure 2020-08-21 08:11:13 +02:00
openslides Performance improvements for OS3+ 2021-01-21 12:53:51 +01:00
requirements OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00
tests OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00
.dockerignore OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00
build.sh build.sh: Make build script more useful 2020-08-21 08:11:15 +02:00
manage.py Repository restructure 2020-08-21 08:11:13 +02:00
MANIFEST.in Readded setup.py 2020-12-18 00:42:59 +01:00
requirements.txt Repository restructure 2020-08-21 08:11:13 +02:00
SETTINGS.rst Add demo mode to all docker setups 2020-10-07 16:50:08 +02:00
setup.cfg Repository restructure 2020-08-21 08:11:13 +02:00
setup.py Readded setup.py 2020-12-18 00:42:59 +01:00