OpenSlides/server/openslides/utils
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
..
__init__.py Performance improvements for OS3+ 2021-01-21 12:53:51 +01:00
access_permissions.py Repository restructure 2020-08-21 08:11:13 +02:00
arguments.py Repository restructure 2020-08-21 08:11:13 +02:00
auth.py Repository restructure 2020-08-21 08:11:13 +02:00
autoupdate_bundle.py Performance improvements for OS3+ 2021-01-21 12:53:51 +01:00
autoupdate.py Performance improvements for OS3+ 2021-01-21 12:53:51 +01:00
cache_providers.py OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00
cache.py OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00
constants.py Repository restructure 2020-08-21 08:11:13 +02:00
exceptions.py Repository restructure 2020-08-21 08:11:13 +02:00
locking.py Repository restructure 2020-08-21 08:11:13 +02:00
logging.py Repository restructure 2020-08-21 08:11:13 +02:00
main.py Repository restructure 2020-08-21 08:11:13 +02:00
manager.py Repository restructure 2020-08-21 08:11:13 +02:00
migrations.py Repository restructure 2020-08-21 08:11:13 +02:00
models.py Performance improvements for OS3+ 2021-01-21 12:53:51 +01:00
plugins.py Repository restructure 2020-08-21 08:11:13 +02:00
postgres.py Performance improvements for OS3+ 2021-01-21 12:53:51 +01:00
redis_connection_pool.py Performance improvements for OS3+ 2021-01-21 12:53:51 +01:00
redis.py OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00
rest_api.py Fix error handling in WhoAmI data view 2020-11-30 13:00:03 +01:00
schema_version.py Repository restructure 2020-08-21 08:11:13 +02:00
settings.py.tpl OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00
startup.py Repository restructure 2020-08-21 08:11:13 +02:00
stats.py Repository restructure 2020-08-21 08:11:13 +02:00
stream.py OpenSlides3+: External Autoupdate Service 2021-01-14 07:55:41 +01:00
timing.py Repository restructure 2020-08-21 08:11:13 +02:00
utils.py Repository restructure 2020-08-21 08:11:13 +02:00
validate.py Allowed ol list types (in html and pdf). 2020-11-23 20:40:22 +01:00
views.py Repository restructure 2020-08-21 08:11:13 +02:00