2017 © Pedro Peláez
 

library ocra-cached-view-resolver

Cached view template path resolver to speed up the ZF2 view layer by avoiding stat calls

image

ocramius/ocra-cached-view-resolver

Cached view template path resolver to speed up the ZF2 view layer by avoiding stat calls

  • Friday, December 1, 2017
  • by Ocramius
  • Repository
  • 8 Watchers
  • 57 Stars
  • 36,829 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 13 Forks
  • 0 Open issues
  • 15 Versions
  • 6 % Grown

The README.md

OcraCachedViewResolver

OcraCachedViewResolver is performance-oriented Laminas MVC 2 Module that increases performance in your application by caching the process of resolving template names to template paths., (*1)

In laminas/laminas-mvc-skeleton, the process of resolving template paths causes a lot of stat calls (disk access). This module adds a cache layer to avoid that., (*2)

Releases Downloads
Latest Stable Version Latest Unstable Version Total Downloads

Installation

The recommended way to install ocramius/ocra-cached-view-resolver is through composer:, (*3)

php composer.phar require ocramius/ocra-cached-view-resolver

You can then enable the module in your config/application.config.php by adding 'OcraCachedViewResolver' to the 'modules' section., (*4)

Configuration

Default configurations are provided in config/ocra-cached-view-resolver.local.php.dist. You can copy it to your application's config/autoload directory and remove the .dist extension from the file name., (*5)

Note that without this file (or similar configuration), OcraCachedViewResolver will use a so-called "blackhole" cache that doesn't actually cache anything. The provided .dist config file assumes that you have the APC extension installed: if that is not the case, please tweak this file., (*6)

The Versions

01/12 2017

dev-master

9999999-dev https://github.com/Ocramius/OcraCachedViewResolver

Cached view template path resolver to speed up the ZF2 view layer by avoiding stat calls

  Sources   Download

MIT

The Requires

 

The Development Requires

zf2 zendframework zend framework 2 performance

04/06 2016

4.0.0

4.0.0.0 https://github.com/Ocramius/OcraCachedViewResolver

Cached view template path resolver to speed up the ZF2 view layer by avoiding stat calls

  Sources   Download

MIT

The Requires

 

The Development Requires

zf2 zendframework zend framework 2 performance

05/03 2016
02/05 2014
02/04 2013

0.1.5

0.1.5.0 https://github.com/Ocramius/OcraCachedViewResolver

Cached view template path resolver to speed up the ZF2 view layer by avoiding stat calls

  Sources   Download

MIT

The Requires

 

zf2 zendframework zend framework 2 performance

31/12 2012

0.1.4

0.1.4.0 https://github.com/Ocramius/OcraCachedViewResolver

Cached view template path resolver to speed up the ZF2 view layer by avoiding stat calls

  Sources   Download

MIT

The Requires

 

zf2 zendframework zend framework 2 performance

01/12 2012

0.1.3

0.1.3.0 https://github.com/Ocramius/OcraCachedViewResolver

Cached view template path resolver to speed up the ZF2 view layer by avoiding stat calls

  Sources   Download

MIT

The Requires

 

zf2 zendframework zend framework 2 performance

30/11 2012

0.1.2

0.1.2.0 https://github.com/Ocramius/OcraCachedViewResolver

Cached view template path resolver to speed up the ZF2 view layer by avoiding stat calls

  Sources   Download

MIT

The Requires

 

zf2 zendframework zend framework 2 performance

30/11 2012

0.1.0

0.1.0.0 https://github.com/Ocramius/OcraCachedViewResolver

Cached view template path resolver to speed up the ZF2 view layer by avoiding stat calls

  Sources   Download

MIT

The Requires

 

zf2 zendframework zend framework 2 performance

30/11 2012

0.1.1

0.1.1.0 https://github.com/Ocramius/OcraCachedViewResolver

Cached view template path resolver to speed up the ZF2 view layer by avoiding stat calls

  Sources   Download

MIT

The Requires

 

zf2 zendframework zend framework 2 performance