My (shared) web host recently sent me this: “Our server monitoring systems keep indicating high server load persistently maintained by your website (…). Most of the hits are to...
  • May 19, 2022
  • 0 Comments
I have a form that $_POSTs an input value, and user’s ID that saves the data to the database: // frontend form <form id="form"> <input type="radio" name="location" id="name1" value="1">...
  • May 15, 2022
  • 0 Comments
I’ve read that Heartbeat can slow a WP site down and I’m assuming if our admins/store managers have a lot of admin windows/tabs open, this will exacerbate the issue....
  • May 13, 2022
  • 0 Comments
By default running content through the_content filter automatically checks for oEmbed content. However when returning data through heartbeat_received the filter for oEmbed doesn’t seem to work. For example –...
  • May 7, 2022
  • 0 Comments