Increase Performance
juandc opened this issue · 2 comments
juandc commented
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 commented
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 commented
Okay, I have learned GraphQL.
So, lets implement it!