WordPress
Server Requirements
Recommended PHP/MySQL settings and limits for Nexsas.
If you are unsure how to configure these settings, contact your hosting provider.
Recommended
- Minimum PHP version 7.3 or greater
- MySQL 5.6+ or MariaDB 10.1+
- WordPress memory limit 256 MB or greater
- HTTPS (SSL) support
PHP configuration limits
| Setting | Value |
|---|---|
| max_execution_time | 180 |
| max_input_time | 180 |
| memory_limit | 256M |
| post_max_size | 128M |
| upload_max_filesize | 128M |
| max_input_vars | 2000+ |
WordPress memory limit
define('WP_MEMORY_LIMIT', '256M');
WordPress memory can be different from server memory settings, so you may need to set this explicitly.
See: https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Related official docs:
After meeting these requirements, continue to demo import.