All Topics
Gravity Forms Addon causing timeout on Entries page
Hello!
I’ve been troubleshooting an issue revolving around the entries pages in the Gravity Forms plugin timing out after reaching the PHP maximum execution timeout (increasing this value doesn’t work). I was able to narrow down the issue to Admin Columns Pro’s Gravity Forms addon, as disabling it with this hook add_filter( ‘acp/addon/gravityforms/active’, ‘__return_false’ ); allowed the entries pages to load.
I’ve tried removing all of the column configurations for Gravity Forms, but this doesn’t seem to make a difference.
Any idea why this is happening?
You must be logged in to reply to this topic.