Last modified: 2013-12-15 12:17:47 UTC
Mailings -> Scheduled and Sent Click on "Report" for a mailing. It works for https://civicrm.wikimedia.org/civicrm/mailing/report?mid=232&reset=1 with 5784 recipients, but 500's for https://civicrm.wikimedia.org/civicrm/mailing/report?mid=256&reset=1 with 7520 recipients.
A couple of possibilities I can think of off the top of my head: * it's choking on a particular email address (we do really bad email address validation) * there's a long-running query that's getting killed I'll be looking into this in the next few weeks.
I'm fairly certain its not choking on a particular email email (unless they added a new choke point) since I have viewed these exact reports many times before (they used to not really take much time at all to load, even the 100k address emails). Since everything was working quite well back on the previous version, I would start looking at the queries that they added/changed between the two versions. Thanks for looking!
CiviCRM is moving away from the individual email reports and, instead, moving toward the reporting module. These same stats can (and more!) be retrieved through Reports -> Mail Summary Report.
[Moving from "CiviCRM/General" to "Wikimedia/CiviCRM; see bug 57738]