• michaelcrook

    (@michaelcrook)


    I have been having issues with WordPress. I even tried downgrading. The website runs fine for a bit and then goes VERY slowly, as in it takes up to a minute to publish a post. The front end is bad too, taking thirty seconds or more to load.

    This issue is affecting my search engine rankings and it’s costing me visitors. It looked like it was going to work when I downgraded, but now it’s back to lagging. I’ve checked all my plugins and I’ve tried from all the major browsers.

    I am not sure if it’s a database issue or what, but I’ve tried all that I can and need help. Thanks in advance.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator threadi

    (@threadi)

    Thread Starter michaelcrook

    (@michaelcrook)

    Yes, I did read that article and I did go through every step before posting here. My host moved me to a different shared server and they even went through to ensure my plugins aren’t causing issues.

    This has been going on for weeks but in the past few days, it has become a major problem. I’ve done absolutely everything I can think of. If it’s a database issue, I have no idea how to fix it and I don’t think a database problem would cause what I’m experiencing.

    I don’t know if anyone else has had the same issue, so I hope someone who can shed some light on this sees this.

    Thanks.

    Moderator threadi

    (@threadi)

    It is difficult to assess what the problem is in your case, as we are not familiar with your project. I would recommend the following:

    • Check under Tools > Site Health to see if there are any warnings.
    • Deactivate all plugins on a trial basis to see if they are the cause. If the project is significantly faster without plugins, activate them one by one until it slows down.
    • Test whether a caching plugin could help you: https://wordpress.org/plugins/search/cache/
    Marta Fernandez

    (@marferblanco)

    Hi @michaelcrook ,

    Since both wp-admin (publishing posts) and the frontend are extremely slow, and your host already moved you to another shared server, I would stop guessing and measure first.

    Install Query Monitor temporarily and check:

    • Slow database queries
    • PHP memory usage
    • External HTTP calls
    • Any query taking several seconds

    If the site works fine for a while and then slows down again, that often points to either:

    • Database bottlenecks (I recently saw this on an e-commerce site running WPML, performance only stabilized after moving from shared hosting to a dedicated server)
    • Cron tasks stacking up
    • Shared hosting resource throttling (CPU limits being hit)

    At this stage, logs from your host (CPU usage + MySQL slow queries) will be more useful than further plugin testing.

    Share what Query Monitor reports and I’ll be able to give more precise guidance.

    bsha100

    (@bsha100)

    There’s a lot of reasons that a site will load slowly. Because it’s happening in wp-admin as well, it’s likely caused by one of these…

    • Autoloaded options that grew unchecked ( this is a silent killer, and these will load on EVERY page ) -> Most likely
    • WP-Cron jobs fail or overlap without visibility
    • Plugins introducing hidden side effects
    • Bloated database tables
Viewing 5 replies - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.