Howdy, I'm wondering what the implications might b...
# ask-questions
f
Howdy, I'm wondering what the implications might be for using
enableDevMode: true
in production. Aside from sneaky users finding out they can force different variations, are there any other concerns?
f
Prior to version 1.0.0 of the SDK, that setting would also disable caching, which can have a big impact on performance in production. In 1.0.0, we changed this behavior so now
enableDevMode
has no effect on caching and only controls whether or not the SDK is visible to the Chrome dev tools extension.
f
Very good, thank you!