Title: Will this cache php?
Last modified: December 25, 2019

---

# Will this cache php?

 *  Resolved [1983jamesb](https://wordpress.org/support/users/1983jamesb/)
 * (@1983jamesb)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/will-this-cache-php/)
 * I use cloudways vps, there’s an easy install of redis and also ssh access.
 * I am using a popular plugin ‘ajax load more’. It relies on admin-ajax.php to ‘
   load posts’ (ajax). Obv my whole site needs to load, then the ajax happens – 
   final processes for full page load…
 * Wondering if there is a way to cache these 2 PHP files to make my site even faster?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwill-this-cache-php%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Till Krüss](https://wordpress.org/support/users/tillkruess/)
 * (@tillkruess)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/will-this-cache-php/#post-12271720)
 * You can theoretically MANUALLY cache that file, but this is really an object 
   cache, NOT a request cache.
 * If I were you, I’d use Cloudflare Workers or some kind of cache proxy to cache
   the requests.
 *  Thread Starter [1983jamesb](https://wordpress.org/support/users/1983jamesb/)
 * (@1983jamesb)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/will-this-cache-php/#post-12271837)
 * Wow thank you. In the meantime I did get a redis on my server, followed a guide
   and got the object caching you speak of. It helps. I have no idea bout the workers,
   but I am def going to look into it. I am in <3 with code SEO since 1 week, studying
   relentlessly.
 * I was reading cloudflare has the fastest dns response, around 35ms while most
   other domain registrars are 100 or more. For that reason, I am transferring my
   domain to cloudflare for that fast DNS. Saving ~70ms per server request is great.
 * I am unfamiliar with the methods you mention, but im going to study and see how
   they work!
 * Thx again.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Will this cache php?’ is closed to new replies.

 * ![](https://ps.w.org/redis-cache/assets/icon-256x256.gif?rev=2568513)
 * [Redis Object Cache](https://wordpress.org/plugins/redis-cache/)
 * [Support Threads](https://wordpress.org/support/plugin/redis-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/redis-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/redis-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/redis-cache/reviews/)

## Tags

 * [ajax](https://wordpress.org/support/topic-tag/ajax/)

 * 2 replies
 * 2 participants
 * Last reply from: [1983jamesb](https://wordpress.org/support/users/1983jamesb/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/will-this-cache-php/#post-12271837)
 * Status: resolved