📜  wordpress 网站加载缓慢 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:32.444000             🧑  作者: Mango

代码示例1
1. Always check you debug.log inside wp-content. It will tell you the exact 
issue that is causing this issue.

2. WordPress Memory Exhausted Error – Increase PHP Memory. You need to paste 
this code in wp-config.php file

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

reference solutions:
https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/