nyaa/nyaa/views
TheAMM 5bfd7d8695 Introduce baked queries
SQA's baked queries prepares the queries in advance, caching yada yada.
Makes thing a bit faster.
Also bigger speedup included is a shoddy cache for the total torrent
count (only applied to baked queries currently). Caching the value for a
few dozen seconds shaves off some wasted time, as it's mostly just used
for pagination.
2019-10-31 21:57:27 +02:00
..
__init__.py Move to Python 3.7 and update dependencies (#551) 2019-08-10 18:39:53 -07:00
account.py account: add IP rate limiting for account creation 2019-08-26 10:10:11 +02:00
admin.py Add trusted application functionality (#533) 2019-08-10 18:18:44 -07:00
main.py Introduce baked queries 2019-10-31 21:57:27 +02:00
site.py Add trusted application functionality (#533) 2019-08-10 18:18:44 -07:00
torrents.py Further cleanup 2019-04-08 19:18:11 +02:00
users.py Introduce baked queries 2019-10-31 21:57:27 +02:00