Caché de objetos para todos

Descripción

Improve your server performance by using Memcached for object caching or by using disk support for object caching.

Fewer resources needed and better PageSpeed.

Fewer database queries needed.

Automatically detects any running Memcached server and adds an object-cache.php file to your WordPress site.

Servidores memcached por defecto probados:
– 127.0.0.1:11211
– 127.0.0.1:11212
– 127.0.0.1:11213
– 127.0.0.1:20000
– 127.0.0.1:20001
– Cualquier configuración de Memcached de SiteGround

Since 1.4, you can declare your own Memcached Server instance in the wp-config.php file.
Example:
define(‘OC4EVERYONE_MEMCACHED_SERVER’, ‘127.0.0.1:11211’);

Starting from version 1.6, you have the option to declare in the wp-config.php file whether you want to use the external disk object cache if the Memcached Server is not present.
Outdated or malfunctioning disks can negatively impact website performance.
Example:
define(‘OC4EVERYONE_DISABLE_DISK_CACHE’, true);

Este plugin incluye una plantilla modificada de este proyecto:
https://github.com/humanmade/wordpress-pecl-memcached-object-cache
Una caché de objetos para WordPress que usa la extensión PECL memcached (no es memcache).
Gracias a Zack Tollman y 10up

Reseñas

14 de Abril de 2025
It litters the cache/object folder with hundreds of thousands of files. It does not clean outdated ones and the size of the folder and files grows exponentially.
12 de Abril de 2025
When multiple WP installations are on the same server the “key” used appears to be generated by blog_id, which is the same across them all. On a multisite installation it may work, but not separate standalone sites. There should be a unique key generated based on the domain rather
7 de Mayo de 2024
This plugin is sorely needed and has lots of potential. I like how it doesn’t try to do more than it needs to regarding features. Unfortunately, updates do not come frequently enough to be in our main production sites. Somebody give this guy some resources!
26 de Marzo de 2024 4 respuestas
The author is conspicuous by his lack of response
21 de Enero de 2024
If the server does not have a memcache function, then the disk cache function is used, which fills up the server hard disk within a few days and thus drastically slows down the website. It seems that the function to delete disk cache files is missing.
Leer los 28 comentarios

Colaboradores & Desarrolladores

“Caché de objetos para todos” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

“Caché de objetos para todos” ha sido traducido en 4 idiomas. Gracias a los traductores por sus contribuciones.

Traduce “Caché de objetos para todos” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN, o suscríbete al registro de desarrollo por RSS .

Historial de cambios

2.3 – 2025-03-20

WPCS review
Added WordPress 6.9 compatibility
Happy birthday

2.2 – 2023-11-06

Agregada funcionalidad de vaciar el servidor Memcached. Ahora puedes vaciar fácilmente la caché de tu servidor Memcached directamente desde el plugin. Haz clic en el enlace de “Vaciar caché” en la descripción del plugin para vaciar la caché.
Agregada compatibilidad con WordPress 6.4. El plugin ha sido actualizado para asegurar compatibilidad sin problemas con la última versión de WordPress, versión 6.4.

2.1 – 2023-09-19

Agregada funcionalidad para poder activar el plugin en entornos de pruebas o desarrollo adicionales del mismo servidor.

2.0 – 2023-09-15

Implementadas las buenas prácticas de WordPress y reorganizada la información del servidor.

1.8 – 2023-09-13

Flush cache on plugin activation/deactivation.

1.7 – 2023-08-19

Saneado de claves incorrectas

1.6 – 2023-08-09

Desactivar la caché de objetos en disco condicionalmente

1.5 – 2023-08-03

Show Memcached stats

1.4.3 – 2023-08-02

Prueba de obsolescencia con PHP 8.2

1.4 – 2023-08-02

Declare your own Memcached Server instance.
More accurate message information
New strings

1.3 – 2023-07-26

Actualizada la compatibilidad con versiones de WordPress
Nuevas cadenas de traducción

1.2 – 2023-06-12

Actualizada compatibilidad con WordPress
Compatibilidad con PHP 8.x

1.1 – 2020-05-20

Mejoras, más servidores por defecto añaddios.
Agregado automáticamente el servidor Memcached de SiteGround.

1.0 – 2020-05-16

Versión inicial.