Background of the issue:
I am trying to manage my WordPress admin portal, but since installing WPML, it has become very slow. Each page takes more than 30 seconds to load, and the themes page is inaccessible. You can see the issue at hidden link.
Symptoms:
The WordPress admin portal is very slow, with each page taking more than 30 seconds to load. The themes page is inaccessible.
Questions:
Why is the WordPress admin portal slow after installing WPML?
How can I fix the issue of the themes page being inaccessible?
Welcome to the WPML support forum. I will do my best to help you to resolve the issue.
We hope you are using the latest version of WPML(4.7 series). Which hosting service you are currently using? Please share more details about your hosting plan.
Also, please share with us the WordPress debug.log(not WPML debug information) to collect more details on this. Refer to the following pages for instructions
To enable the WordPress Debug log, open your wp-config.php file of site root and look for define('WP_DEBUG', false);. Change it to:
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );
// Disable display of errors and warnings
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
In this case, the errors will be saved to a debug.log log file inside the */wp-content/* directory. Please do the steps to reproduce the bug and check if you are getting any errors or warnings related to WPML in the log file.
If you can paste your debug.log to http://pastebin.com/index.php and provide me with that link it would be great! (This is the cleanest way because sometimes the logs are long and create a complete mess of discussion).
2) Increase the *MaxInputVars* of PHP settings to *10000*. Please check the following article for more details or contact your system admin/hosting provider for this purpose.
I have applied both your recommendations. However, still crippling slow on admin page with occasional error message. Also, I notice my site pages in general are also noticeably slower with WPML active, even when logged out of admin area.
Couple of errors in console:
Source map error: request failed with status 404
Resource URL: hidden link
Source Map URL: dashboard.bundle.js.map
Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource.
j hidden link
(Async: promise callback)
c hidden link
t hidden link
c hidden link
_invoke hidden link
_ hidden link
n hidden link
s hidden link
(Async: promise callback)
n hidden link
s hidden link
exports hidden link
exports hidden link
startRunner hidden link
x hidden link
c hidden link
r hidden link
z hidden link
c hidden link
yt hidden link
as hidden link
vl hidden link
unstable_runWithPriority hidden link
Wa hidden link
hl hidden link
Zs hidden link
qs hidden link
Al hidden link
Wl hidden link
tl hidden link
Wl hidden link
render hidden link
Et hidden link
t hidden link
c hidden link
_invoke hidden link
_ hidden link
n hidden link
s hidden link
exports hidden link
exports hidden link
Ae hidden link
1274 hidden link
(Async: EventListener.handleEvent)
1274 hidden link
s hidden link
n hidden link
<anonymous> hidden link
<anonymous> hidden link
Thank you for the feedback. Which hosting service you are currently using? Please share more details about your current hosting plan.
On which backend pages are you experiencing the most performance slowdown? Are you facing similar issues on any frontend pages?
Also, please check if you are getting any errors related to WPML in the server error log while having this bug. May you need your hosting team's support to access the server error log file.
--
Thanks!
Bigul
The topic ‘[Closed] WordPress Admin – Very slow since installing WPML’ is closed to new replies.