Problem: El cliente experimenta lentitud en su sitio web al activar el plugin WPML. El sitio está en PHP 8.2 y todos los plugins y temas están actualizados. Solution: Para abordar este problema sin riesgo para el sitio actual, hemos creado un servidor de prueba en Cloudways. Recomendamos migrar el contenido del sitio a este servidor de prueba para depurar el problema. Los pasos para la migración incluyen: 1. Instalar el plugin Cloudways WordPress Migrator. 2. Completar el formulario de migración con los detalles proporcionados por nosotros. 3. Iniciar la migración y esperar las notificaciones por correo sobre el progreso. Para más detalles sobre la migración, visita: https://support.cloudways.com/how-to-migrate-wordpress-to-cloudways/ Si esta solución no resuelve el problema o si la información proporcionada se ha vuelto obsoleta, te recomendamos abrir un nuevo ticket de soporte. También es aconsejable revisar los problemas conocidos en https://wpml.org/known-issues/ y asegurarte de que tienes instaladas las últimas versiones de los temas y plugins. Si necesitas más ayuda, por favor visita nuestro foro de soporte en https://wpml.org/es/forums/forum/ayuda-en-espanol/.
Problema: El cliente experimenta lentitud en su sitio web al activar WPML, especialmente después de una migración de la web. Solución: Si estás experimentando lentitud en tu sitio web tras activar WPML, te recomendamos seguir la discusión y las soluciones propuestas en el ticket anterior, que parece estar relacionado con tu caso. Puedes encontrarlo aquí: https://wpml.org/es/forums/topic/nos-da-problemas-en-una-web/.
Si la solución propuesta en el ticket anterior no resuelve tu problema o si la información parece desactualizada, te recomendamos abrir un nuevo ticket de soporte. Además, te sugerimos 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 los temas y plugins.
Problem: The client is experiencing significant slowdowns on their website when WPML plugins are activated. Solution: If you're experiencing similar issues, we recommend you try the following steps: 1. Create a full backup of your site. 2. Ensure all plugins and themes are up to date. 3. Flush any existing cache memory. 4. Deactivate all plugins, including WPML ones. 5. Activate a default WordPress theme, such as Twenty Twenty. 6. Reactivate the WPML plugins. 7. If the performance improves, reactivate your original theme and then other plugins one by one to identify the problematic plugin. Additionally, please provide the debug information by following the guide at https://wpml.org/faq/provide-debug-information-faster-support/. If these steps do not resolve the issue, update WPML and other plugins to their latest versions and flush any cache again.
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.
Problem: Der Kunde hat versucht, die Leistung seiner Webseite zu verbessern, indem er verschiedene Optionen im Bereich 'Aufräumen' unter WPML > Support > Fehlerbehebung genutzt hat, jedoch ohne die Option 'Sprachen zurückzusetzen'. Trotzdem verlangsamt WPML die Webseite. Solution: Wir haben festgestellt, dass die Hauptursache für die Verlangsamung nicht direkt WPML, sondern die zahlreichen WooCommerce-Erweiterungen und deren aktive Textdomains sind. Zusätzlich verursachen das WooCommerce Payment-Add-On von Stripe und PayPal erhebliche Ladezeiten. Wir empfehlen, alle Plugins außer WPML und WooCommerce zu deaktivieren und die Ladezeiten erneut zu testen, um zu sehen, ob sich die Performance verbessert.
Falls diese Lösung veraltet ist oder nicht auf Ihr Problem zutrifft, empfehlen wir Ihnen, ein neues Support-Ticket zu öffnen. Wir empfehlen auch, die Seite mit bekannten Problemen unter https://wpml.org/known-issues/ zu überprüfen, die Version der dauerhaften Lösung zu verifizieren und zu bestätigen, dass Sie die neuesten Versionen von Themes und Plugins installiert haben. Für weitere Unterstützung besuchen Sie bitte unser Support-Forum unter https://wpml.org/de/forums/forum/deutsches-forum/.
Problem: You are experiencing slow performance on your site, and PHP x-ray reports indicate that WPML is significantly impacting performance. The issue might be related to the database collation settings for the wp_postmeta table. Solution: We recommend altering the collation of your wp_postmeta table to utf8mb4_general_ci to potentially resolve the performance issues. You can do this by executing the following SQL commands in your database:
ALTER TABLE `wp_postmeta`<br />CHANGE `meta_key` `meta_key` varchar(255) COLLATE 'utf8mb4_general_ci' NULL AFTER `post_id`,<br />CHANGE `meta_value` `meta_value` longtext COLLATE 'utf8mb4_general_ci' NULL AFTER `meta_key`,<br />COLLATE 'utf8mb4_general_ci';
If this solution does not apply to your case, or if it is 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. If the issue persists, please open a new support ticket at WPML support forum for further assistance.