rDrama/files
TLSM 9ade35d22f Eager load GET /comments ("All Comments")
Before vs after:

GET /comments
|----------|--------|--------|--------|--------|--------|------------|
| Database | SELECT | INSERT | UPDATE | DELETE | Totals | Duplicates |
|----------|--------|--------|--------|--------|--------|------------|
| default  |  167   |   0    |   0    |   0    |  167   |    154     |
|----------|--------|--------|--------|--------|--------|------------|

GET /comments
|----------|--------|--------|--------|--------|--------|------------|
| Database | SELECT | INSERT | UPDATE | DELETE | Totals | Duplicates |
|----------|--------|--------|--------|--------|--------|------------|
| default  |   13   |   0    |   0    |   0    |   13   |     0      |
|----------|--------|--------|--------|--------|--------|------------|
2023-02-10 14:07:37 -06:00
..
assets remove profile songs (ref #470) (#499) 2023-02-10 13:56:04 -06:00
classes remove Comment.print() and Submission.print() functions 2023-02-10 14:01:28 -06:00
commands Optimize comment pagination in post_id, viewmore 2023-02-08 15:50:24 -06:00
helpers constantify render depth limit 2023-02-10 13:54:49 -06:00
mail Split SITE_NAME into computer-readable SITE_ID and human-readable SITE_TITLE. 2022-07-31 18:53:18 -05:00
routes Eager load GET /comments ("All Comments") 2023-02-10 14:07:37 -06:00
templates Eager load GET /comments ("All Comments") 2023-02-10 14:07:37 -06:00
tests constantify render depth limit 2023-02-10 13:54:49 -06:00
__init__.py Initial e2e testing 2022-05-13 02:55:29 -05:00
__main__.py Future-proof flask_limiter.Limiter.__init__ 2023-02-10 13:56:28 -06:00
cli.py [#72] Ensure seed_db command is actually imported when calling into flask 2022-06-09 01:34:46 -07:00