You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build times are way too long and the quick and dirty solution for pulling down Dato data, and linking models is probably the source.
One possible optimization taken from Dato's own code is using their ItemsRepo - see this thread and this example. It looks like this code performs the linking of models for us without us having to handle it recursively as we are doing now here.
The text was updated successfully, but these errors were encountered:
Build times are way too long and the quick and dirty solution for pulling down Dato data, and linking models is probably the source.
One possible optimization taken from Dato's own code is using their
ItemsRepo
- see this thread and this example. It looks like this code performs the linking of models for us without us having to handle it recursively as we are doing now here.The text was updated successfully, but these errors were encountered: