Cet utilisateur n'a aucun sujet favori.
Sujets de forum favoris
Sujets de forum créés
| Statut |
Sujet
|
Support | Voix | Messages | Fraîcheur |
|---|---|---|---|---|---|
|
When i translate item, image does not copy on items
Commencé par : aljazP-4 dans : English Support |
|
0 | 7 | Il y a 8 heures et 21 minutes | |
|
WooCommerce extremely slow when WPML is enabled (2+ minutes load time)
1
2
Commencé par : aljazP-4
dans : English Support
Problem: Solution:
add_action('wp_enqueue_scripts', function() {
wp_dequeue_script('wc-cart-fragments');
});
Additionally, we found that the first uncached page load was extremely slow regardless of WPML being active, indicating a potential issue with the caching setup. We implemented the above workaround in the Child Theme, which improved the load time to about 6 seconds with WPML enabled. We also recommended ensuring that the WPML Multilingual & Multicurrency for WooCommerce addon was enabled and that WPML and its addons were updated. If you're experiencing similar issues, we recommend trying the provided workaround and checking your caching setup. It's also important to ensure that all WPML components are up to date. If these steps do not resolve the issue or if the solution seems outdated or irrelevant to your case, please visit our support forum at WPML Support Forum and open a new support ticket. We also 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. |
|
0 | 29 | Il y a 2 semaines |