Title: Full Site Cache for CloudFront
Author: ze3kr
Published: <strong>29. Januar 2017</strong>
Last modified: 27. Februar 2017

---

Plugins suchen

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

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

# Full Site Cache for CloudFront

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

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

 * [Details](https://de.wordpress.org/plugins/full-site-cache-cf/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/full-site-cache-cf/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/full-site-cache-cf/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/full-site-cache-cf/#developers)

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

## Beschreibung

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.

## Installation

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.

## Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

## Mitwirkende und Entwickler

„Full Site Cache for CloudFront“ ist Open-Source-Software. Folgende Menschen haben
an diesem Plugin mitgewirkt:

Mitwirkende

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

[Übersetze „Full Site Cache for CloudFront“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/full-site-cache-cf)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/full-site-cache-cf/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/full-site-cache-cf/)
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/full-site-cache-cf/)
per [RSS](https://plugins.trac.wordpress.org/log/full-site-cache-cf/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 0.0.2

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

#### 0.0.1

Published the first version

## Meta

 *  Version **0.0.2**
 *  Zuletzt aktualisiert **vor 9 Jahren**
 *  Aktive Installationen **10+**
 *  WordPress-Version ** 4.4 oder höher **
 *  Getestet bis **4.7.33**
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/full-site-cache-cf/)
 * Schlagwörter
 * [cache](https://de.wordpress.org/plugins/tags/cache/)[cloudfront](https://de.wordpress.org/plugins/tags/cloudfront/)
   [Optimize](https://de.wordpress.org/plugins/tags/optimize/)[performance](https://de.wordpress.org/plugins/tags/performance/)
   [speed](https://de.wordpress.org/plugins/tags/speed/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/full-site-cache-cf/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

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

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/full-site-cache-cf/reviews/)

## Mitwirkende

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

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

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

## Spenden

Möchtest du die Weiterentwicklung dieses Plugins unterstützen?

 [ Für dieses Plugin spenden ](https://tlo.xyz/donate/)