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
The TranslationsRegistry caches the full Translator instances. Switching from the current FileEngine which uses serialize()/unserialize() to PhpEngine which generates PHP code (which can be opcached) would give better performance gain.
The
TranslationsRegistrycaches the fullTranslatorinstances. Switching from the currentFileEnginewhich usesserialize()/unserialize()toPhpEnginewhich generates PHP code (which can be opcached) would give better performance gain.