You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Not so urgent optimisations to perhaps try some time:
background.js
andoverview.js
. Same for React, if used in multiple pages.pouchdb-browser
could be replaced withpouchdb-core
&pouchdb-adapter-idb
(& pouchdb-mapreduce`?)mapValues
draws in a whole bunch of its friends. Useful to depend on while prototyping, but they could perhaps be removed again.The text was updated successfully, but these errors were encountered: