Benchmark results
Posted: Thu Aug 02, 2007 5:24 am
Well I was initially very frustrated setting up SwiftMailer but now that I've got a better idea and things are running, I like. I ran a benchmark to make sure the solution was in fast quicker than PHPMailer.
In MY software, the old method (PHPMailer)... the NEW method (some optimization outside of SwiftMailer too in all fairness) here are my results:

In MY software, the old method (PHPMailer)... the NEW method (some optimization outside of SwiftMailer too in all fairness) here are my results:
- HTML + text message with custom read/open tracking and link tacking - 100 people
- PHPMailer - 300 seconds
- SwiftMailer - 44 seconds
- Plain text e-mail with two 50KB attachments - 50 people
- PHPMailer - 229 seconds
- SwiftMailer - 56 seconds
