Cache data for the programmes for which we must fetch the whole set of references, and avoid transforming CSV/JSON to dict every time.

This commit is contained in:
Ian Renton
2026-07-26 17:10:21 +01:00
parent 3c1b1821f5
commit fffd230633
9 changed files with 78 additions and 53 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{% extends "skeleton.html" %}
{% block head_extra %}
<link rel="stylesheet" href="/static/css/style.css?v=1785049068" type="text/css">
<link rel="stylesheet" href="/static/css/style.css?v=1785082221" type="text/css">
<link href="/static/vendor/css/bootstrap-5.3.8.min.css" rel="stylesheet">
<link href="/static/vendor/css/fontawesome-6.7.2.min.css" rel="stylesheet">
<link href="/static/vendor/css/solid-6.7.2.min.css" rel="stylesheet">
@@ -10,10 +10,10 @@
<script src="/static/vendor/js/bootstrap-5.3.8.bundle.min.js"></script>
<script src="/static/vendor/js/tinycolor2-1.6.0.min.js"></script>
<script src="/static/js/utils.js?v=1785049068"></script>
<script src="/static/js/ui-ham.js?v=1785049068"></script>
<script src="/static/js/geo.js?v=1785049068"></script>
<script src="/static/js/common.js?v=1785049068"></script>
<script src="/static/js/utils.js?v=1785082221"></script>
<script src="/static/js/ui-ham.js?v=1785082221"></script>
<script src="/static/js/geo.js?v=1785082221"></script>
<script src="/static/js/common.js?v=1785082221"></script>
{% end %}
{% block body %}
<div class="container">