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

Increase Performance #1

Open
juandc opened this issue Dec 22, 2017 · 2 comments
Open

Increase Performance #1

juandc opened this issue Dec 22, 2017 · 2 comments

Comments

@juandc
Copy link
Owner

juandc commented Dec 22, 2017

According to Lighthouse

  • Performance is between 88% - 91%
  • Fist paint starts between 1,200s and 1,800s
  • First interactive about 4s

Is possible to reduce some seconds?
Or at least milliseconds?

@juandc
Copy link
Owner Author

juandc commented Dec 22, 2017

Probably the most important problem are the multiple request to the api each page is doing 🤔

Possible solutions:

  • Custom endpoints (offcourse this is not the best practice)
  • GraphQL 😰

The problem if choosing GraphQL is... I must learn GraphQL 😅

@juandc
Copy link
Owner Author

juandc commented Dec 22, 2017

Okay, I have learned GraphQL.
So, lets implement it!

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

No branches or pull requests

1 participant