1. 30 Jun, 2012 7 commits
  2. 29 Jun, 2012 1 commit
  3. 28 Jun, 2012 2 commits
    • Fabien Potencier's avatar
    • Fabien Potencier's avatar
      merged branch spantaleev/avoid-swiftmailer-init (PR #396) · ef9398de
      Fabien Potencier authored
      Commits
      -------
      
      32ca5b51 Do not care about `mailer` service changes
      efd3757d Avoid Swift Mailer initialization if possible
      
      Discussion
      ----------
      
      Avoid Swift Mailer initialization if possible
      
      The finish() filter flushing spool messages after each request
      caused Swift Mailer to be initialized and all services in this
      provider to be instantiated.
      
      Doing all this work takes time and is potentially unnecessary,
      since only a small number of all requests queue messages for sending.
      
      The time it takes to initialize swiftmailer and all services is between
      1 and 2ms on the 2 machines I tested on.
      This seems like a big price to pay for just including a provider
      that does nothing for most requests.
      ef9398de
  4. 27 Jun, 2012 2 commits
  5. 26 Jun, 2012 4 commits
  6. 25 Jun, 2012 10 commits
  7. 23 Jun, 2012 7 commits
  8. 22 Jun, 2012 7 commits