• My site takes 30 seconds to load when going to the main page. Other pages are doing the same. Here are some details:

    POST https://webiste/wp-admin/admin-ajax.php 404 (Not Found), this is the error I get when using DevTools; sometimes I ever get a 503 error.
    Here is the text from the window that pops up when I click on the error:
    r.onload = o(),
    a = r.onerror = r.ontimeout = o("error"),
    void 0 !== r.onabort ? r.onabort = a : r.onreadystatechange = function() {
    4 === r.readyState && C.setTimeout(function() {
    o && a()
    })
    }
    ,
    o = o("abort");
    try {
    r.send(i.hasContent && i.data || null) "It stops here"
    } catch (e) {
    if (o)
    throw e
    }
    },
    abort: function() {
    o && o()
    }
    }

    How do I proceed to fix this?

    • This topic was modified 1 year, 9 months ago by Jose Castaneda. Reason: fixed code block
Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Hi there!

    Are you able to share a link to the site? If the site is taking 30 seconds it sounds like something is processing and taking quite some time. Have you tried deactivating all plugins to see if that helps a bit on that?

    Thread Starter sgtjd2

    (@sgtjd2)

    https://8thmasonicdistrict.org
    Haven’t tried that yet but will.
    Is there anything else I can do in the meantime?

    hi! It could be a plugin or it could be also that your server has limited resources. Another possibility is many installations in the same server.

    Start deactivating all plugins to see if the problem still happens. Otherwise check the features of your hosting plan and ask to your hosting provider.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘admin-ajax.php 404 (Not Found)’ is closed to new replies.