RSS Feed/News Page takes long time to load or times out, after admin or moderator logs in.

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
31,902
Points
823

Reputation:

After an administrator or moderator logs in, the resulting page will take a very long time to load, and usually caused time out.
But no issues for regular users.

I notice this SQL that is stuck in executing for several minutes

SQL:

Code:
SELECT `xf_post`.*, `xf_thread_Thread_1`.*, `xf_forum_Forum_2`.*, `xf_node_Node_3`.*, `xf_permission_cache_content_Permissions_4`.*, `xf_user_User_5`.*
            FROM `xf_post`
            LEFT JOIN `xf_thread` AS `xf_thread_Thread_1` ON...

Read more

Continue reading...
 
Status
Not open for further replies.
Top