WPIntell

Source evidence

Performance Degradation & SQL Query Termination

Molongui Authorship – Author Boxes, Guest Authors & Co-Authors for WordPress · support · 2026-04-07T12:33:00+00:00

complaintsentiment
highseverity
0.86relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

2 / 19 rows with source links

10.5% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

17 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
uxpagreg unresolved
The Molongui Authorship plugin is generating excessively large SQL queries that are being terminated by the server environment (WP Engine). These queries attempt to retrieve metadata for a very high number of user IDs simultaneously, resulting in query lengths exceeding 26,000 characters. Technical Details: Source File: wp-content/plugins/molongui-authorship/includes/authors.php Trigger Line: 1275 (approximate, based on logs) Error Type: KILLED QUERY Query Pattern: The plugin executes a SELECT on wp_usermeta using a WHERE user_id IN (...) clause containing hundreds of unique User IDs. Impact: This causes significant slow-downs and timeout errors (502/504) on pages where the author box or author lists are rendered, especially on sites with large user databases. Sample Log Entry: KILLED QUERY (26483 characters long generated in /.../plugins/molongui-authorship/includes/authors.php:1275): SELECT user_id AS object_id, meta_key, meta_value FROM wp_usermeta WHERE user_id IN ( [Hundreds of IDs] ) Suggested Fix for Developers: Implement pagination or batching for the wp_usermeta retrieval to keep query lengths within standard limits. Add a configuration setting to limit the maximum number of authors processed per page load. Introduce caching for these metadata results to reduce repetitive, expensive database calls. The page I need help with: [ log in to see the link]

Comments

0 shown

No comments were stored for this source.