apache_conf WP性能

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf WP性能相关的知识,希望对你有一定的参考价值。

define('WP_DEBUG', false);

//po tej lini dodać te funkcje

define('WP_POST_REVISIONS',1);   // -   max version revisions 1,2,3.. or false 
define('WP_MEMORY_LIMIT','96M');	// -  memory limit default is 32M if not set
max_execution_time = 120
//      in      /wp-includes/default-constants.php

function wp_initial_constants() {
	global $blog_id;

	// set memory limits
	if ( !defined('WP_MEMORY_LIMIT') ) {
		if ( is_multisite() ) {
			define('WP_MEMORY_LIMIT', '64M');
		} else {
      define('WP_MEMORY_LIMIT', '40M');  		// 	change to 96MB
		}
	}
php_value max_execution_time 120
php_value max_input_vars 3000

以上是关于apache_conf WP性能的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf WP的.htaccess

apache_conf WP管理员通过https://

apache_conf WP Super Cache .htaccess

apache_conf 安装程序做Wordpress #WP #basic

apache_conf 保护wp-config.php

apache_conf 限制Wordpress wp-login和wp-admin到特定IP地址