Slow query performance!!
-
Hello,
We have a multilingual WordPress website using WPML with over 52,000 posts across 8+ languages. We are encountering performance issues and site slowness, which seem to be related to the size of several database tables.
Here is an overview of the large database tables:
wp_icl_translate
: 1859.59 MBwp_icl_translation_status
: 1196.06 MBwp_postmeta
: 1095.48 MBwp_posts
: 570.16 MBwp_icl_string_translations
: 260.89 MB
To address these issues, we have optimized the database using the WP Rocket plugin, clearing out unnecessary data like post revisions, transients, and auto drafts. Additionally, we have set
WP_POST_REVISIONS
to 3.I came across the suggestion to split large tables into multiple tables as a potential optimization. Could anyone share their experience with this approach?
Moreover, I would appreciate any recommendations on further improving site performance, especially with regard to the database, queries, and overall request handling.
Thank you in advance for your assistance.
Best regards,
Vimal RoyThe page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.