Page Unresponsive issue on submitting post replies
-
We are a writer group running a 6.2.2 WordPress install, 7.4.33 PHP version, the current version of OceanWP theme, PaidMembershipPro 2.11 (current), and BBPress 2.6.9. Our host is SiteGround shared hosting.
Our forum users are experiencing intermittent time-out issues when replying to forum posts. The issue seems to be with longer reply posts, 450 words or more, getting Page Unresponsive messages after hitting SUBMIT
I increased the Dynamic timeout in .htaccess but that doesn’t seem to helping:
<IfModule mod_dtimeout.c>
<Files ~ “.php”>
SetEnvIf Request_URI “index.php” DynamicTimeout=300
SetEnvIf Request_URI “wp-admin/themes.php” DynamicTimeout=300
SetEnvIf Request_URI “wp-admin/admin-ajax.php” DynamicTimeout=300
SetEnvIf Request_URI “wp-admin/admin.php” DynamicTimeout=300
</Files>
</IfModule>I’m not sure what’s generating this Page Unresponsive message, and why it’s intermittent. The reply posts don’t seem that large, and there are only 2 or 3 users on at a given time.
- You must be logged in to reply to this topic.