ale10257 / yii2-opcache
Package
Package info
github.com/ale10257/yii2-opcache
Type:yii2-extension
pkg:composer/ale10257/yii2-opcache
1.04
2017-05-19 11:19 UTC
Requires
- php: >=5.6.0
- yiisoft/yii2: *
- yiisoft/yii2-bootstrap: ^2.0
This package is not auto-updated.
Last update: 2026-03-03 18:35:14 UTC
README
Show statistic, config, reset all, invalidate files, search in cached files
Installation
The preferred way to install this extension is through composer
Either run
composer require ale10257/yii2-opcache "dev-master"
or add
ale10257/yii2-opcache "dev-master"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
... 'modules'=>[ ... 'opcache'=>[ 'class'=>'ale10257\opcache\OpcacheModule', ], ... ]
Go to route ['/opcache/default/index']
Screens
Understanding OpCache
@see https://habrahabr.ru/company/mailru/blog/310054/ (Ru)
@see http://jpauli.github.io/2015/03/05/opcache.html (En)
P.S.
Russian settings translation based on https://sabini.ch/cms/perevod-nastroek-zend-opcache.html