Cache REST API responses and speed up WordPress REST API requests
When using WordPress REST API each request is processed by WordPress and depending on the size of the database and server performance, issues start occurring for high-traffic websites. By using a plugin such as WP REST Cache you can cache the responses of the REST API, making it much faster. Then if you want to … Read full article ā