Title: OPcache Reset
Author: Danila Vershinin
Published: <strong>1 juni 2018</strong>
Last modified: 15 december 2025

---

Plugins zoeken

![](https://ps.w.org/opcache-reset/assets/banner-772x250.png?rev=3419574)

![](https://ps.w.org/opcache-reset/assets/icon.svg?rev=3419574)

# OPcache Reset

 Door [Danila Vershinin](https://profiles.wordpress.org/dvershinin/)

[Download](https://downloads.wordpress.org/plugin/opcache-reset.2.4.0.zip)

 * [Details](https://nl-be.wordpress.org/plugins/opcache-reset/#description)
 * [Beoordelingen](https://nl-be.wordpress.org/plugins/opcache-reset/#reviews)
 * [Ontwikkeling](https://nl-be.wordpress.org/plugins/opcache-reset/#developers)

 [Ondersteuning](https://wordpress.org/support/plugin/opcache-reset/)

## Beschrijving

This plugin clears OPcache after updating WordPress core, themes, and files.
 Unlike
other plugins, it is also compatible with [WordPress updates made by Linux cron](https://www.getpagespeed.com/server-setup/performance-friendly-wordpress-updates).

### Features

 * Automatic OPcache reset after plugin/theme/core updates
 * Clears both memory-based and file-based OPcache
 * Works with cron-based WordPress updates (CLI context)
 * WP-CLI commands for manual OPcache management
 * Zero external dependencies (optional cachetool support)

### Configuration

The plugin works automatically for web-based updates. For CLI-based updates (cron,
WP-CLI), configure your PHP-FPM socket:

**Option 1: Create `.cachetool.yml` in your WordPress root:**

    ```
    adapter: fastcgi
    fastcgi: /run/php-fpm/www.sock
    ```

**Option 2: Use cachetool binary** (if installed in PATH)

### WP-CLI Commands

Reset OPcache from the command line:

    ```
    wp opcache reset
    ```

Show OPcache status and statistics:

    ```
    wp opcache status
    ```

Output status as JSON:

    ```
    wp opcache status --format=json
    ```

## Beoordelingen

![](https://secure.gravatar.com/avatar/bdd6d3a0444ba0b213f7ce42cc7fa01ae5f4a0b76f182675c91edb64b0ea2eb6?
s=60&d=retro&r=g)

### 󠀁[Good !](https://wordpress.org/support/topic/good-4504/)󠁿

 [geoffreymerck](https://profiles.wordpress.org/geoffreymerck/) 27 mei 2019

This almost what I have been looking for. The OPCache is also reset when installing
new plugins, but not when deinstalling.

 [ Lees 1 beoordeling ](https://wordpress.org/support/plugin/opcache-reset/reviews/)

## Bijdragers & ontwikkelaars

“OPcache Reset” is open source software. De volgende personen hebben bijgedragen
aan deze plugin.

Bijdragers

 *   [ Danila Vershinin ](https://profiles.wordpress.org/dvershinin/)

“OPcache Reset” is vertaald in 1 taal. Dank voor [de vertalers](https://translate.wordpress.org/projects/wp-plugins/opcache-reset/contributors)
voor hun bijdragen.

[Vertaal “OPcache Reset” naar jouw taal.](https://translate.wordpress.org/projects/wp-plugins/opcache-reset)

### Interesse in de ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/opcache-reset/), haal
de [SVN repository](https://plugins.svn.wordpress.org/opcache-reset/) op, of abonneer
je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/opcache-reset/) 
via [RSS](https://plugins.trac.wordpress.org/log/opcache-reset/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.4.0

 * Added WP-CLI commands: `wp opcache reset` and `wp opcache status`
 * Added direct FastCGI communication (no cachetool dependency required)
 * Added support for cachetool.yml configuration format
 * Added end-to-end FastCGI testing
 * Improved test coverage (34 tests)

#### 2.3.0

 * Added comprehensive Docker-based integration test suite (27 tests)
 * Added GitHub Actions CI for linting and testing
 * Added PHPStan and PHPCS for code quality
 * Improved OPcache reset verification with validate_timestamps=0 testing
 * Added pre-commit hooks for automated code checks
 * Updated plugin assets (icons, banners)

#### 2.2.0

 * Added support for file-based OPcache clearing with race condition handling
 * Improved cachetool invocation with proper PATH handling

#### 2.1.2

 * No calling cachetool opcache:reset for setups with only file cache

#### 2.1.0

 * Handle file OPcaches in a consistent fashion

#### 2.0.0

 * Handle file OPCaches

#### 1.0.0

 * Initial release.

## Meta

 *  Versie **2.4.0**
 *  Laatst bijgewerkt: **4 maanden geleden**
 *  Actieve installaties: **300+**
 *  WordPress versie ** 5.0 of nieuwer **
 *  Getest t/m **6.9.4**
 *  PHP versie ** 7.4 of nieuwer **
 *  Talen
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/opcache-reset/) en [English (US)](https://wordpress.org/plugins/opcache-reset/).
 *  [Vertaal in jouw taal](https://translate.wordpress.org/projects/wp-plugins/opcache-reset)
 * Tags
 * [cache](https://nl-be.wordpress.org/plugins/tags/cache/)[OPcache](https://nl-be.wordpress.org/plugins/tags/opcache/)
   [php](https://nl-be.wordpress.org/plugins/tags/php/)[wp-cli](https://nl-be.wordpress.org/plugins/tags/wp-cli/)
   [Zend](https://nl-be.wordpress.org/plugins/tags/zend/)
 *  [Geavanceerde weergave](https://nl-be.wordpress.org/plugins/opcache-reset/advanced/)

## Beoordelingen

 4 van 5 sterren.

 *  [  0 5 sterren beoordeling     ](https://wordpress.org/support/plugin/opcache-reset/reviews/?filter=5)
 *  [  1 4 ster beoordeling     ](https://wordpress.org/support/plugin/opcache-reset/reviews/?filter=4)
 *  [  0 3 sterren beoordeling     ](https://wordpress.org/support/plugin/opcache-reset/reviews/?filter=3)
 *  [  0 2 sterren beoordeling     ](https://wordpress.org/support/plugin/opcache-reset/reviews/?filter=2)
 *  [  0 1 sterren beoordeling     ](https://wordpress.org/support/plugin/opcache-reset/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/opcache-reset/reviews/#new-post)

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/opcache-reset/reviews/)

## Bijdragers

 *   [ Danila Vershinin ](https://profiles.wordpress.org/dvershinin/)

## Ondersteuning

Iets te melden? Hulp nodig?

 [Het supportforum bekijken](https://wordpress.org/support/plugin/opcache-reset/)

## Doneren

Wil je de groei van deze plugin ondersteunen?

 [ Doneer aan deze plugin ](https://github.com/sponsors/dvershinin)