• 
      

    Collapse the {% load %} tags in templates.

    Review Request #5467 — Created Feb. 13, 2014 and submitted

    Information

    Review Board
    master
    269014b...

    Reviewers

    We had a lot of {% load %} tags in old templates that we could easily
    collapse down. This improves template rendering speed (fewer nodes to
    process) and saves memory for caching.

    I was also able to get rid of some loaded modules we weren't even using
    in some templates.

    Tested all the main pages for users and admins.

    Unit tests pass.

    david
    1. Ship It!

    2. 
        
    chipx86
    Review request changed
    Status:
    Completed