Skip to content

PHP Configuration

Blaze lets you customize PHP settings for each site individually through the app’s UI. No need to find and edit php.ini files manually.

  1. Open a site from the sidebar
  2. Click the “PHP Config” tab in the site detail view
  3. Adjust settings and save

Changes take effect when the site is restarted.

SettingDescriptionDefault
Memory LimitMaximum memory a PHP script can consume256M
Max Execution TimeMaximum time (seconds) a script can run300
Max Input TimeMaximum time (seconds) for parsing input300
Max Input VarsMaximum number of input variables1000
Max File UploadsMaximum number of files per upload request20
Post Max SizeMaximum size of POST data128M
Upload Max FilesizeMaximum size of an individual uploaded file128M
  • Memory Limit — increase if you see “Allowed memory size exhausted” errors, especially with WooCommerce or page builders
  • Max Execution Time — increase for long-running imports or migrations
  • Upload Max Filesize / Post Max Size — increase if you need to upload large media files or import large database dumps