| # |
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 [photo_detail] for "/fotogalerie/:category/:photo/" |
| 37 | WebRequest | Request parameters array ( 'module' => 'photo', 'action' => 'detail', 'category' => 'brifink-charita-mpsv-k-ey2010-predani', 'photo' => 'namestek-ministra-prace-a-socialnich-veci-marian-hosek-predava-darcovsky-certifikat-zastupkynim-strediska-vycviku-vodicich-psu',) |
| 38 | Context | Initialization |
| 39 | FrontWebController | Dispatch request |
| 40 | FilterChain | Executing filter "sfRenderingFilter" |
| 41 | FilterChain | Executing filter "sfCommonFilter" |
| 42 | FilterChain | Executing filter "sfExecutionFilter" |
| 43 | photoActions | Call "photoActions->executeDetail()" |
| 44 | PropelLogger | exec: SET NAMES 'utf8' |
| 45 | PropelLogger | prepare: SELECT photo.ID, photo.CREATED_AT, photo.PUBLISHED, photo.CATEGORY_ID, photo.TID, photo.TITLE, photo.DESCRIPTION, photo.PRIORITY FROM `photo`, `photo_category` WHERE photo_category.PUBLISHED=:p1 AND photo_category.TID=:p2 AND photo.PUBLISHED=:p3 AND photo.TID=:p4 AND photo_category.ID=photo.CATEGORY_ID LIMIT 1 |
| 46 | PropelLogger | Binding 1 at position :p1 w/ PDO type PDO::PARAM_INT |
| 47 | PropelLogger | Binding 'brifink-charita-mpsv-k-ey2010-predani' at position :p2 w/ PDO type PDO::PARAM_STR |
| 48 | PropelLogger | Binding 1 at position :p3 w/ PDO type PDO::PARAM_INT |
| 49 | PropelLogger | Binding 'namestek-ministra-prace-a-socialnich-veci-marian-hosek-predava-darcovsky-certifikat-zastupkynim-strediska-vycviku-vodicich-psu' at position :p4 w/ PDO type PDO::PARAM_STR |
| 50 | PropelLogger | prepare: SELECT photo.TID FROM `photo`, `photo_category` WHERE photo_category.PUBLISHED=:p1 AND photo_category.TID=:p2 AND photo.PUBLISHED=:p3 AND photo_category.ID=photo.CATEGORY_ID ORDER BY photo.PRIORITY DESC,photo.TITLE ASC |
| 51 | PropelLogger | Binding 1 at position :p1 w/ PDO type PDO::PARAM_INT |
| 52 | PropelLogger | Binding 'brifink-charita-mpsv-k-ey2010-predani' at position :p2 w/ PDO type PDO::PARAM_STR |
| 53 | PropelLogger | Binding 1 at position :p3 w/ PDO type PDO::PARAM_INT |
| 54 | PropelLogger | prepare: SELECT photo_category.ID, photo_category.CREATED_AT, photo_category.PUBLISHED, photo_category.TID, photo_category.TITLE, photo_category.PRIORITY FROM `photo_category` WHERE photo_category.ID=:p1 |
| 55 | PropelLogger | Binding 2 at position :p1 w/ PDO type PDO::PARAM_INT |
| 56 | PHPView | Initialize view for "photo/detail" |
| 57 | PHPView | Render "sf_app_dir/modules/photo/templates/detailSuccess.php" |
| 58 | PHPView | Decorate content with "sf_app_dir/templates/layout.php" |
| 59 | PHPView | Render "sf_app_dir/templates/layout.php" |
| 60 | PartialView | Initialize view for "photo/_random" |
| 61 | main | Call "photo->executeRandom()" |
| 62 | 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 |
| 63 | PropelLogger | Binding 1 at position :p1 w/ PDO type PDO::PARAM_INT |
| 64 | PropelLogger | Binding 1 at position :p2 w/ PDO type PDO::PARAM_INT |
| 65 | PartialView | Render "sf_app_dir/modules/photo/templates/_random.php" |
| 66 | PartialView | Initialize view for "partner/_top" |
| 67 | main | Call "partner->executeTop()" |
| 68 | 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 |
| 69 | PropelLogger | Binding 1 at position :p1 w/ PDO type PDO::PARAM_INT |
| 70 | PropelLogger | Binding 1 at position :p2 w/ PDO type PDO::PARAM_INT |
| 71 | PartialView | Render "sf_app_dir/modules/partner/templates/_top.php" |
| 72 | RenderingFilter | Render to the client |
| 73 | WebResponse | Send status "HTTP/1.1 200 OK" |
| 74 | WebResponse | Send header "Content-Type": "text/html; charset=utf-8" |
| 75 | WebDebugLogger | Configuration 9.70 ms (11) |
| 76 | WebDebugLogger | Action "photo/detail" 39.73 ms (1) |
| 77 | WebDebugLogger | View "Success" for "photo/detail" 40.51 ms (1) |
| 78 | WebDebugLogger | Component "photo/random" 6.43 ms (1) |
| 79 | WebDebugLogger | Partial "photo/_random" 1.98 ms (1) |
| 80 | WebDebugLogger | Component "partner/top" 5.96 ms (1) |
| 81 | WebDebugLogger | Partial "partner/_top" 1.05 ms (1) |