Form view count+1 causing timeout issue

We are having issue on our live multisite where the database tables are being updated with these update requests…
wp_gf_form_view SET count = count+1 WHERE id=****
This is causing timeout issue. When Gravity Forms was disabled, the issue stopped. Any suggestions? GF is enabled again, but not sure if the issue will come back and cause any problems?

Hey there,

A quick fix might be disabling the view counter using this code: gform_disable_view_counter - Gravity Forms Documentation

You should probably reach out to Gravity Forms support team directly about the underlying problem though, as that shouldn’t be occurring.

3 Likes

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