merged branch Brouznouf/patch-1 (PR #425)
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 29 Aug 2011 16:26:20 +0000 (18:26 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 29 Aug 2011 16:26:20 +0000 (18:26 +0200)
commit2e90373a5907bf4c39dacfa13c5d422549d8f501
tree24b337252fed1442303f282ae8af5611e19f4d6b
parent543d18b27df04475531eb2ff37882b6ec008c1ba
parent4dc490fbd50ca8bd5a6f1c26ddf03c1bfc2abeb3
merged branch Brouznouf/patch-1 (PR #425)

Commits
-------

4dc490f Removing array_shift for optimisation.

Discussion
----------

Removing array_shift for optimisation.

For example we check if a template and use exception to redirect to a default template

Before : We checked ~1000 times => 100sec due to array_shift
After  : ~1sec