Skip Navigation

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.

This topic contains 1 reply, has 2 voices.

Last updated by Andreas W. 1 year, 5 months ago.

Author Posts
August 25, 2023 at 5:33 pm #14293463

dianaJ-2

Hi

The php memory limit for our site it 256M but WPML only sees 124M and therefore comes with a warning? Please see the attached file. The first server ressources overview is taken from the website's theme. The seccond is from WPML. And then, after installing WPML, one page on the website got very slow - just the one page (Udsalg) - and it is really a problem. Can you help?

Kind regards,
Diana Jensen

php memory limit.jpg
August 26, 2023 at 8:20 pm #14295247

Andreas W.
Supporter

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

Timezone: America/Lima (GMT-05:00)

Hello,

Thank you for your message.

The limit of 256M on your screenshot refers to the PHP MEMORY LIMIT on the server.

Apart from that the WP MEMORY LIMIT has to be adjusted inside the file wp-config.php which can be found in the root folder of WordPress on the server.

Please revise the file for a line like:

define( 'WP_MEMORY_LIMIT', '124M' );

Adjust the line to:

define( 'WP_MEMORY_LIMIT', '256M' );

Please also take note that those settings can be limited by your hosting provider. I would advise you to consult your hosting support team if your changes will not take effect.

Let us know if further assistance from our side is needed.

Best regards
Andreas

The topic ‘[Closed] Slow page and not regcognizing php memory limit’ is closed to new replies.