Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hello Mustafa,

    I use Github for all my projects but not for WordPress. WordPress uses SVN repositories (and it goes with the auto-update and all) so I prefer to follow their choices for their system.

    The real analysis is throttled but this function is the first one, that actually only gets the names/ids of all the items that will need to be checked. It cannot be “cut” in little parts. Unfortunately PHP settings are usually not set for long-running operations if you might need that with a library of 200k images…

    However, I am not sure why your screen is showing “nothing”. Do you get an error in your PHP logs?

    Thread Starter Mustafa Uysal

    (@m_uysl)

    Unfortunately PHP settings are usually not set for long-running operations if you might need that with a library of 200k images…

    Actually I’ve set it for long process. (exec time, memory etc…)

    May, the problem is get_post_meta part. It’s trying ~200k sql call and locking.

    Do you get an error in your PHP logs?

    Just a few error, but nothing relevant with this plugin.

    Plugin Author Jordy Meow

    (@tigroumeow)

    I could try to cut into “chunk” the first step of the analysis process too but it’s quite a lot of work to do unfortunately.. and I unfortunately I don’t have much time these days ??

    Thread Starter Mustafa Uysal

    (@m_uysl)

    Got it. Thanks for help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Performance Issue for large site’ is closed to new replies.