schmittjoh / JMSI18nRoutingBundle

Allows you to internationalize your routing
http://jmsyst.com/bundles/JMSI18nRoutingBundle
358 stars 159 forks source link

Heavy access to session read when disabling i18n in route options #244

Open florianajir opened 4 years ago

florianajir commented 4 years ago

When using route annotation option i18n=false, the kernel request Listener put a lock on session read which cause poor performances.

Is there a way to disable reading locale in session simply getting it from the request header ?