Files
Pinry/pinry/core/api.py
Jens Gutermuth 60cf2dcbd7 Fix three N+1 queries in pin loading
Fetch the submitter with a join and get all the images and tags in one
query each. This reduces the total query count for loading 50 pins from
304 to 158.

See issue #85.
2015-03-23 02:03:31 +01:00

4.9 KiB