How get JSON from external API on every page load if not existing in transient?
What is the best option to fetch the different online statuses automatically “on-the-fly” in real time? What is the most efficient way of fetching (external) data like these? Optimally everything happens “on-the-fly” as soon as the source differ from the site. At least it should run a check every page update. -What about caching? I … Read more