Title: Full Site Cache for CloudFront
Author: ze3kr
Published: <strong>29 de enero de  2017</strong>
Last modified: 27 de febrero de  2017

---

Buscar plugins

Este plugin **no se ha probado con las últimas 3 versiones mayores de WordPress**.
Puede que ya no tenga asistencia ni lo mantenga nadie, o puede que tenga problemas
de compatibilidad cuando se usa con las versiones más recientes de WordPress.

![](https://s.w.org/plugins/geopattern-icon/full-site-cache-cf.svg)

# Full Site Cache for CloudFront

 Por [ze3kr](https://profiles.wordpress.org/ze3kr/)

[Descargar](https://downloads.wordpress.org/plugin/full-site-cache-cf.0.0.2.zip)

 * [Detalles](https://es-ar.wordpress.org/plugins/full-site-cache-cf/#description)
 * [Valoraciones](https://es-ar.wordpress.org/plugins/full-site-cache-cf/#reviews)
 *  [Instalación](https://es-ar.wordpress.org/plugins/full-site-cache-cf/#installation)
 * [Desarrollo](https://es-ar.wordpress.org/plugins/full-site-cache-cf/#developers)

 [Soporte](https://wordpress.org/support/plugin/full-site-cache-cf/)

## Descripción

If you blog are using CloudFront on the main WordPress domain (e.g. www.example.
com), and you want to cache HTML page for not logged in user. You could set a long“
Default TTL” for these HTML pages if the cache could invalidate automatically.

#### Invalidation behaviors

 * Invalidate the whole cache when a new post published
 * Invalidate a post page when a post updated
 * Invalidate a post page if have any comment has changed on that page
 * Each invalidation has a minimum interval of 10 minutes

#### Requirements

 * PHP 5.4+
 * WordPress 4.4+
 * A CloudFront account and AWS Access Key and Secret Key to access [CloudFront distribution](https://tlo.xyz/create-cloudfront-distribution-for-wordpress/).

#### Recommendations

 * Offload CSS, JS and medias file to another domain with a different distribution,
   because this plugin will invalidate the whole cache when updating the post.

## Instalación

First, you need to [use CloudFront on your WordPress site](https://tlo.xyz/create-cloudfront-distribution-for-wordpress/).

Add the configuration code to your `wp-config.php` file **above** the line reading`/*
That’s all, stop editing! Happy blogging. */`.

Example configuration:

    ```
    $tlo_cf_id[1] = 'DISTRIBUTION_ID';
    define( 'AWS_ACCESS_KEY_ID', '********************' );
    define( 'AWS_SECRET_ACCESS_KEY', '****************************************' );
    $wp_rich_edit = true; // CloudFront will remove user-agent header, so if you want to have Visual Editor, keep this line.
    ```

This plugin supports multisite, just replace 1 in the `$tlo_cf_id[]` to the blog
id.

## Reseñas

No hay reseñas para este plugin.

## Colaboradores y desarrolladores

“Full Site Cache for CloudFront” es un software de código abierto. Las siguientes
personas han colaborado con este plugin.

Colaboradores

 *   [ ze3kr ](https://profiles.wordpress.org/ze3kr/)

[Traduce “Full Site Cache for CloudFront” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/full-site-cache-cf)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/full-site-cache-cf/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/full-site-cache-cf/),
o suscríbete al [log de desarrollo](https://plugins.trac.wordpress.org/log/full-site-cache-cf/)
por [RSS](https://plugins.trac.wordpress.org/log/full-site-cache-cf/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 0.0.2

 * Fixed for comment approval.
 * Changed the invalidate behavior.

#### 0.0.1

Published the first version

## Meta

 *  Versión **0.0.2**
 *  Última actualización **hace 9 años**
 *  Instalaciones activas **10+**
 *  Versión de WordPress ** 4.4 o superior **
 *  Testeado hasta **4.7.33**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/full-site-cache-cf/)
 * Etiquetas:
 * [cache](https://es-ar.wordpress.org/plugins/tags/cache/)[cloudfront](https://es-ar.wordpress.org/plugins/tags/cloudfront/)
   [Optimize](https://es-ar.wordpress.org/plugins/tags/optimize/)[performance](https://es-ar.wordpress.org/plugins/tags/performance/)
   [speed](https://es-ar.wordpress.org/plugins/tags/speed/)
 *  [Vista avanzada](https://es-ar.wordpress.org/plugins/full-site-cache-cf/advanced/)

## Valoraciones

Todavía no se enviaron reseñas.

[Your review](https://wordpress.org/support/plugin/full-site-cache-cf/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/full-site-cache-cf/reviews/)

## Colaboradores

 *   [ ze3kr ](https://profiles.wordpress.org/ze3kr/)

## Soporte

¿Tenés algo que decir? ¿Necesitás ayuda?

 [Ver el foro de asistencia](https://wordpress.org/support/plugin/full-site-cache-cf/)

## Donar

¿Te gustaría apoyar el progreso de este plugin?

 [ Doná a este plugin ](https://tlo.xyz/donate/)