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

Much bigger than apollo-cache-inmemory #421

Open
wmertens opened this issue Jul 22, 2019 · 1 comment
Open

Much bigger than apollo-cache-inmemory #421

wmertens opened this issue Jul 22, 2019 · 1 comment

Comments

@wmertens
Copy link

I don't know how, but when I switch apollo-cache-inmemory for apollo-cache-hermes it increases my gzipped bundle size by 14kb.

Webpack-bundle-analyzer shows that inmemory is 23kb parsed, and hermes is 48kb.

🤔

@nevir
Copy link
Contributor

nevir commented Jul 22, 2019

Yeah, hermes is definitely more complicated than inmemory (though the upcoming v3 of inmemory may change that) - there are probably some areas where we could trim some fat, though

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