WP Memory Limit erhöhen

wp-config.php

[php]
define(‚WP_MEMORY_LIMIT‘, ‚256M‘);[/php]

.htaccess

[php]php_value memory_limit 512M
php_value max_input_vars 10000
php_value max_execution_time 180[/php]

War dieser Artikel hilfreich?
Nach oben scrollen