Reply To: Message box slow for certain users


Home Forums Front End PM PRO Message box slow for certain users Reply To: Message box slow for certain users

#15471
David
Participant

Yes, here is the result for Admin logged in ( I have also attached the full screenshot).

SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
LEFT JOIN wp_postmeta
ON ( wp_posts.ID = wp_postmeta.post_id )
LEFT JOIN wp_postmeta AS mt1
ON ( wp_posts.ID = mt1.post_id )
LEFT JOIN wp_postmeta AS mt2
ON (wp_posts.ID = mt2.post_id
AND mt2.meta_key = ‘_fep_delete_by_1’ )
WHERE 1=1
AND wp_posts.post_parent = 0
AND ( wp_postmeta.meta_key = ‘_fep_last_reply_time’
AND ( ( mt1.meta_key = ‘_fep_participants’
AND mt1.meta_value = ‘1’ )
AND mt2.post_id IS NULL ) )
AND wp_posts.post_type = ‘fep_message’
AND ((wp_posts.post_status = ‘publish’))
GROUP BY wp_posts.ID
ORDER BY wp_postmeta.meta_value+0 DESC
LIMIT 0, 15

Attachments:
You must be logged in to view attached files.