summaryrefslogtreecommitdiff
path: root/templates/packages/details_requiredby.html.jinja
AgeCommit message (Collapse)Author
2014-10-18Convert details sub-tempates to Jinja2Dan McGee
This is a start at improving performance of rendering the package details page, our most-visited and slowest page on the production website. The Django template system is not very efficient due to our heavy use of broken out templates and pulling of various attributes and such on related packages. Signed-off-by: Dan McGee <dan@archlinux.org>