mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
Move render info blurb out of redditfooter to avoid caches.
RedditFooter is a CachedTemplate and so the blurb which is supposed to be unique to each request is being rendercached.
This commit is contained in:
@@ -166,6 +166,7 @@
|
||||
%endif
|
||||
%endif
|
||||
${framebuster()}
|
||||
<p class="bottommenu debuginfo"><span class="icon">π</span> <span class="content">Rendered by PID ${g.reddit_pid} on ${g.reddit_host} at ${c.start_time} running ${g.short_version}.</span></p>
|
||||
</body>
|
||||
</%def>
|
||||
|
||||
|
||||
@@ -55,5 +55,4 @@
|
||||
dict(year=datetime.datetime.now().timetuple()[0])}
|
||||
</p>
|
||||
<p class="bottommenu">REDDIT and the ALIEN Logo are registered trademarks of reddit inc.</p>
|
||||
<p class="bottommenu debuginfo"><span class="icon">π</span> <span class="content">Rendered by PID ${g.reddit_pid} on ${g.reddit_host} at ${c.start_time} running ${g.short_version}.</span></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user