Slow Database Queries in WP Admin

On every page load in the WordPress admin, there are a few Gravity Forms database queries that are very slow on my website.

The Query Monitor plugin shows me that the queries are:

GFFormsModel::get_entry_meta_counts()
GFFormsModel::get_entry_count_all_forms()

Is there any way to optimize the MySQL database so that these queries don’t take so long? Or any way to make it so they don’t load on every page load inside the admin?

I’ve read information about optimizing the MySQL database tables by adding indexes or keys. Has anyone done this for Gravity Forms specifically?

Any help would be appreciated.

Cheers!

I’m unable to replicate this issue on my test site. Out of the box, Gravity Forms does not call those methods on every admin page load.

Have you attempted running a complete conflict test using the steps outlined on this documentation page: Testing for a Theme/Plugin Conflict?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.