This is the function that consumes most of the time when finding nodes: https://gist.github.com/dmgerman/1c76743aa36c5d86112123fd333566e2 The advantage of memoizing this function is that it has no impact on querying the database.
This is the function that consumes most of the time when finding nodes:
https://gist.github.com/dmgerman/1c76743aa36c5d86112123fd333566e2
The advantage of memoizing this function is that it has no impact on querying the database.