Skip to content Skip to sidebar

This thread is resolved. Here is a description of the problem and solution.

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.

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

Tagged: 

This topic contains 2 replies, has 1 voice.

Last updated by Carlos Rojas 2 months ago.

Assisted by: Carlos Rojas.

Author Posts
September 20, 2025 at 9:04 pm #17418547

matijaG-2

Background of the issue:
I am trying to translate my website using WPML.

Symptoms:
The website is very slow after installing WPML.

Questions:
Why is my website slow after installing WPML?

September 20, 2025 at 9:20 pm #17418600

matijaG-2

site is still too slow

September 22, 2025 at 8:41 am #17420424

Carlos Rojas
WPML Supporter since 03/2017

Languages: English (English ) Spanish (Español )

Timezone: Europe/Madrid (GMT+01:00)

Hello,
Thank you for contacting us

Please increase the WP memory Limit. Minimum requirements are 128Mb: https://wpml.org/home/minimum-requirements/
You can add this to wp-config.php to increase WP memory:`

/* Memory Limit */
define('WP_MEMORY_LIMIT', '256M');

- Add it above the line /* That's all, stop editing! Happy blogging. */

You can double-check the WordPress memory limit in WPML -> Support

Once the WordPress memory limit is increased, re-save the permalinks and flush any cache memory that might exist. Then double-check if the issue disappeared.

Regards,
Carlos