Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look into improvements for build times #37

Open
elvingm opened this issue May 24, 2018 · 1 comment
Open

Look into improvements for build times #37

elvingm opened this issue May 24, 2018 · 1 comment
Assignees

Comments

@elvingm
Copy link
Owner

elvingm commented May 24, 2018

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.

@hhsnopek
Copy link
Collaborator

hhsnopek commented Jul 2, 2018

Upgrading to the latest version of React-Static might do the trick: react-static/react-static#239 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants