UTT Import works with most modern WordPress hosting providers. While the plugin can run on a wide range of hosting environments, larger catalogs and automated imports benefit from additional server resources.
The recommendations below are not strict requirements. Smaller stores may work perfectly with lower values, while larger stores may benefit from more powerful server configurations.
Recommended Hosting
For smaller catalogs and occasional imports, a quality managed WordPress hosting plan is usually sufficient.
For larger catalogs, automated synchronization, or stores importing the full UTT catalog, we recommend a VPS with at least 2 CPU cores and 4 GB RAM.
Recommended PHP Settings
The following values are recommended for reliable imports:
| Setting | Recommended Value |
|---|---|
| PHP Version | 8.0 or newer |
| memory_limit | 1024M or higher |
| max_execution_time | 300 or higher |
| max_input_time | 300 or higher |
| max_input_vars | 3000 or higher |
| post_max_size | 64M or higher |
| upload_max_filesize | 64M or higher |
WordPress Recommendations
For best performance, we recommend increasing the default WordPress memory limits using the following constants.
define( 'WP_MEMORY_LIMIT', '512M' ); define( 'WP_MAX_MEMORY_LIMIT', '1024M' );
If you plan to use scheduled imports, disable WP-Cron and configure a real server cron job instead.
define( 'DISABLE_WP_CRON', true );