BYE BYE MAKE (formerly INTEGROMAT) Frustrated user

@aidiledy Checked out your original post a couple of days ago,
honestly, even though i manage several dozen wordpress sites, this is always a tough one to troubleshoot without administrative access to the actual site, It might be a difference between integromat and make, or it might be wordpress updated, or your hosting provider. it could be a conflicting plugin thats unrelated to woocommerce, that only triggered on transition to make.

or a very in depth description of everything about the site, and examples of key code when requested.

I have been trying to formulate the best way to go about helping you get this fixed in a straitforward way.

:notebook: The Issue with wordpress in particular compared to the majority of other make integrations, is there is just so many different moving parts, by so many different development teams, of varying quality.
and this would apply to any integration with wordpress, or wordpress plugin, because of the way WordPress manages its data (in default installs)


on the security and hosting side: there are so many different server configurations you can have, with different levels of PHP support.


on the wordpress core side: updates hit frequently enough to break major integrations regularly. Is your wordpress instalation a standard instalation? is multi-site enabled, do you run an alternative database solution that breaks it apart from the default config, whats does your functions.php in your theme look like, etc etc etc.


On the plugin and themes side: Well, WordPress plugin reputation already speaks for itself.


:warning: These Things Impact REST API performance severely on wordpress.

  1. Any Plugin that creates custom fields (ACF,Woocommerce :sob: )
  2. Shared Hosting,Budget Hosting or Underpowered server.
  3. NGINX/Apache settings that do not match your instance requirements.
  4. Some Page Builders.
  5. Giant Database.

:information_source: Memberpress has performance related api issues in the way the api is designed. I have talked to their team about it, and because its a core rebuild to fix, it is unlikely it will be in the near future.
I could keep going but all of this is “shots in the dark”

Definitely Start Here, if you have not done this yet.

also Have you disabled all plugins except woocommerce,

does it still not work when you have done that

How about loading up a minimalist theme and disabling plugins

Every thing to test past this point starts to get a lot more involved.

1 Like