I have a site using the Gravity Forms plugin. therepealpledge.com
I am noticing a significant mysql performance issue. I have done everything I can to tweak the MySQL database settings to gain performance.
I am constantly seeing several SQL statements similiar to this:
SELECT count(0) FROM wp_posts WHERE post_title='Untitled_2597'
There are often 10 different types of these select statements and then run continuously. Can someone shed light as to if this is normal and if not or if there is a way I can curb these count(0) statements I would really appreciate it. It's killing my site.
Regards,
John