Title: Really Slow Query
Last modified: September 1, 2016

---

# Really Slow Query

 *  Resolved [masc](https://wordpress.org/support/users/masc/)
 * (@masc)
 * [10 years ago](https://wordpress.org/support/topic/really-slow-query/)
 * 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://wordpress.org/plugins/wp-ultimate-csv-importer/](https://wordpress.org/plugins/wp-ultimate-csv-importer/)

Viewing 1 replies (of 1 total)

 *  [smacksupport](https://wordpress.org/support/users/smacksupport/)
 * (@smacksupport)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/really-slow-query/#post-8939578)
 * 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.

 * ![](https://ps.w.org/wp-ultimate-csv-importer/assets/icon.svg?rev=3131703)
 * [WP Ultimate CSV Importer – WordPress Import & Export for CSV, XML & Excel](https://wordpress.org/plugins/wp-ultimate-csv-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-ultimate-csv-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-ultimate-csv-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-ultimate-csv-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-ultimate-csv-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-ultimate-csv-importer/reviews/)

## Tags

 * [importer](https://wordpress.org/support/topic-tag/importer/)
 * [slow query](https://wordpress.org/support/topic-tag/slow-query/)

 * 1 reply
 * 2 participants
 * Last reply from: [smacksupport](https://wordpress.org/support/users/smacksupport/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/really-slow-query/#post-8939578)
 * Status: resolved