WIP: Startup.js + GraphQL
What does this MR do?
In this MR we move initial GraphQL calls for the application outside of Vue instance.
This will allow us to receive the data required for rendering a bit faster.
Statistics
| Before | After | |
|---|---|---|
| First Meaningful Paint | 1674,42 | 1541,5 |
| DomContentLoaded | 2450,04 | 2293,26 |
| Largest Contentful Paint | 3111 | 2872,8 |
| GraphQL quer(ies) started | 2,08 | 1,882 |