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

Reduce bundle sizes #18

Open
3 tasks
Treora opened this issue Feb 12, 2017 · 0 comments
Open
3 tasks

Reduce bundle sizes #18

Treora opened this issue Feb 12, 2017 · 0 comments

Comments

@Treora
Copy link
Collaborator

Treora commented Feb 12, 2017

Not so urgent optimisations to perhaps try some time:

  • PouchDB could be bundled separately, and shared between background.js and overview.js. Same for React, if used in multiple pages.
  • pouchdb-browser could be replaced with pouchdb-core & pouchdb-adapter-idb (& pouchdb-mapreduce`?)
  • Replace simple lodash functions. Even importing only mapValues draws in a whole bunch of its friends. Useful to depend on while prototyping, but they could perhaps be removed again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant