Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-13229

Memberlist is getting overloaded with redundant SQL queries

XMLWordPrintable

      On memberlist page with the stock 25 members the page loads more than 100 SQL queries (f.e. 113 for area51 board currently).
      This is due to the can_receive_pm check in phpbb_show_profile() function (includes/functions_display.php) which adds 4 queries per user to determine if the user can receive PM to show "Send private message" link in user profile.
      Although, for memberlist this is not used.

            naderman Nils Adermann
            rxu rxu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: