XF 2.1 Detecting Troublesome Query

RoyalRumble

Active member
Hello,

Our host has identified a query that's causing a problem with performance - it's below.

Any chance any kind soul can tell us what its from? Add-ons list below.

Code:
You seem to have a particular query causing the problem. Any ideas which one it is?

SELECT COUNT(*) FROM `xf_post`  WHERE (`xf_post`.`thread_id` = 104365) AND ((`xf_post`.`message_state` IN ('visible'))) AND ((`xf_post`.`message_state` IN ('visible'))) AND (`xf_post`.`user_id` = 10524) AND (`xf_post`.`position` < 21217);

195308
 
Top Bottom