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.

CommentFileSizeAuthor
#2 592202-2.pager_for_signup_views.patch1.47 KBdww

Comments

dww’s picture

Title: Low limit and lack of more link » Low limit and lack of more link on the default listing of signups

Yeah, I think I noticed the same thing recently. ;) Should be a trivial fix to the default view. Care to provide a patch? Thanks!

dww’s picture

Assigned: Unassigned » dww
Status: Active » Needs review
StatusFileSize
new1.47 KB

Bah, 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.

dww’s picture

Version: 6.x-1.0-rc6 » 6.x-1.x-dev
Status: Needs review » Fixed

Committed 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.