Menu

WordPress Tutorials

A curated resource for learning WordPress

Menu
  • Home
  • Gutenberg
  • WordPress Development
    • REST API
    • Hooks & Filters
  • WordPress Basics
  • WordPress Performance
  • WordPress Tutorials
    • Genesis
  • Contact
Browse: Home → A Guide to Async HTTP Requests for WordPress

A Guide to Async HTTP Requests for WordPress

One thing that makes working with PHP simple is that it is serial — each line of code is executed in order. This is also a limitation when we need to build a program that interacts with multiple APIs or other services since HTTP requests take time and can block page rendering.

I discussed this problem in my article on combining data from multiple REST API endpoints using PHP.

Read Full Tutorial
Share on Facebook
Facebook
Tweet about this on Twitter
Twitter
Share on LinkedIn
Linkedin
September 29, 2017 WordPress Development Torque
Previous Previous Post

How to Set and Edit Your WordPress Homepage

Next Next Post

How We Created A Custom Block For The Gutenberg Editor

Copyright © 2016 WordPress Tutorials & more!

Powered by WordPress and Neutro