• Resolved dwdonline

    (@dwdonline)


    It seems that when the plugin is enabled, it slows down the frontend by 2-3 seconds at minimum, and sometimes longer. It shouldn’t be running anythng on the frontend of the site – should it? If it uploads the files in the admin, WP/WooCommerce keeps the url in the database, so there should be no need for frontend functions to be running.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Rahul K

    (@rahulacodez)

    Hi,
    Sorry for the inconvenience caused.
    May I get your page URL that caused slow issue?

    Thank You

    Thread Starter dwdonline

    (@dwdonline)

    I’m seeing these types of queries run anytime a page on the frontend of the site is loaded:
    SELECT * FROM wp_acoofm_items WHERE source_id = 11613 LIMIT 1

    The site is https://eivape.com. Other than this issue, the plugin works great and we are looking forward to the pro version.

    Plugin Contributor Rahul K

    (@rahulacodez)

    Hi,
    We are storing the data to cache once it retrieves from the database.
    And we have an update on this for minor bugs that will be released soon.

    Thanks

    Plugin Contributor Rahul K

    (@rahulacodez)

    Hi,
    The new update has been released. Can you please check if the issue is resolved or not?

    Thanks

    Thread Starter dwdonline

    (@dwdonline)

    It does seem to be better, but we are still getting a lot of queries to the database. It seems ACOOFM_ITEM->get() is running this for every imgage on the frontend:

    SELECT *
    FROM wp_acoofm_items
    WHERE source_id = 90439
    LIMIT 1

    Plugin Contributor Rahul K

    (@rahulacodez)

    Hi,
    Thank you for letting us know.

    We will look into the issue.
    And we will be back with a feasible fix.

    Thank You

    Thread Starter dwdonline

    (@dwdonline)

    I have noticed that if I turn off the “rewrite media URL’s” in the latest release this query goes away. That’s the behavior I was looking for, so that resolves it for me.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Slows down the frontend’ is closed to new replies.