php-树枝模板的探查器

我开始优化我的网站,该网站目前仍在Symfony2中具有开发环境.

我一页很奇怪.根据Symfony分析器,页面加载时间约为1000毫秒,树枝模板约为900毫秒.

我看过树枝模板,但它很大(很多循环,包括模板等…)

我想知道模板中需要花费很多时间,所以我正在寻找一种分析模板的方法.这可能吗?

解决方法:

使用Symfony 2.4,在您的树枝模板中:

{% stopwatch "foo" %}
   ... some things that gets timed
{% endstopwatch %}
上一篇:Django-Templates模板语法(一)


下一篇:Argument 2 passed to think\\filesystem\\Driver::putFile() must be an instance of think\\File