• Resolved Sound Strategies

    (@soundstrategies)


    jm-twitter-cards/classes/utilities.php has a line:
    $keys = $wpdb->get_results( “SELECT DISTINCT meta_key from {$wpdb->postmeta}” );

    That query runs even on dashboard of wp-admin, and causes tremendous load on sites with a big metadata table. So we are stuck with v8.0 which doesn’t have that issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User 10765487

    (@anonymized-10765487)

    this has been removed in 9.3, in fact I should remove the remaining static method but I never use it in code anymore ??

    Anonymous User 10765487

    (@anonymized-10765487)

    to be completely removed in 9.4, sorry it’s hard to find time to fix things these days.

    Thread Starter Sound Strategies

    (@soundstrategies)

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Performance issues on sites with big meta data tables’ is closed to new replies.