Slim Response Time

I have a slim application I noticed that I’m having a little auto reset time to solve a simple route, it’s taking around 900ms

Can you show us some code so we can try to reproduce the issue? Or can you set some timers at various points in the code to try to see where the performance issue is?

I’ve sent you the debug file
XDebug Profiler Snapshot

The problem is with the Xdebug extension
With Xdebug disabled 25ms
With Xdebug 2.4.1 enabled 980ms
With Xdebug 2.5.0rc1 enabled 108ms