Problem: After installing WPML to translate their website, the client's site became very slow. The client wants to know why and how to resolve the performance issue. Solution: 1. Increase the WP Memory Limit to at least 128MB, ideally to 256MB for optimal performance. Open the
wp-config.php
file and add the following line just before the comment that says '// That's all, stop editing! Happy blogging.':
define('WP_MEMORY_LIMIT', '256M');
2. After updating the memory limit, clear any caches (plugin, browser, and server-side if available), then check your site speed again. 3. If the site remains slow, deactivate all plugins except WPML and its add-ons to check for plugin conflicts. Reactivate them one by one to identify any specific plugin causing slowdowns. 4. Enable object caching and configure a caching plugin like W3 Total Cache for improved performance.
If these steps do not resolve the issue or if the solution seems outdated or irrelevant to your case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket for further assistance.
Problem: You are experiencing a significant slowdown in the WordPress admin panel when managing products in multiple languages using WPML on your WooCommerce site. The site has 23 languages and approximately 4600 products. The slowdown is directly linked to the activation of WPML Multilingual CMS, and deactivating it restores the admin panel speed. Solution: We recommend creating a staging site to safely test without affecting your live environment. You can use the WP Staging plugin for this purpose. Once the staging site is set up, please share the access credentials with us in a private message so we can further investigate the issue and identify specific optimizations or solutions.
Please note that the solution provided might be outdated or not applicable to your specific case. We highly recommend checking the related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the issue persists, please open a new support ticket.
Problem: After migrating to a new hosting, a WooCommerce store operating in three languages experienced significant slowdowns when WPML String Translation was enabled. The site's admin pages often timed out, and there were heavy database queries on icl_strings and icl_translations tables. Additionally, the Advanced Translation Editor (ATE) failed to authenticate, showing repeated auth_error logs.
Solution: To address these issues, we recommend the following steps: 1. In your WordPress dashboard, navigate to WPML → Settings and check the Translation Editor section for any prompts about reconnecting. 2. Disable string tracking and adjust IDs for multilingual functionality. 3. Use WPML's troubleshooting tools to optimize and clean up string tables, clear invalid and unused strings, and remove ghost entries. 4. Consider using caching plugins and database/object caching where possible. 5. If these steps do not resolve the performance issues, we suggest creating a backup and sharing access credentials with our support team for further investigation.
Please note that this solution might be outdated or not applicable to your specific case. We highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket at WPML support forum for further assistance.
Проблема: После установки необходимых плагинов WPML сайт начинает сильно тормозить, несмотря на использование PHP 8.2.29, WP_MEMORY_LIMIT 512M, плагина кеширования LiteSpeed Cache и Cloudflare. Решение: Мы провели ряд проверок на тестовом сайте клиента. Во-первых, обновили все доступные плагины, включая WPML до версии 4.8.1, которая содержит улучшения производительности. Затем использовали стандартные инструменты для устранения неполадок в разделах: • WPML → Support → Troubleshooting, • WooCommerce → WooCommerce Multilingual & Multicurrency → Status → Troubleshooting. После этого проверили скорость загрузки страниц с помощью инструмента Query Monitor. Результаты показали, что заметных задержек нет.
Если вы сталкиваетесь с подобной проблемой, мы рекомендуем обновить все плагины до последних версий, включая WPML, и использовать инструменты для устранения неполадок, доступные в настройках WPML и WooCommerce. Также важно проверить, что у вас установлены последние версии тем и других плагинов.
Обратите внимание, что данное решение может быть неактуальным или не подходить для вашего случая. Если проблема сохраняется, рекомендуем открыть новый тикет в службе поддержки WPML. Также рекомендуем проверить известные проблемы и убедиться, что у вас установлена версия с постоянным исправлением.
Problema: Al intentar activar y configurar WPML en un sitio de prueba, que es una copia del sitio de producción con un gran volumen de publicaciones y adjuntos, se generan consultas SQL intensivas que provocan un uso excesivo de recursos y errores de tiempo de espera (error 524). Solución: Si estás experimentando un consumo excesivo de recursos durante la activación de WPML en entornos con alto contenido, te recomendamos contactar con tu proveedor de hosting para aumentar los recursos del servidor. Además, desactiva todos los plugins y activa un tema por defecto de WordPress durante la instalación para minimizar el consumo de recursos. Si el problema persiste o la solución proporcionada no es relevante porque está desactualizada o no se aplica a tu caso, te sugerimos abrir un nuevo ticket de soporte. También recomendamos revisar los problemas conocidos relacionados, verificar la versión de la solución permanente y confirmar que tienes instaladas las últimas versiones de temas y plugins.
Para asistencia adicional, no dudes en contactar nuestro foro de soporte en WPML support forum.
Problem: If you're experiencing an issue with your database growing too large due to the icl_translate (4.3 GB) and icl_translation_status (3.2 GB) tables, it might be due to how WPML retains data. Solution: We recommend updating to the latest version of WPML where this issue has been addressed. After updating, you can find a new option to clear old translation data under WPML > Support > Troubleshooting. To update WPML, navigate to Plugins > Add new in your WordPress dashboard, click on the "Commercial" tab, and then click "Check for WPML Updates".
Please note that this solution might be irrelevant if it's outdated or not applicable to your case. We highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the issue persists, please open a new support ticket at WPML support forum.
Problem: The client was experiencing performance issues on their site's archive pages, particularly with high load times and frequent errors. The WPML_Element_Translation->maybe_populate_cache() function was being called excessively, resulting in around 1,800 SELECT queries per request, significantly affecting site performance. Solution: We identified that the issue was related to the Adjust ID setting in WPML, which was trying to fetch translated IDs for menu items not set in other languages. To resolve this, we recommended the following steps: 1. Disable the Adjust ID option. 2. Navigate to WPML > String translation > Admin Texts Translation. 3. Locate the default language theme option for the main menu at [theme_mods_motors][nav_menu_locations]primary with ID 207. 4. Add this option for translation and assign the translated menu ID for other languages, such as French ID 253. After applying these changes, the site's load time improved significantly, with pages loading in about 2.5 seconds even with cache disabled. For further details on optimizing SQL queries, you can visit https://wpml.org/faq/how-to-optimize-mysql-queries/.
If this solution does not apply to your case, or if it seems outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. Should you need further assistance, please do not hesitate to open a new support ticket at WPML support forum.