I've just put the signup module through a little test with 130 page views/minute (average) and a peak of 50 signups/second.
The major flaw detected was less related to traffic and not severe. The default view at node/%node/signups/list only showed the first 10 signups and no more link. Simple enough to fix, but if this really is the default there should be better defaults. A more link should be a minimum of change to defaults.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 592202-2.pager_for_signup_views.patch | 1.47 KB | dww |
Comments
Comment #1
dwwYeah, I think I noticed the same thing recently. ;) Should be a trivial fix to the default view. Care to provide a patch? Thanks!
Comment #2
dwwBah, it was so easy I just did it. ;) The signup_user_list view now defaults to displaying 100 signups, and there's a pager if you go beyond that. I also added a pager to the signup_user_admin_list and signup_user_vbo_admin_list views.
Comment #3
dwwCommitted a modified version of this to HEAD + DRUPAL-6--1 for signup, and to HEAD of signup_status (to add a pager to the default signup admin view it provides, too). The previous patch no longer applied after #594686: Split default views into separate files.