Server Requirements

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

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:

SettingRecommended Value
PHP Version8.0 or newer
memory_limit1024M or higher
max_execution_time300 or higher
max_input_time300 or higher
max_input_vars3000 or higher
post_max_size64M or higher
upload_max_filesize64M 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 );