Problem: The client reported excessive loading times in the website backend after installing WPML, despite using a default theme. Solution: We replicated the client's site in a local environment and found no performance issues with WPML. The problem likely stems from the server environment. Here are the recommended steps: 1. Resolve server errors: Address console errors related to server configuration such as permissions, rewrite rules, and resource limits with your hosting provider. 2. Fix database permissions: Ensure the database user has necessary permissions like CREATE, ALTER, INDEX, and REFERENCES, as indicated by errors in the admin panel. 3. Check plugin file permissions: Confirm that all plugin directories are writable. File permissions should typically be 755 for folders and 644 for files. 4. Increase server resources: Enhance the PHP memory limit, update PHP to a higher stable version, and ensure MySQL/MariaDB versions meet the requirements. 5. Consider alternative hosting: If issues persist, testing the site with different hosting might help, as the local tests showed no issues.
If these steps do not resolve your issue, or if the solution seems outdated, please visit our support forum. We also 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.
Problem: The client was experiencing performance issues in the admin area due to frequent calls to the ate.wpml API. These calls were made on every admin page and were significantly slowing down the site. The client noted that all translations were done manually and did not require these API interactions. Solution: We analyzed the client's database and discovered that the sync requests to the ATE server were triggered by leftover entries from translation jobs that were never completed. These entries were related to original pages that had been deleted, causing the API to repeatedly check for updates that never occurred. We resolved the issue by removing these obsolete database entries, which stopped the unnecessary API calls and improved the site's performance. We also informed our developers about this issue to prevent similar problems in the future.
If this solution does not apply to your case, or if it seems outdated, we 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 issues persist, please open a new support ticket.
Проблема: Клиент столкнулся с низкой скоростью загрузки сайта при использовании WPML и WooCommerce. Отключение WPML приводит к ускорению работы сайта. Решение: Мы рекомендуем выполнить следующие шаги для улучшения производительности сайта: 1. Убедитесь, что ваш хостинг соответствует минимальным системным требованиям WPML. 2. Используйте PHP 8 для лучшей производительности. 3. Настройте кэширование с помощью плагинов, таких как Super Cache, W3 Total Cache или WP Rocket. 4. Избегайте использования плагинов для SSL, которые могут замедлять сайт. 5. Установите плагин Index WP MySQL For Speed для оптимизации базы данных. 6. Отключите отладочные инструменты на продакшн-сервере. 7. Оптимизируйте размер страниц, минимизируя и объединяя JavaScript и CSS-файлы. 8. В настройках WPML отключите параметры, которые могут замедлять работу сайта, такие как 'Отображать как переведённое' и 'Adjust IDs for multilingual functionality'. 9. Используйте инструменты устранения неполадок WPML для очистки и оптимизации таблиц строк.
Если данные рекомендации не помогут или вы столкнётесь с другими проблемами, мы настоятельно рекомендуем проверить известные проблемы, убедиться в актуальности версий фиксов и установленных версиях тем и плагинов. В случае, если проблема сохраняется, пожалуйста, откройте новый тикет поддержки.
Problem: The client is experiencing 502 bad gateway errors on their site. The hosting provider identified that the 'wp_installer_settings' from wpml-string-translation is maxing out the autoload options, contributing significantly to the issue. The client is considering turning the autoload to OFF for 'wp_installer_settings' and 'wpml_strings_need_links_fixed'. Solution: We advised the client against disabling the autoload for 'wp_installer_settings' and 'wpml_strings_need_links_fixed' as it is not recommended. Instead, we suggested the following steps to diagnose and potentially resolve the issue: 1. Create a full site backup. 2. Update any outdated plugins or themes. 3. Flush any cache memory. 4. Activate WordPress debug mode as described in this guide. 5. Deactivate all plugins, including WPML ones, and activate a default WordPress theme like Twenty Twenty. 6. Reactivate the WPML plugins and then activate the theme and other plugins one by one to identify the culprit. 7. Check for any fatal errors in the debug.log file within the wp-content folder. Additionally, we informed the client that the next WPML version (v4.9) will have a much smaller 'wp_installer_settings', although there is no estimated time of arrival for this update.
If this solution does not resolve your issue or seems irrelevant due to being 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 issues persist, please open a new support ticket.
Problema: Estás experimentando tiempos de carga extremadamente lentos en el backend, especialmente al guardar cambios en productos y posts. El análisis indica que WPML es el principal causante de la ralentización, específicamente debido al archivo wpml-proxy-interceptor.js. Solución: 1. Confirma que has creado una copia de seguridad del sitio completo que puedas restaurar en caso de ser necesario. 2. Accede a la pantalla de administración de WPML en este enlace: https://www.almendrehesa.es/wp-admin/admin.php?page=wpml-string-translation%2Fmenu%2Fstring-translation.php&troubleshooting=1&strings_per_page=100 3. Elimina las cadenas que aparecen en esta pantalla, ya que están registradas incorrectamente y pueden estar contribuyendo a la lentitud. 4. Si el problema persiste, considera crear un sitio staging utilizando el plugin WP Staging para realizar pruebas adicionales sin afectar el sitio en producción.
Si la solución proporcionada no resuelve el problema o parece irrelevante debido a actualizaciones o diferencias en tu caso, te recomendamos abrir un nuevo ticket de soporte. También es altamente recomendable revisar los problemas conocidos en https://wpml.org/known-issues/, verificar la versión de la solución permanente y confirmar que tienes instaladas las últimas versiones de temas y plugins. Para asistencia adicional, visita nuestro foro de soporte en https://wpml.org/es/forums/forum/ayuda-en-espanol/.