admin-ajax.php slow website

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22814
    Davinder
    Participant

      Dear Sir,

      On my website I am getting three calls to admin-ajax.php from wppizza which are ajax call and each call is taking nearly 2s and make my whole website slow. I have wp_rocket cache pluging installed. Here are details of these three calls and their exact time from firebug

      1. action wppizza_json vars[attributes] {“type”:”cart”,”stickycart”:”1″,”height”:”300px”}
      vars[type] hasCachePlugin and it takes 1.2s

      2. action wppizza_dbp_json vars[type] dbp-thickbox and it takes 1.49s

      3. action wppizza_po_json vars[type] checkifopen and it takes 1.77s

      Any suggestion on how can I optimize these three calls so that my website is not slow.

      Best Regards.
      Davinder

      #22816
      Olly
      Admin & Mod

        only because the wppizza ajax calls are slow, does not mean that those cause the slowness.
        there is your whole WP environment that gets loaded (other plugins, themes etc) that may or may not slow things down

        first of all, i would suggest you turn off all other plugins and use a default twenty-xyz theme and see if that improves things.
        then enable plugins/your theme one by one .

        Of course there is also the possibility that your server is just slow or a million other things that might cause performance problems for your particular setup

        In any event , there is nothing I can help you with

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘admin-ajax.php slow website’ is closed to new replies.