• We’re running Query Monitor at the moment trying to track down a few issues.

    We have facebook, twitter, linkedin, stumbleupon, reddit, email and sharethis displaying.

    I noticed that with WP Socializer enabled, 65 additional queries are generated per page load, each of them exactly the same for whatever page is loaded. Example:

    Plugin: wp-socializer

    SELECT wp_posts.ID
    FROM wp_posts
    WHERE 1=1
    AND wp_posts.post_parent = 40851
    AND (wp_posts.post_mime_type LIKE 'image/%')
    AND wp_posts.post_type = 'attachment'
    AND ((wp_posts.post_status = 'inherit'))
    ORDER BY wp_posts.post_date ASC
    LIMIT 0, 1

    Could anyone shed some light on this?

    https://wordpress.org/plugins/wp-socializer/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘DB Queries’ is closed to new replies.