Overview for
debug
There are plenty of great tools for debugging PHP applications like ones built with Symfony, but catching reasons for slow processes in production can still be a tough cookie.
Debugging emails can be be a burden. Continuously sending and receiving emails to your account... waiting for them to receive and so on.
eZ Publish 4.x had support for pushing out outgoing emails to files instead of smtp or sendmail. The Swiftmailer configuration in Symfony2 sites enable a simil…
Written by Jani Tarvainen on Thursday November 12, 2015
Permalink -
Tags:
email, swiftmail, debug
Blackfire is a product that helps developers profile their applications. It is a combination of various tools. It is similar to, Xdebug a PHP extension which provides debugging and profiling capabilities, but the major difference being that you can run it in production without significant overhead.