Skip to content Skip to sidebar

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 0 voices.

Last updated by Andrey 2 weeks, 5 days ago.

Author Posts
August 18, 2025 at 7:23 pm #17329273

blakeG-3

Background of the issue:
I am trying to load my website, which is only partially loading and very slowly. I have updated the theme, the latest version of WordPress, and all active plugins. I have a redirect from hidden link to nfrjapan.com, which seems to be working fine. The issue can be seen at hidden link.

Symptoms:
The website is only partially loading, very slowly, and none of the products or content are displaying except for the top menu.

Questions:
Why is my website only partially loading?
Why is the website loading very slowly?
Why are none of the products or content displaying on the website?

August 18, 2025 at 7:54 pm #17329416

Andrey
WPML Supporter since 06/2013

Languages: English (English ) Russian (Русский )

Timezone: Europe/Kyiv (GMT+03:00)

While one of my teammates takes care of your ticket, I will provide you with the first debugging steps.

You might be facing a fatal error on the page. The first step is to enable debug. You can do this by adding a few lines to the site’s wp-config.php file. With error log enabled, you will see the actual problem.

To enable it, open your wp-config.php file and look for define(‘WP_DEBUG’, false);. Change it to:

define('WP_DEBUG', true);

To enable the error logging to a file on the server, you need to add yet one more similar line:

define( 'WP_DEBUG_LOG', true );

In this case, the errors will be saved to a debug.log log file inside the /wp-content/directory.

https://wpml.org/documentation/support/debugging-wpml/

Let us know what you see after the debug mode has been enabled.

The topic ‘[Closed] Website not loading/partially loading’ is closed to new replies.