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.
Accessing PHP Settings
Section titled “Accessing PHP Settings”- Open a site from the sidebar
- Click the “PHP Config” tab in the site detail view
- Adjust settings and save
Changes take effect when the site is restarted.
Available Settings
Section titled “Available Settings”| Setting | Description | Default |
|---|---|---|
| Memory Limit | Maximum memory a PHP script can consume | 256M |
| Max Execution Time | Maximum time (seconds) a script can run | 300 |
| Max Input Time | Maximum time (seconds) for parsing input | 300 |
| Max Input Vars | Maximum number of input variables | 1000 |
| Max File Uploads | Maximum number of files per upload request | 20 |
| Post Max Size | Maximum size of POST data | 128M |
| Upload Max Filesize | Maximum size of an individual uploaded file | 128M |
When to Adjust
Section titled “When to Adjust”- 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