Hello,
Have you tried to check your logs and see what’s causing that slow load? I’m not able to reproduce the issue here.
Thread Starter
wpyung
(@wpyung)
where do I look in the logs ?
If I enable debug I get
and look in the xcloner log I see this.
Strange that all other wordpress functions work…
[2021-06-22 14:20:23] php_system.DEBUG: E_WARNING: array ( 'type' => 2, 'message' => 'mysqli_real_connect(): (HY000/2002): Connection timed out', 'file' => '/var/www/wp-includes/wp-db.php', 'line' => 1653, ) [] []
[2021-06-22 14:24:51] php_system.DEBUG: E_USER_NOTICE: array ( 'type' => 1024, 'message' => 'is_search was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.)', 'file' => '/var/www/wp-includes/functions.php', 'line' => 5313, ) [] []
Thread Starter
wpyung
(@wpyung)
I restored the site using xcloner.
but some things were missing so I had to tar in a copy of all files for the site
I think now xcloner is trying to connect to the wrong database.
Is there a file I need to delete ?
Thread Starter
wpyung
(@wpyung)
I fixed this by changing the settings in the xcloner plugin for the database connection.
before that is done everything on the wp-admin site waited for database timeout which made it unusable
Hello,
Glad to hear you sorted your issue, thanks for sharing your solution.