• I am trying to solve some slow server load and noticed using Query Monitor that there were 920 queries of

    SELECT meta_value
    FROM wp_postmeta
    WHERE meta_key=’_wpassetcleanup_page_options’ && meta_value LIKE ‘%no_wpacu_load%’

    from assetCleanUpHasNoLoadMatches()

    … is this right?

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

    (@gabelivan)

    @insivia are you referring to the Pro version or the Lite one because these duplicate queries (the number that is so large) are specific to the Pro version below 1.1.9.7. Now, there are a few duplicate queries in the Lite version too and in the next version, it will be fixed to only have ONE query. If you’re on Lite, I’m frankly surprised by it. I was expecting only TWO queries.

    I already applied a patch on the Pro version that will be released with the next version. Now, what I could do and I’ve done it in the past is updating the development version for the Lite version to reduce the total calls to ONE query and you can just download it following the steps below: https://www.assetcleanup.com/docs/how-to-get-the-development-version-of-asset-cleanup/

    I’ll give you an update when it’s ready for download.

    Thread Starter insivia

    (@insivia)

    I do have the pro version.

    Moderator Yui

    (@fierevere)

    永子

    @insivia
    For pro or commercial product support please contact the developer directly on their site.
    This includes any pre-sales topics as well.
    As the developer is aware, commercial products are not supported in these forums.
    I am sure they will have no problem supporting you there.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘assetCleanUpHasNoLoadMatches() shows 920 duplicate queries’ is closed to new replies.