# HG changeset patch # User Brian Neal # Date 1299358800 0 # Node ID b76af55aafe426d9a8f85e5835ced601824c7433 # Parent cb121a3abf468a0f63bd899518bb8b4b74798716 For #176; cache the output of the latest poll block template tag. diff -r cb121a3abf46 -r b76af55aafe4 gpp/templates/base.html --- a/gpp/templates/base.html Sat Mar 05 20:54:26 2011 +0000 +++ b/gpp/templates/base.html Sat Mar 05 21:00:00 2011 +0000 @@ -81,7 +81,9 @@ {% cache 60 irc_block %} {% irc_status %} {% endcache %} - {% latest_poll_block %} + {% cache 3600 poll_block %} + {% latest_poll_block %} + {% endcache %} {% include 'core/mp3comp_block.html' %}