• Resolved marcdegagnelob

    (@marcdegagnelob)


    Hello all,

    I have a customer site which we used Pods to link to Woocommerce products to have what we call documents as a CPT with some custom fields. The relation goes both ways. A document can be linked to a product or more and a product can be linked to a document or more. In both case it’s a multi checkbox list.

    There is some custom code related to this, but strictly for the frontend needs.
    All was pretty good till recently, a few weeks ago, when in the admin to edit a single document or a product, the page load take a surprising 50 to 190 seconds to load.
    All fine on the frontend since pages are cached.

    During tests I noticed a wooping 1300 queries for get the single document admin page and a for a single product still in admin.

    I have been maintaining the site since the launch of it 2 years ago and have noticed more often updates from Pods and some from Woocommerce recently the past year or so.

    We had small issue with the CPT products document after updating Pods in the past. That was easily solved by resaving the CPT.

    Any idea on what could cause this or how debug this?

    Thanks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jory Hogeveen

    (@keraweb)

    Hi @marcdegagnelob

    First of all, sorry for my late reply.
    Your issue sounds like it might be related to a loop due to too many connections?
    You could test by disabling some page elements and enabling them one by one to see if there are some major changes in performance.

    Cheers, Jory

    Thread Starter marcdegagnelob

    (@marcdegagnelob)

    Hey Jory,

    Thanks for the reply.
    Just to make sure we are on the same page, this is happening in the admin pages of Products and the CPT “product document”.

    When you say “disable some page elements” are you referring in the admin?
    If so, I have have no clues on how to do that. Beside disabling extensions

    For the frontend scripts, I made sure the custom scripts would run only when necessary, frontend and within the Woocommerce product pages and used a caching extension in case if queries would gets to large (many products and many product documents).

    Thanks

    Plugin Author Jory Hogeveen

    (@keraweb)

    Hi @marcdegagnelob

    Ah ok, then I misunderstood, I thought the issue was with the frontend.
    In that case please create a full bug-report on GitHub so our team can respond and investigate: pods.io/submit

    Cheers, Jory

    Thread Starter marcdegagnelob

    (@marcdegagnelob)

    Thanks Jory,

    Just did so.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Admin super slow’ is closed to new replies.