perf: prefetch for serializers on network view

Reduces request time by more than 50%
This commit is contained in:
James Graham
2021-04-25 15:11:21 +01:00
parent 7d14fed90f
commit 7681e78a50
2 changed files with 29 additions and 34 deletions

View File

@@ -84,8 +84,8 @@
{{ organisation_relationship_set|json_script:'organisation-relationship-set-data' }}
<script src="https://cdnjs.cloudflare.com/ajax/libs/cytoscape/3.14.0/cytoscape.min.js"
integrity="sha256-rI7zH7xDqO306nxvXUw9gqkeBpvvmddDdlXJjJM7rEM="
<script src="https://cdnjs.cloudflare.com/ajax/libs/cytoscape/3.18.2/cytoscape.min.js"
integrity="sha512-CBGCXtszkG5rYlQSTNUzk54/731Kz28WPk2uT1GCPCqgfVRJ2v514vzzf16HuGX9WVtE7JLqRuAERNAzFZ9Hpw=="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/2.0.5/FileSaver.min.js"