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

---

Ricerca i plugin

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

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

# WP Fragment Cache

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

[Scarica](https://downloads.wordpress.org/plugin/wp-fragment-cache.zip)

 * [Dettagli](https://it.wordpress.org/plugins/wp-fragment-cache/#description)
 * [Recensioni](https://it.wordpress.org/plugins/wp-fragment-cache/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/wp-fragment-cache/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/wp-fragment-cache/#developers)

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

## Descrizione

**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

## Installazione

 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.

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“WP Fragment Cache” è un software open source. Le persone che hanno contribuito 
allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

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

[Traduci “WP Fragment Cache” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/wp-fragment-cache)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/wp-fragment-cache/)
segui il [repository SVN](https://plugins.svn.wordpress.org/wp-fragment-cache/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/wp-fragment-cache/)
tramite [RSS](https://plugins.trac.wordpress.org/log/wp-fragment-cache/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 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.

## Meta

 *  Versione **1.0.4**
 *  Ultimo aggiornamento **12 anni fa**
 *  Installazioni attive **10+**
 *  Versione WordPress ** 3.7.0 o superiore **
 *  Testato fino alla versione **3.9.40**
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/wp-fragment-cache/)
 * Tag
 * [cache](https://it.wordpress.org/plugins/tags/cache/)[cache block](https://it.wordpress.org/plugins/tags/cache-block/)
   [caching](https://it.wordpress.org/plugins/tags/caching/)[output caching](https://it.wordpress.org/plugins/tags/output-caching/)
   [performance](https://it.wordpress.org/plugins/tags/performance/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/wp-fragment-cache/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

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

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/wp-fragment-cache/reviews/)

## Collaboratori

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

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/wp-fragment-cache/)