WebProfilerBundle配置信息("web_profiler"根键)

3.4 版本
维护中的版本


完整的默认配置 

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
web_profiler:

    # DEPRECATED, it is not useful anymore and can be removed
    # safely from your configuration
    # 不推荐使用。不再有用处,将从配置文件中完全移除
    verbose:              true
 
    # display the web debug toolbar at the bottom of pages with
    # a summary of profiler info
    # 显示工具条在底部,带有诸分析项目的摘要信息
    toolbar:              false
    position:             bottom
 
    # gives you the opportunity to look at the collected data
    # before following the redirect
    # 在重定向之前,给了你一个“查看collection data”的机会
    intercept_redirects: false
 
    # Exclude AJAX requests in the web debug toolbar for specified paths
    # 在工具条中,对特定paths(路径)排除“分析AJAX请求”
    excluded_ajax_paths:  ^/bundles|^/_wdt
1
2
3
4
5
6
<web-profiler:config
    toolbar="false"
    verbose="true"
    intercept_redirects="false"
    excluded_ajax_paths="^/bundles|^/_wdt"
/>

本文,包括例程代码在内,采用的是 Creative Commons BY-SA 3.0 创作共用授权。

登录symfonychina 发表评论或留下问题(我们会尽量回复)