Title: OPcache Reset
Author: Danila Vershinin
Published: <strong>जुन 1, 2018</strong>
Last modified: अगस्ट 6, 2026

---

प्लगिनहरू खोज्नुहोस्

![](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

 [Danila Vershinin](https://profiles.wordpress.org/dvershinin/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/opcache-reset.2.4.1.zip)

 * [विवरण](https://ne.wordpress.org/plugins/opcache-reset/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/opcache-reset/#reviews)
 * [विकास](https://ne.wordpress.org/plugins/opcache-reset/#developers)

 [सहायता](https://wordpress.org/support/plugin/opcache-reset/)

## विवरण

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 and no shell commands

### Configuration

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

Create a CacheTool-compatible `.cachetool.yml` in your WordPress root:

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

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

## समीक्षाहरू

![](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, 2019

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

 [ सबै 1 समीक्षा पढ्नुहोस् ](https://wordpress.org/support/plugin/opcache-reset/reviews/)

## योगदानकर्ता र डेभलपरहरू

“OPcache Reset” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका
छन्।

योगदानकर्ताहरू

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

“OPcache Reset” 1 लोकेलमा अनुवाद गरिएको छ। योगदानको लागि [अनुवादकहरू](https://translate.wordpress.org/projects/wp-plugins/opcache-reset/contributors)
लाई धन्यवाद।

[“OPcache Reset” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/opcache-reset)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/opcache-reset/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/opcache-reset/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/opcache-reset/) हेर्नुहोस्, 
वा [विकास लग](https://plugins.trac.wordpress.org/log/opcache-reset/) को सदस्यता 
लिनुहोस्।

## चेन्जलग

#### 2.4.1

 * Reset PHP-FPM OPcache from cron and WP-CLI without `shell_exec` or a CacheTool
   binary
 * Replace shell-based file cache cleanup with native PHP filesystem operations
 * Improve FastCGI configuration, response validation, and error handling
 * Add direct-access protection and prefix internal functions and constants
 * Exclude development-only hidden files from release packages
 * Add disabled-`shell_exec` regression coverage

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

## मेटा

 *  संस्करण **2.4.1**
 *  पछिल्लो अपडेट **2 हप्ता अघि**
 *  सक्रिय स्थापना **400+**
 *  वर्डप्रेस संस्करण ** 5.0 वा उच्च **
 *  जाँच गरिएको **7.0.4**
 *  PHP संस्करण ** 7.4 वा उच्च **
 *  भाषाहरू
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/opcache-reset/) र [English (US)](https://wordpress.org/plugins/opcache-reset/).
 *  [आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/opcache-reset)
 * ट्यागहरू
 * [cache](https://ne.wordpress.org/plugins/tags/cache/)[OPcache](https://ne.wordpress.org/plugins/tags/opcache/)
   [php](https://ne.wordpress.org/plugins/tags/php/)[wp-cli](https://ne.wordpress.org/plugins/tags/wp-cli/)
   [Zend](https://ne.wordpress.org/plugins/tags/zend/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/opcache-reset/advanced/)

## रेटिङ्गहरू

 ५ मा 4 तारा।

 *  [  0 5-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/opcache-reset/reviews/?filter=5)
 *  [  1 4-तारा समीक्षा     ](https://wordpress.org/support/plugin/opcache-reset/reviews/?filter=4)
 *  [  0 3-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/opcache-reset/reviews/?filter=3)
 *  [  0 2-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/opcache-reset/reviews/?filter=2)
 *  [  0 1-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/opcache-reset/reviews/?filter=1)

[तपाईँको समीक्षा](https://wordpress.org/support/plugin/opcache-reset/reviews/#new-post)

[सबै समीक्षाहरू हेर्नुहोस्](https://wordpress.org/support/plugin/opcache-reset/reviews/)

## योगदानकर्ताहरू

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

## सहायता

पछिल्लो दुई महिनामा समाधान गरिएका समस्याहरू:

     1 मध्ये 0

 [सहायता फोरम हेर्नुहोस्](https://wordpress.org/support/plugin/opcache-reset/)

## दान गर्नुहोस्

के तपाईँ यस प्लगिनको उन्नतिको लागि सहायता गर्न चाहनुहुन्छ?

 [ यो प्लगिनको लागि दान गर्नुहोस् ](https://github.com/sponsors/dvershinin)