nuxtServerInit running on every time index page is reload
[issue link]I just realized that nuxtServerInit is run everytime index page is loaded. Is that supposed to be the case?
I would think that server init means it only run once during the whole session. We are using nuxtServerInit to grab a lot of data from the api and having it run everytime we navigate to index page is really slow.
Am I using it wrong?