---
title: "Caching Techniques in PHP: Memcached, Redis, and APCu"
url: https://daily.dev/posts/caching-techniques-in-php-memcached-redis-and-apcu-uqwpv1ru3
source_url: https://devdojo.com/garry-williams/caching-techniques-in-php-memcached-redis-and-apcu
type: article
source: "Community Picks"
published: 2024-05-16T06:24:48.272Z
updated: 2024-05-16T06:24:47.574Z
tags: ["php", "redis"]
reading_time: 2
upvotes: 22
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Caching Techniques in PHP: Memcached, Redis, and APCu

**[Community Picks](https://daily.dev/sources/community)** · 2 min read · 22 upvotes · 1 comments

## Summary

The post discusses caching techniques in PHP, specifically Memcached, Redis, and APCu. These caching methods help enhance the performance and functionality of web applications.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://devdojo.com/garry-williams/caching-techniques-in-php-memcached-redis-and-apcu>

## Community discussion

Top comments from developers on daily.dev.

**@kubeden** · 0 upvotes

> I remember starting my sysadmin journey a few years ago. Caching looked like magic to me. Started with memcached hehe.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#php](https://daily.dev/tags/php), [#redis](https://daily.dev/tags/redis)

[View this post on daily.dev](https://daily.dev/posts/caching-techniques-in-php-memcached-redis-and-apcu-uqwpv1ru3)
