AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

Slow wpForo Database Queries

1 Posts
1 Users
0 Reactions
4 Views
Posts: 19
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@codings)
Eminent Member
Joined: 3 years ago
[#73156]

The server host is limiting the site performance, saying it is caused by slow queries, then pointing to wpForo as the cause.

This is from a chat with the host:

The forum is not just slow for one visitor. The logs show a repeated pattern:

  • Many GET /forum/ requests take approximately 16–83 minutes to finish.
  • Several end with HTTP 500 after roughly 45–86 minutes.
  • Other requests return HTTP 200 but still take an abnormally long time.
  • Bingbot requests are also hitting /forum/; several were rate-limited with HTTP 429.

That means the forum page is triggering a long-running WordPress operation. The most likely sources are the forum plugin itself, its database queries, or an attached feature such as Better Messages, not the basic hosting connection and not your SELECT 1 test.

The access logs cannot reveal the exact SQL statement or plugin function, but they do establish that /forum/ is repeatedly tying up server resources. This makes the forum stack the leading suspect behind the slow-query protection and CPU pressure.


Share: