zotero / zotero-connectors

Chrome, Firefox, Edge, and Safari extensions for Zotero
https://www.zotero.org/download/connectors
Other
477 stars 118 forks source link

Cache translators between browser sessions #465

Closed adomasven closed 1 month ago

adomasven commented 3 months ago

In browser.storage.local.

To not hit the Zotero repo as often, both for our users' and our own sakes.

adomasven commented 1 month ago

Once we switch to Manifest V3, this is going to become a significantly bigger concern, as the service worker gets killed (currently set to every 1 hour, and we could increase it), and every restart, where Zotero is unavailable is going to cause the repo to get hit for translator code again, so I'm going to prioritize this.