ale10257 / yii2-opcache
Package
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 4
Type:yii2-extension
Requires
- php: >=5.6.0
- yiisoft/yii2: *
- yiisoft/yii2-bootstrap: ^2.0
This package is not auto-updated.
Last update: 2025-04-01 13:52:30 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