Coder Social home page Coder Social logo

jonathanmaron / zend-view Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zendframework/zend-view

0.0 1.0 0.0 6.54 MB

View component from Zend Framework

Home Page: https://zendframework.github.io/zend-view/

License: BSD 3-Clause "New" or "Revised" License

PHP 96.41% HTML 3.59%

zend-view's Introduction

zend-view

Build Status Coverage Status

zend-view provides the “View” layer of the Zend Framework MVC system. It is a multi-tiered system allowing a variety of mechanisms for extension, substitution, and more.

Forked

On June 30, 2019, Zend\View was forked.

To vastly improve performance in a very large Navigation tree, the accept() call now always returns true (li 315):

public function accept(AbstractPage $page, $recursive = true)

vendor/zendframework/zend-view/src/Helper/Navigation/AbstractHelper.php

This reduced the lookup time in the Navigation tree from:

0.51467514038086 s, 3.1678 s

to:

0.049877882003784 s, 0.5161 s

The first number is the time to for one call to the Navigation component, the second the page execution time (page contained several calls to Navigation component).

This only works, since we are not using the Visible flag nor the ACL functionality.

zend-view's People

Contributors

akrabat avatar b-durand avatar bakura10 avatar basz avatar dasprid avatar evandotpro avatar ezimuel avatar freeaqingme avatar froschdesign avatar kokspflanze avatar koopzington avatar localheinz avatar maks3w avatar marc-mabe avatar matbech avatar michalbundyra avatar mikaelkael avatar mpinkston avatar mwillbanks avatar ocramius avatar ojhaujjwal avatar padraic avatar prolic avatar ralphschindler avatar samsonasik avatar sgehrig avatar thinkscape avatar thomasweidner avatar waltertamboer avatar weierophinney avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.