ale10257/yii2-opcache

Package

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 4

Type:yii2-extension

1.04 2017-05-19 11:19 UTC

This package is not auto-updated.

Last update: 2024-04-16 09:28:11 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

Status Files Config

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