• Resolved masc

    (@masc)


    When we want to post update a post the WP Ultimate CSV Importer, executes a really slow query, we have to deactivate the plugin in order to work.

    SELECT meta_key
    FROM wp_postmeta
    GROUP BY meta_key
    HAVING meta_key NOT LIKE ‘\_%’ and meta_key NOT LIKE ‘field_%’
    ORDER BY meta_key
    LIMIT 150
    WPImporter_includes_helper->getKeyVals()

    in wp-content/plugins/wp-ultimate-csv-importer/includes/WPImporter_includes_helper.php:246+

    up to 13 seconds, the we get really slow site, connections resets, bad gateway, etc..

    Do you guys know how to fix it ?

    https://www.ads-software.com/plugins/wp-ultimate-csv-importer/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Smackcoders Support

    (@smacksupport)

    Hi masc,

    Kindly update to the latest version of WP Ultimate CSV Importer. Hope it won’t create a problem on your site.

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