|
|
|
|
|
by sareiodata
2692 days ago
|
|
WordPress might be slow, but it's probably just the host or not enough PHP memory assigned to it. There is nowhere near enough traffic to bring down a WP site, unless you have a ton of bots pinging your site that never appear in your actual google analytics (because they are boths) . * look at an actual server access log. cPanel offers one if your host is offering cPanel.
* try and increase your WordPress memory limit: https://docs.woocommerce.com/document/increasing-the-wordpre...
* check your server's PHP error log and see if there is an error
* set WP_DEBUG to true in wp_config.php |
|