Basic System Requirements

WordPress Requirements : https://wordpress.org/about/requirements/

Other Basic requirements are as below.

Lower limits may interfere with normal functioning of WordPress, theme and plugin.
Example: Theme and plugin install, demo import, image upload, page edit etc.

Item Recommended Value Why It Matters
memory_limit 256M or higher (e.g., 512M) If the memory limit is too low, you may encounter issues like
– Demo Import fail
– “Allowed memory size exhausted” when performing tasks like editing a page with a page builder
WP_MEMORY_LIMIT 256M If the memory limit is too low, you may encounter issues with
– Demo Import
– Normal WordPress Working etc.
post_max_size 64M A higher value is needed for uploading larger files (e.g., images, product data) through WooCommerce or page builders. If it’s too low, large form submissions or media uploads may fail.
upload_max_filesize 64M You may want to allow higher upload sizes if you are uploading large images or files for your products or pages. Lower values may cause issues with uploading large product images, media files, or any content that needs to be uploaded via the WordPress admin.
max_execution_time 300 A higher value is recommended for large WooCommerce stores and page builders, which can take time to load or process complex content. If too low, it could interrupt things like product imports, backup processes, or large page builds.