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!