Support Request Template
What version of phpBB are you using? phpBB 3.3.11
What is your board's URL? https://andorstrail.com
Who do you host your board with? DigitalOcean
How did you install your board? I used the download package from phpBB.com
What is the most recent action performed on your board? Update from a previous version of phpBB3
Is registration required to reproduce this issue? No
Do you have any MODs installed? No
Do you have any extensions installed? Yes
What version of phpBB3 did you update from? phpBB 3.3.9
What extensions do you have installed? Ban Hammer, Board Announcements, Stop Forum Spam
What styles do you currently have installed? Prosilver and child theme
What language(s) is your board currently using? English
Which database type/version are you using? MySQL 8
What is your level of experience? New to PHP but not phpBB
What actions did you take (updating your board; installing a MOD, style or extension; etc.) prior to this problem becoming noticeable? N/A issue started last night/today, no recent updates/changes on our end.
Please describe your problem. A MySQL query is slow and also using up my CPU resources causing a slow loading site. I am unable to identify where this query comes from to try and clear it up?:
What version of phpBB are you using? phpBB 3.3.11
What is your board's URL? https://andorstrail.com
Who do you host your board with? DigitalOcean
How did you install your board? I used the download package from phpBB.com
What is the most recent action performed on your board? Update from a previous version of phpBB3
Is registration required to reproduce this issue? No
Do you have any MODs installed? No
Do you have any extensions installed? Yes
What version of phpBB3 did you update from? phpBB 3.3.9
What extensions do you have installed? Ban Hammer, Board Announcements, Stop Forum Spam
What styles do you currently have installed? Prosilver and child theme
What language(s) is your board currently using? English
Which database type/version are you using? MySQL 8
What is your level of experience? New to PHP but not phpBB
What actions did you take (updating your board; installing a MOD, style or extension; etc.) prior to this problem becoming noticeable? N/A issue started last night/today, no recent updates/changes on our end.
Please describe your problem. A MySQL query is slow and also using up my CPU resources causing a slow loading site. I am unable to identify where this query comes from to try and clear it up?:
Code:
AND ao.auth_option = 'a_'; # Time: 2024-01-08T18:50:41.791737Z # User@Host: c89ac4b0b3d3[c89ac4b0b3d3] @ localhost [] Id: 5591340 # Query_time: 243.581145 Lock_time: 0.000007 Rows_sent: 0 Rows_examined: 1491907 SET timestamp=1704739598; SELECT ug.user_id, a.forum_id, r.auth_setting, r.auth_option_id, ao.auth_option FROM phpbb_acl_groups a, phpbb_user_group ug, phpbb_groups g, phpbb_acl_roles_data r, phpbb_acl_options ao WHERE a.auth_role_id = r.role_id AND r.auth_option_id = ao.auth_option_id AND a.group_id = ug.group_id AND g.group_id = ug.group_id AND ug.user_pending = 0 AND NOT (ug.group_leader = 1 AND g.group_skip_auth = 1)
Statistics: Posted by sdevaney — Mon Jan 08, 2024 7:16 pm