I want to do some logging when the response to client is already sent, so the browser is not blocked. How can I do that in Phalcon?
I was thinking about attaching to events, but application:afterHandleRequest event is fired before the HTML is sent, not after.