Title: WP Fragment Cache
Author: mariuspass
Published: <strong>26 avril 2014</strong>
Last modified: 18 juin 2014

---

Recherche d’extensions

Cette extension **n’a pas été testée avec plus de trois mises à jour majeures de
WordPress**. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes
de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

![](https://s.w.org/plugins/geopattern-icon/wp-fragment-cache.svg)

# WP Fragment Cache

 Par [mariuspass](https://profiles.wordpress.org/mariuspass/)

[Télécharger](https://downloads.wordpress.org/plugin/wp-fragment-cache.zip)

 * [Détails](https://fr.wordpress.org/plugins/wp-fragment-cache/#description)
 * [Avis](https://fr.wordpress.org/plugins/wp-fragment-cache/#reviews)
 *  [Installation](https://fr.wordpress.org/plugins/wp-fragment-cache/#installation)
 * [Développement](https://fr.wordpress.org/plugins/wp-fragment-cache/#developers)

 [Support](https://wordpress.org/support/plugin/wp-fragment-cache/)

## Description

**This plugin requires PHP version 5.3.6 or greater and can’t be activated without
a [persistent backend](https://codex.wordpress.org/Class_Reference/WP_Object_Cache#Persistent_Cache_Plugins)
for the [WordPress Object Cache](https://codex.wordpress.org/Class_Reference/WP_Object_Cache).**

Adds ability to cache particular sections of your site. This plugin is for people
who can’t use a full page cache or for sites with lots of pages and with frequent
changes.
 It can cache entire loops with the WP_Query(bypassing the database queries)
or only the html output of the loop and if the query results has changed(comment
added, post was edited, postmeta has changed …) the cache will be invalidated and
regenerated.

### Example usage:

    ```
    <?php if ( ! WP_Fragment_Cache::output( $wp_query_or_blockname, $duration ) ): ?>

      //content to be cached

      <?php WP_Fragment_Cache::store(); ?>
    <?php endif; ?>
    ```

#### Parameters:

**$wp_query_or_blockname**
 (mixed/string) (optional) a WP_Query(WP_Comment_Query)
result or a string. Default: the file and the line where the call was initiated(
e.g. widgets/most-commented.php:18).

**$duration**
 (int/string) (optional) Defines how many seconds to keep the cache
for. If you pass 0 the cache will not expire. If you pass the string « only_today»
the cache will expire at the end of the current day. You can use [WordPress Time Constants](https://codex.wordpress.org/Transients_API#Using_Time_Constants).
Default: 86400 (one day).

### Advanced usage:

See the [wiki pages](https://github.com/mariuspass/wp-fragment-cache/wiki) on GitHub

## Installation

 1. You should have a [persistent backend](https://codex.wordpress.org/Class_Reference/WP_Object_Cache#Persistent_Cache_Plugins)
    for the [WordPress Object Cache](https://codex.wordpress.org/Class_Reference/WP_Object_Cache)
    enabled. This plugin can’t be activated without a persistent cache.
 2. Download the plugin and unzip.
 3. Upload them to `/wp-content/plugins/` directory on your WordPress installation.
 4. Then activate the WP Fragment Cache plugin from Plugins page.
 5. Edit your template files to include WP Fragment Cache. See the [Description tab](https://wordpress.org/extend/plugins/wp-fragment-cache/)

## FAQ

  I can’t activate the plugin.

Please make sure that you have a [persistent backend](https://codex.wordpress.org/Class_Reference/WP_Object_Cache#Persistent_Cache_Plugins)
for the [WordPress Object Cache](https://codex.wordpress.org/Class_Reference/WP_Object_Cache)
enabled.

## Avis

Il n’y a aucun avis pour cette extension.

## Contributeurs/contributrices & développeurs/développeuses

« WP Fragment Cache » est un logiciel libre. Les personnes suivantes ont contribué
à cette extension.

Contributeurs

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

[Traduisez « WP Fragment Cache » dans votre langue.](https://translate.wordpress.org/projects/wp-plugins/wp-fragment-cache)

### Le développement vous intéresse ?

[Parcourir le code](https://plugins.trac.wordpress.org/browser/wp-fragment-cache/),
consulter le [SVN dépôt](https://plugins.svn.wordpress.org/wp-fragment-cache/), 
ou s’inscrire au [journal de développement](https://plugins.trac.wordpress.org/log/wp-fragment-cache/)
par [RSS](https://plugins.trac.wordpress.org/log/wp-fragment-cache/?limit=100&mode=stop_on_copy&format=rss).

## Journal des modifications

#### 1.0.4

 * PHP 5.3 compatibility fix.
 * Make PHP version 5.3.6 minimal requirement.

#### 1.0.3

 * Fix example usage code block.

#### 1.0.2

 * Improve the description of the persistent cache requirement to avoid any confusion.

#### 1.0.1

 * Add README and CHANGELOG.
 * Add link for Advanced usage.

#### 1.0.0

 * Initial release.

## Méta

 *  Version **1.0.4**
 *  Dernière mise à jour **il y a 12 ans**
 *  Installations actives **10+**
 *  Version de WordPress ** 3.7.0 ou plus **
 *  Testé jusqu’à **3.9.40**
 *  Langue
 * [English (US)](https://wordpress.org/plugins/wp-fragment-cache/)
 * Étiquettes
 * [cache](https://fr.wordpress.org/plugins/tags/cache/)[cache block](https://fr.wordpress.org/plugins/tags/cache-block/)
   [caching](https://fr.wordpress.org/plugins/tags/caching/)[output caching](https://fr.wordpress.org/plugins/tags/output-caching/)
   [performance](https://fr.wordpress.org/plugins/tags/performance/)
 *  [Vue avancée](https://fr.wordpress.org/plugins/wp-fragment-cache/advanced/)

## Évaluations

Aucun avis n’a encore été envoyé.

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

[Voir tous les avis](https://wordpress.org/support/plugin/wp-fragment-cache/reviews/)

## Contributeurs

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

## Support

Quelque chose à dire ? Besoin d’aide ?

 [Voir le forum de support](https://wordpress.org/support/plugin/wp-fragment-cache/)