发布于 2015-08-27 16:27:04 | 351 次阅读 | 评论: 0 | 来源: 网络整理
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
intercept_redirects: false
# Exclude AJAX requests in the web debug toolbar for specified paths
excluded_ajax_paths: ^/bundles|^/_wdt
<web-profiler:config
toolbar="false"
verbose="true"
intercept_redirects="false"
excluded_ajax_paths="^/bundles|^/_wdt"
/>