Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpazleen

    (@wpazleen)

    Hello @dronerazzo

    We’re excited to announce the release of v1.3.0! 🎉

    This update introduces a powerful built-in Batch Processing system designed to deliver high-performance import and export transfers especially for large post and media libraries. It significantly improves reliability, stability, and helps prevent timeout issues during heavy operations.

    You can now upgrade to the latest version and experience the improvements firsthand 🚀

    Plugin Author wpazleen

    (@wpazleen)

    Thank you for the valuable suggestion regarding JSON-based media import/export.

    After reviewing the issues you mentioned, we’d like to clarify that media export already includes structured JSON metadata. When exporting media, the system generates a ZIP file that contains:

    • All media files
    • A media_metadata.json file with complete attachment data

    So technically, JSON support is already part of the process.

    If you’re working with a large website (thousands of posts/media files), you may experience timeouts during import or export. This is usually caused by server limitations – not the file format itself.

    We’re have plan and actively working on introducing batch-based (chunked) export and import processing. This enhancement is designed specifically to support large websites with more than thousands of posts or heavy media libraries.

    For now, you can update these limits in one of the following ways, depending on your hosting setup.

    Immediate Workarounds You Can Try:

    ✅ Option 1: Contact Your Hosting Provider (Recommended)

    This is the safest and most reliable method.

    Send your hosting support team this message:

    Please increase my PHP limits to the following values:

    max_execution_time = 600
    max_input_time = 600
    memory_limit = 512M
    upload_max_filesize = 500M
    post_max_size = 500M

    Most hosting providers can apply this within minutes.

    ✅ Option 2: Update .htaccess (Apache Servers Only)

    If your server uses Apache, you can try adding this to your .htaccess file:

    1. Open public_html
    2. Edit .htaccess
    3. Add:

    php_value max_execution_time 600
    php_value max_input_time 600
    php_value memory_limit 512M
    php_value upload_max_filesize 500M
    php_value post_max_size 500M

    ✅ Option 3: Update wp-config.php (Memory Only)

    You can increase memory via WordPress:

    1. Open wp-config.php
    2. Add above the line:
      /* That's all, stop editing! */

    define('WP_MEMORY_LIMIT', '512M');
    define('WP_MAX_MEMORY_LIMIT', '512M');

    Important: This only affects memory limit. It does NOT change execution time or upload size.

    🔍 How to Verify Changes. Use the Built-in System Test (Before Changing Anything). You can find it directly below the Post & Media Import/Export section.

    This tool automatically checks your server configuration and shows whether your environment is suitable for large import/export operations.

    Plugin Author wpazleen

    (@wpazleen)

    Thank you so much for your kind words and for using our Shop Explorer Booster for WooCommerce plugin. We truly appreciate your support and are glad to hear that the bulk editor is helping you manage your products more efficiently.

    Currently, our bulk editor supports 13+ product fields, allowing users to manage a wide range of product data quickly and effectively. However, bulk updating for featured images and gallery images is not yet available.

    That said, we completely understand how valuable this feature would be. We’re happy to let you know that bulk support for product images and gallery images is already in our roadmap, and we’re planning to introduce it in an upcoming release. Thank you again for your patience and support. Please feel free to reach here if you have any other suggestions or questions.

Viewing 3 replies - 1 through 3 (of 3 total)