nyaa/nyaa/views
Anna-Maria Meriniemi e545f8ae19
Introduce baked queries (#592)
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.
2020-07-12 00:14:06 -07:00
..
__init__.py Move to Python 3.7 and update dependencies (#551) 2019-08-10 18:39:53 -07:00
account.py Add login endpoint rate limiting 2020-06-23 00:49:26 +02:00
admin.py Add trusted application functionality (#533) 2019-08-10 18:18:44 -07:00
main.py Introduce baked queries (#592) 2020-07-12 00:14:06 -07: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 (#592) 2020-07-12 00:14:06 -07:00