hi all, cam someone clearly says, if I used the cloud version, and I have +500k extension users (mea...
j
hi all, cam someone clearly says, if I used the cloud version, and I have +500k extension users (meaning that in manifest V3 every extension wakeup will trigger the background script to run from scratch), is setting the localStorage layer with setPolyfills() is good enough for caching?
r
Hi there! I understand you're looking to implement GrowthBook in your Chrome extension and want to know whether the localStorage layer is sufficient enough for caching. Is that right?
Quick follow up here. I chatted with our engineers. They said that should work, depending on how the extension persists localStorage (you can networks call to see). That being said, they recommended turning off streaming updates, as it can create a lot of API calls without being that helpful in an extension setting.