rDrama/files/classes
TLSM dbaf0a1bfd Remove unused polls code to reduce query volume.
Due to use of Submission.{choices, options, bet_options} in realbody,
generating submission_listings resulted in extremely high volume of
SELECT queries.

In local testing with 6 posts, one of which had a poll with 2 options,
the removal of these calls reduced quantity of queries on the homepage
from 84 to 22.

Given that it was previously decided to remove the polls feature after
a regression while adding comment filtering, the remaining dead code
paths for polls were also removed.
2022-09-05 23:44:18 -05:00
..
__init__.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
alts.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
award.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
badges.py Replace nearly all ?v= cachebusts with assetcache. 2022-08-30 17:02:46 -04:00
clients.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
comment.py Remove unused polls code to reduce query volume. 2022-09-05 23:44:18 -05:00
domains.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
exiles.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
flags.py Fix migrations for real this time 2022-07-09 06:33:41 -05:00
follows.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
marsey.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
mod.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
mod_logs.py Remove unused polls code to reduce query volume. 2022-09-05 23:44:18 -05:00
notifications.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
saves.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
sub.py Split SITE_NAME into computer-readable SITE_ID and human-readable SITE_TITLE. 2022-07-31 18:53:18 -05:00
sub_block.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
submission.py Remove unused polls code to reduce query volume. 2022-09-05 23:44:18 -05:00
subscriptions.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
user.py Merge pull request #227 from TLSM/rework-assets 2022-09-01 00:28:39 -04:00
userblock.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
usernotes.py Adding usernotes. 2022-05-16 11:53:24 -05:00
views.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00
votes.py Add migrations using alembic. 2022-05-17 18:55:17 -05:00