Viewing 1 replies (of 1 total)
  • Hi,

    Here also problems with performace..
    Slow querie shows:
    # Time: 140123 13:46:17
    # User@Host: @ localhost []
    # Query_time: 33.742712 Lock_time: 0.000104 Rows_sent: 1406 Rows_examined: 6492984
    use xxx;
    SET timestamp=1390481177;
    SELECT wp_ngg_gallery.* , wp_options.option_value AS ‘custom_post_id’, GROUP_CONCAT(CONCAT_WS(‘@@’, meta_key, meta_value)) AS ‘extras’ FROM wp_ngg_gallery LEFT OUTER JOIN wp_options ON wp_options.option_name = CONCAT(‘wp_ngg_gallery_’, wp_ngg_gallery.gid) LEFT OUTER JOIN wp_postmeta ON wp_postmeta.post_id = wp_options.option_value GROUP BY wp_ngg_gallery.gid;

    How can we avoid this?

    This querie is executed when trying to add gallery / images…

    Niels

Viewing 1 replies (of 1 total)
  • The topic ‘Slow loading time’ is closed to new replies.