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
+2 -2
View File
@@ -108,8 +108,8 @@
<script>
let spotProvidersEnabledByDefault = {% raw json_encode(web_ui_options["spot-providers-enabled-by-default"]) %};
</script>
<script src="/static/js/spotsbandsandmap.js?v=1785049068"></script>
<script src="/static/js/map.js?v=1785049068"></script>
<script src="/static/js/spotsbandsandmap.js?v=1785082221"></script>
<script src="/static/js/map.js?v=1785082221"></script>
<script>$(document).ready(function () {
$("#nav-link-map").addClass("active");
}); <!-- highlight active page in nav --></script>