Open
Description
Not so urgent optimisations to perhaps try some time:
- PouchDB could be bundled separately, and shared between
background.js
andoverview.js
. Same for React, if used in multiple pages. -
pouchdb-browser
could be replaced withpouchdb-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.