MantisBT: master c596d45b

Author Committer Branch Timestamp Parent
cproensa dregad master 2015-11-04 11:39 master b499d5c8
Affected Issues  0020242: performance in manage project page with large user count
Changeset

Dont create multiple tokens for buttons

Call print_button() with a previously created token which is reutilized
for all buttons.

Previously, for each button a new token was created, which is a
expensive operation that read/writes session variables repeated times.

Issue 0020242

mod - manage_proj_edit_page.php Diff File