From 776692bc0a5115202774b715bd14d2cd505549dc Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 11 Jul 2022 15:03:32 +1000 Subject: Use initial-tree-cache to reduce initial load time --- backend/tolData/README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'backend/tolData/README.md') diff --git a/backend/tolData/README.md b/backend/tolData/README.md index 75731ae..ba0699d 100644 --- a/backend/tolData/README.md +++ b/backend/tolData/README.md @@ -146,3 +146,8 @@ Some of the scripts use third-party packages: 3. Run genReducedTrees.py, which generates multiple reduced versions of the tree, adding the `nodes_*` and `edges_*` tables, using `nodes` and `names`. Reads from pickedNodes.txt, which lists names of nodes that must be included (1 per line). + +## Other +- The client-side code can use an initial tree cache at + src/initialTrees.json, which should be kept in sync with database + changes. More details in src/README.md. -- cgit v1.2.3