symfony_data/web/sf/ directory.
default module. It will
disappear as soon as you define a homepage route in your
routing.yml.
| # | type | message |
|---|---|---|
| 1 | Context |
initialization |
| 2 | Controller |
initialization |
| 3 | Routing |
match route [homepage] "/" |
| 4 | Request |
request parameters array ( 'module' => 'default', 'action' => 'index',) |
| 5 | Controller |
dispatch request |
| 6 | Filter |
executing filter "sfRenderingFilter" |
| 7 | Filter |
executing filter "sfWebDebugFilter" |
| 8 | Filter |
executing filter "sfCommonFilter" |
| 9 | Filter |
executing filter "sfFlashFilter" |
| 10 | Filter |
executing filter "sfExecutionFilter" |
| 11 | Action |
call "defaultActions->executeIndex()" |
| 12 | View |
initialize view for "default/index" |
| 13 | View |
render "sf_root_dir/lib/data/symfony/modules/default/templates/indexSuccess.php" |
| 14 | View |
decorate content with "sf_root_dir/lib/data/symfony/modules/default/templates/defaultLayout.php" |
| 15 | View |
render "sf_root_dir/lib/data/symfony/modules/default/templates/defaultLayout.php" |

---
parameterHolder:
symfony/default:
action: index
module: default
attributeHolder:
symfony/default:

---
cookies:
httpHeaders:
Content-Type: text/html; charset=utf-8
parameterHolder:
helper/asset/auto/httpmeta:
Content-Type: text/html; charset=utf-8
helper/asset/auto/javascript:
/sf/sf_web_debug/js/main: /sf/sf_web_debug/js/main
helper/asset/auto/meta:
description: symfony project
keywords: symfony, project
language: en
robots: index, follow
title: symfony project
helper/asset/auto/stylesheet:
/sf/sf_web_debug/css/main:
main:
helper/asset/auto/stylesheet/last:
/sf/sf_default/css/screen.css:
symfony/response/http/headers:
Content-Type: text/html; charset=utf-8
symfony/view/asset:
javascripts_included:
stylesheets_included:

--- concealed by rokamoto

--- concealed by rokamoto

--- concealed by rokamoto
| type | calls | time (ms) |
|---|---|---|
| Configuration | 11 | 1.77 |
| Action "default/index" | 1 | 0.11 |
| View "Success" for "default/index" | 1 | 10.56 |