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

Unnecessary $display_online_list=true in login box function takes extra SQL queries

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 3.0.1
    • 3.0.0
    • Authentication
    • None
    • PHP Environment:
      Database:

      Tiny thing: in function login_box (includes/functions.php) the following page_header call is used

      page_header($user->lang['LOGIN']);

      It looks like online list display is not needed on login, so we could use call

      page_header($user->lang['LOGIN'], false);

      which brings us slightly better login box performance .

            Acyd Burn Meik Sievertsen [X] (Inactive)
            rxu rxu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: