Allan Simon

Results 189 comments of Allan Simon

WIth my PR linked above, I got it working without needing to change anything but performance are still way worse i.e around 100ms for a /ping route vs ~17ms before...

ah i thought BREF_LOOP_MAX was "unlimited" by default, and putting a number was to force-reboot to avoid memory leak, I will try that then ! (to be honest the doc...

indeed with BREF_LOOP_MAX it works now, and OMG , my /ping was before 10ms -> now 2ms , my /dashboard was 140ms -> now 40ms !!

by the way, do you know if now , with this method if the events that are done on a ec2 after `fastcgi_finish_request` are now also done after the response...

ok, i will try to add some log, because it seems that unfortunately it does not work anymore with blackfire ^^ (or at least not with the CLI / plugin...

to be more precise , it seems to be a side effect of applying the work around for https://github.com/brefphp/symfony-bridge/issues/58 , so we currently either have this issue , or the...

sorry, i made some mistake, the two are not related , I was just mixing two branches and thought the fix of one was triggering the other. So Knp alone...

@t-richard thanks for the tips, yes as I was digging yesterday, for the case of Knp, it seems to be because there are some event subscriber register by a Service...

We just had a security audit which reported this issue (we have a __string() on our entity )