improve performance and generation of cache.json file #277
Labels
chore
unit testing, maintenance, etc
CLI
Content as Data
good first issue
Good for newcomers
invalid
This doesn't seem right
Milestone
Type of Change
Summary
Technical debt tracking for some of the issue rough and dirty technical design decisions made as part of implementing #115 .
Details
Reading and merging / writing cache.json files in serialize.js is a little clunky. For instance, the about route has 4 sub pages, but only needs one cache.json for all of them.
In this case, this file would be written 4 times.
The text was updated successfully, but these errors were encountered: