mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-05-16 07:51:27 +01:00
perf: prefetch for serializers on network view
Reduces request time by more than 50%
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user