1
0
mirror of https://github.com/etesync/server synced 2024-11-24 17:58:07 +00:00
etesync-server/etebase_server
Tom Hacohen 2f1f95fea9 Optimize how we fetch the latest (current) revision
The way were were doing it was implicitly sorting the query items and it
was causing millions of items to be sorted (even though the result should
only have one) making it slow.

By switching away from `get()` and `first()` we are telling django to
not try to sort.
2022-06-19 22:25:49 +03:00
..
django Optimize how we fetch the latest (current) revision 2022-06-19 22:25:49 +03:00
fastapi Optimize how we fetch the latest (current) revision 2022-06-19 22:25:49 +03:00
myauth Implement checking the username against LDAP (#64) 2022-06-13 13:29:43 +03:00
templates fix: move template directory into source directory 2022-05-09 17:41:16 +02:00
__init__.py Create a new django project. 2020-07-08 17:57:57 +03:00
asgi.py fix: move etebase_fastapi module from toplevel to under etebase_server 2022-05-09 17:41:16 +02:00
settings.py Implement checking the username against LDAP (#64) 2022-06-13 13:29:43 +03:00
urls.py fix: remove obsolete static file handler 2022-05-09 10:40:38 -05:00
utils.py fix: don't create secrets file as world-readable (#136) 2022-05-09 17:17:56 +03:00