From 1b94e10f4a6d424eafc3c78ecf4d963b0d97fdc4 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 15 Apr 2020 20:46:00 +0000 Subject: [PATCH] Added template fragment caching for upcoming meetings page. - Legacy-Id: 17647 --- ietf/templates/meeting/upcoming.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ietf/templates/meeting/upcoming.html b/ietf/templates/meeting/upcoming.html index 9d784ed69..192c9ff09 100644 --- a/ietf/templates/meeting/upcoming.html +++ b/ietf/templates/meeting/upcoming.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} - +{% load cache %} {% load ietf_filters staticfiles classname %} {% block pagehead %} @@ -42,6 +42,7 @@ {% endif %} + {% cache 600 upcoming-meetings entries.count %} {% if entries %} @@ -86,7 +87,7 @@ {% else %}

No upcoming meetings

{% endif %} - + {% endcache %}