• There seems to be an issue with the latest Ultimate Add-ons update and my site. I updated to v 1.3.1, and anything I click on in my WP Admin dashboard is very slow to load. When I deactivate the plug-in, everything runs smoothly like you’d expect. Currently, I have rolled back to version 1.3.0, and everything is running well. Makes me think there must be something conflicting with the update.

    Wordpress 5.3.2
    PHP 7.2

    Thanks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @jimithing007,

    Thanks for getting in touch!

    Can you please open a support ticket with the details of your issue so that we can take a closer look and help you with it.

    Here is the link to open a ticket – https://www.ultimatebeaver.com/support/open-a-ticket/

    Regards,
    Leena

    This query

    SELECT count(*)
    FROM wp.._posts wpp
    INNER JOIN wp.._postmeta wppm
    WHERE wpp.ID = wppm.post_id
    AND wpp.post_status = ‘publish’
    AND wppm.meta_key = ‘_fl_builder_data’
    AND ( wppm.meta_value LIKE ‘%uabb-advanced-menu%’
    OR wppm.meta_value LIKE ‘%flip-box%’
    OR wppm.meta_value LIKE ‘%info-list%’
    OR wppm.meta_value LIKE ‘%info-table%’
    OR wppm.meta_value LIKE ‘%ribbon%’
    OR wppm.meta_value LIKE ‘%slide-box%’
    OR wppm.meta_value LIKE ‘%uabb-button%’
    OR wppm.meta_value LIKE ‘%spacer-gap%’
    OR wppm.meta_value LIKE ‘%image-separator%’
    OR wppm.meta_value LIKE ‘%uabb-separator%’
    OR wppm.meta_value LIKE ‘%image-icon%’
    OR wppm.meta_value LIKE ‘%uabb-heading%’)
    LIMIT 5

    Invoqued from BB_Ultimate_Addon_Helper::show_rating_notice()
    Plugin: ultimate-addons-for-beaver-builder-lite

    is taking 17 secs to be executed in admin page.

    This has caused my site uses 4 times the max CPU time allowed by my hoster.

    When I use the admin page for anything, every clic takes more than 15 secs to respond and it’s causing high CPU load in servers.

    Having similar problems. Using BB theme and anytime I load UABB I get critical errors and/or it completely blows up my bb top nav. It’s weird.

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @benchwarmer

    Sorry for the inconvenience!

    Can you please update us on the critical error you are seeing on your end as it is difficult to help unless we know the error and help you with a solution.

    Also can you please share some screencast or screenshot with us related to the issue you are facing.

    While we recommend reaching out to us through our Support Portal for quicker help and resolution.

    Looking forward to hearing from you!

    Regards,
    Suman

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Newest plug-in update slowing down WP Admin’ is closed to new replies.