Edward

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Missing checkout section on event pages #1481089
    Edward
    Participant

    Hi Sky,

    The event is already set to live.

    Any other ideas?

    Dave

    in reply to: WP-admin slow/unusable after latest EC Pro update #1481086
    Edward
    Participant

    Thanks Nico! That hotfix resolved the problem.

    Cheers,
    Dave

    Edward
    Participant

    Hi,

    I’m having this exact same problem.

    I’ve had someone analyse the slow processes a few times and have been able to narrow it down to poor performing MySQL query. The query appears to be as follows:

    SELECT uhkv_posts.ID FROM uhkv_posts INNER JOIN uhkv_postmeta ON ( uhkv_posts.ID = uhkv_postmeta.post_id ) INNER JOIN uhkv_postmeta AS mt1 ON ( uhkv_posts.ID = mt1.post_id ) INNER JOIN uhkv_postmeta AS mt2 ON ( uhkv_posts.ID = mt2.post_id ) WHERE 1=1 AND ( ( uhkv_postmeta.meta_key = ‘_VenueAddress’ AND uhkv_postmeta.meta_value != ” ) OR ( mt1.meta_key = ‘_VenueCity’ AND mt1.meta_value != ” ) OR ( mt2.meta_key = ‘_VenueZip’ AND mt2.meta_value != ” )) AND uhkv_posts.post_type = ‘tribe_venue’ AND ((uhkv_posts.post_status ‘trash’ AND uhkv_posts.post_status ‘auto-draft’)) GROUP BY uhkv_posts.ID ORDER BY uhkv_posts.ID ASC

    Even running that in phpMyAdmin the query took 44.3788 seconds – and only returned 94 rows so its clearly badly optimised.

Viewing 3 posts - 1 through 3 (of 3 total)