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

Optimize the number of attributes to be stored in Vuex store #1654

Closed
pkarw opened this issue Aug 29, 2018 · 0 comments
Closed

Optimize the number of attributes to be stored in Vuex store #1654

pkarw opened this issue Aug 29, 2018 · 0 comments

Comments

@pkarw
Copy link
Collaborator

pkarw commented Aug 29, 2018

Currently we're storing in the state all attributes metadata that can be potentially used. In fact this is outputed in SSR mode to the browser as window.INITIAL_STATE. We can save around 20-30KB of page size by just cutting the list to the attributes that are really used.

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

2 participants