• Hi,
    I am trying to generate static pages using wp cli.
    After crawling few pages , the process hangs.It doesn’t go beyond this.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Leon Stafford

    (@leonstafford)

    Hi @nimishaanilkumar,

    Sorry for the late reply – hit with some physical/mental health issues of late, but improving now!

    To diagnose this further, we’d need to look at the webserver/PHP error logs for the server.

    It could be a resource limit, I’d suggest looking at increasing your PHP memory_limit, max_execution_time limits (PHP CLI will probably use a different config/php.ini than when running via UI.

    In V6, we can also hit file open limits (not an issue in upcoming V7), which you can check with the ulimit command on UNIX-like operating systems.

    Please let me know any updates.

    Cheers,

    Leon

Viewing 1 replies (of 1 total)

The topic ‘Process hangs while crawling pages’ is closed to new replies.