| # |
type |
message |
| 1 | PatternRouting | Connect "/" |
| 2 | PatternRouting | Connect "/aktualne/" |
| 3 | PatternRouting | Connect "/aktualne/strana/:page/" |
| 4 | PatternRouting | Connect "/aktualne/:news/" |
| 5 | PatternRouting | Connect "/pribehy-rozhovory/" |
| 6 | PatternRouting | Connect "/pribehy-rozhovory/strana/:page/" |
| 7 | PatternRouting | Connect "/pribehy-rozhovory/:interview/" |
| 8 | PatternRouting | Connect "/tiskove-zpravy/" |
| 9 | PatternRouting | Connect "/tiskove-zpravy/strana/:page/" |
| 10 | PatternRouting | Connect "/tiskove-zpravy/:press/" |
| 11 | PatternRouting | Connect "/kalendar-akci/" |
| 12 | PatternRouting | Connect "/kalendar-akci/:month/" |
| 13 | PatternRouting | Connect "/kalendar-akci/:month/:event/" |
| 14 | PatternRouting | Connect "/fotogalerie/:category/strana/:page/" |
| 15 | PatternRouting | Connect "/fotogalerie/" |
| 16 | PatternRouting | Connect "/fotogalerie/:category/" |
| 17 | PatternRouting | Connect "/fotogalerie/:category/:photo/" |
| 18 | PatternRouting | Connect "/videogalerie/" |
| 19 | PatternRouting | Connect "/videogalerie/strana/:page/" |
| 20 | PatternRouting | Connect "/videogalerie/:video/" |
| 21 | PatternRouting | Connect "/otazky-odpovedi/" |
| 22 | PatternRouting | Connect "/loga/" |
| 23 | PatternRouting | Connect "/odkazy/" |
| 24 | PatternRouting | Connect "/partneri/" |
| 25 | PatternRouting | Connect "/medialni-partneri/" |
| 26 | PatternRouting | Connect "/ambasadori/" |
| 27 | PatternRouting | Connect "/ambasadori/:ambassador/" |
| 28 | PatternRouting | Connect "/:category/" |
| 29 | PatternRouting | Connect "/:category/strana/:page/" |
| 30 | PatternRouting | Connect "/:category/:article/" |
| 31 | PatternRouting | Connect "/:page/" |
| 32 | PatternRouting | Connect "/symfony/:action/*" |
| 33 | PatternRouting | Connect "/:module" |
| 34 | PatternRouting | Connect "/:module/:action/*" |
| 35 | FrontWebController | Initialization |
| 36 | PatternRouting | Match route [ambassador_detail] for "/ambasadori/:ambassador/" |
| 37 | WebRequest | Request parameters array ( 'module' => 'ambassador', 'action' => 'detail', 'ambassador' => 'selma-muhic-dizdarevic',) |
| 38 | Context | Initialization |
| 39 | FrontWebController | Dispatch request |
| 40 | FilterChain | Executing filter "sfRenderingFilter" |
| 41 | FilterChain | Executing filter "sfCommonFilter" |
| 42 | FilterChain | Executing filter "sfExecutionFilter" |
| 43 | ambassadorActions | Call "ambassadorActions->executeDetail()" |
| 44 | PropelLogger | exec: SET NAMES 'utf8' |
| 45 | PropelLogger | prepare: SELECT ambassador.ID, ambassador.CREATED_AT, ambassador.PUBLISHED, ambassador.TID, ambassador.COUNTRY, ambassador.NAME, ambassador.SHORT_DESCRIPTION, ambassador.DESCRIPTION, ambassador.PRIORITY FROM `ambassador` WHERE ambassador.PUBLISHED=:p1 AND ambassador.TID=:p2 LIMIT 1 |
| 46 | PropelLogger | Binding 1 at position :p1 w/ PDO type PDO::PARAM_INT |
| 47 | PropelLogger | Binding 'selma-muhic-dizdarevic' at position :p2 w/ PDO type PDO::PARAM_STR |
| 48 | PHPView | Initialize view for "ambassador/detail" |
| 49 | PHPView | Render "sf_app_dir/modules/ambassador/templates/detailSuccess.php" |
| 50 | PHPView | Decorate content with "sf_app_dir/templates/layout.php" |
| 51 | PHPView | Render "sf_app_dir/templates/layout.php" |
| 52 | PartialView | Initialize view for "photo/_random" |
| 53 | main | Call "photo->executeRandom()" |
| 54 | PropelLogger | prepare: SELECT photo.ID, photo.CREATED_AT, photo.PUBLISHED, photo.CATEGORY_ID, photo.TID, photo.TITLE, photo.DESCRIPTION, photo.PRIORITY, photo_category.ID, photo_category.CREATED_AT, photo_category.PUBLISHED, photo_category.TID, photo_category.TITLE, photo_category.PRIORITY FROM `photo` LEFT JOIN photo_category ON (photo.CATEGORY_ID=photo_category.ID) WHERE photo.PUBLISHED=:p1 AND photo_category.PUBLISHED=:p2 AND photo.CATEGORY_ID=photo_category.ID ORDER BY rand() ASC LIMIT 2 |
| 55 | PropelLogger | Binding 1 at position :p1 w/ PDO type PDO::PARAM_INT |
| 56 | PropelLogger | Binding 1 at position :p2 w/ PDO type PDO::PARAM_INT |
| 57 | PartialView | Render "sf_app_dir/modules/photo/templates/_random.php" |
| 58 | PartialView | Initialize view for "partner/_top" |
| 59 | main | Call "partner->executeTop()" |
| 60 | PropelLogger | prepare: SELECT partner.ID, partner.CREATED_AT, partner.PUBLISHED, partner.TITLE, partner.DESCRIPTION, partner.WEB, partner.PRIORITY, partner.TOP FROM `partner` WHERE partner.PUBLISHED=:p1 AND partner.TOP=:p2 ORDER BY partner.PRIORITY DESC,partner.TITLE ASC |
| 61 | PropelLogger | Binding 1 at position :p1 w/ PDO type PDO::PARAM_INT |
| 62 | PropelLogger | Binding 1 at position :p2 w/ PDO type PDO::PARAM_INT |
| 63 | PartialView | Render "sf_app_dir/modules/partner/templates/_top.php" |
| 64 | RenderingFilter | Render to the client |
| 65 | WebResponse | Send status "HTTP/1.1 200 OK" |
| 66 | WebResponse | Send header "Content-Type": "text/html; charset=utf-8" |
| 67 | WebDebugLogger | Configuration 9.22 ms (11) |
| 68 | WebDebugLogger | Action "ambassador/detail" 29.48 ms (1) |
| 69 | WebDebugLogger | View "Success" for "ambassador/detail" 54.69 ms (1) |
| 70 | WebDebugLogger | Component "photo/random" 20.86 ms (1) |
| 71 | WebDebugLogger | Partial "photo/_random" 1.45 ms (1) |
| 72 | WebDebugLogger | Component "partner/top" 5.51 ms (1) |
| 73 | WebDebugLogger | Partial "partner/_top" 0.64 ms (1) |