diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-11 15:03:32 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-11 15:09:56 +1000 |
| commit | 776692bc0a5115202774b715bd14d2cd505549dc (patch) | |
| tree | bb81866cddae09b57e648d83b74269d89cabead5 /backend/tolData/README.md | |
| parent | e77845075eaa813b5c8bf765023e0423f4327780 (diff) | |
Use initial-tree-cache to reduce initial load timeinitial-tree-cache
Diffstat (limited to 'backend/tolData/README.md')
| -rw-r--r-- | backend/tolData/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
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. |
