Log in Sign up
Discussion WordPress

Should I use transients or object caching for API response data?

Betty Migration
Betty Migration
0 reputation
3 months ago 247 views 3 replies
Community wisdom needed! Here's what I'm dealing with:

Question: Should I use transients or object caching for API response data?

2 Replies

Mike SEO
Mike SEO · 3 months ago
Use Object Cache if you have Redis/Memcached active for faster, in-memory retrieval.
Tom Security
Tom Security · 3 months ago
Transients write to the database (slower) if no external object cache exists.

You must be logged in to reply.

Log In to Reply