Cli\Router::handle

public handle ([array $arguments]) Handles routing information received from command-line arguments

Annotations\AdapterInterface::getReader

abstract public getReader () ...

Session\BagInterface::has

abstract public has (mixed $property) ...

Mvc\Model\MessageInterface::__set_state

abstract public static __set_state (array $message) ...

Increasing Performance: What’s next?

Get faster applications requires refine many aspects: server, client, network, database, web server, static sources, etc. In this chapter we highlight scenarios where you can improve performance and how detect what is really slow in your application. Profile on the Server Each application is different, the permanent profiling is important to understand where performance can be increased. Profiling gives us a real picture on what is really slow and what does not. Profiles can vary between a requ

Mvc\Model\Query::getUniqueRow

public getUniqueRow () Check if the query is programmed to get only the first row in the resultset

Http\RequestInterface::isHead

abstract public isHead () ...

Acl\AdapterInterface::getActiveRole

abstract public getActiveRole () ...

Http\Request::getMethod

final public getMethod () Gets HTTP method which request has been made If the X-HTTP-Method-Override header is set, and if the method is a POST, then it is used to determine the “real” intended HTTP method. The _method request parameter can also be used to determine the HTTP method, but only if setHttpMethodParameterOverride(true) has been called. The method is always an uppercased string.

Events\ManagerInterface::detach

abstract public detach (mixed $eventType, mixed $handler) ...