diff options
author | Dan McGee <dan@archlinux.org> | 2013-01-18 20:01:22 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-01-18 20:01:22 -0600 |
commit | cba22a378b48f1a4f185a56a21f39483595cf8a6 (patch) | |
tree | e7de61f96c23aa972291ca14459d2109cda77f98 /.gitattributes | |
parent | 0b930fd92140858f4ad21e593feb057996af9b95 (diff) |
Don't pull and sort mirror URLs unless we have to
On the download page, the explicit sorted() call was forcing evaluation
of the Django queryset, even if we never actually needed the results
because the template fragment was cached. Wrap it all in a callable
function which looks the same to the template, but saves us the cost of
evaluation every single page view.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions