1. Site has 160,000 posts.
    2. manual selection of a few posts from the list successfully converted.
    3. Running scan appears to have succeeded.
    4. But the plugin page will not load and displays an out of memory error.
    5. I assume you are just assuming the list will be short enough to fit into memory instead of paginating it?
    6. What do I do? Delete whatever table the scanned posts are in? Something else?
Viewing 1 replies (of 1 total)
  • Plugin Author DeepakNess

    (@deepakness)

    Hi,

    There’s no limit from the plugin’s side. Converting that many posts is limited by your server resources. When the scan runs on 160,000 posts, the plugin stores all the results in memory to display on the plugin page — with that volume, PHP hits its memory limit before the page can render.

    You can try increasing PHP’s memory limit by adding define('WP_MEMORY_LIMIT', '512M'); to your wp-config.php. That said, you make a fair point about pagination — I’ll look into adding that in a future update so it handles large sites more gracefully.

    But I am looking into the plugin and seeing if this can be improved.

    Thanks for the feedback.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.