| # |
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 [events_month] for "/kalendar-akci/:month/" |
| 37 | WebRequest | Request parameters array ( 'module' => 'event', 'action' => 'index', 'month' => 'duben',) |
| 38 | Context | Initialization |
| 39 | FrontWebController | Dispatch request |
| 40 | FilterChain | Executing filter "sfRenderingFilter" |
| 41 | FilterChain | Executing filter "sfCommonFilter" |
| 42 | FilterChain | Executing filter "sfExecutionFilter" |
| 43 | eventActions | Call "eventActions->executeIndex()" |
| 44 | PropelLogger | exec: SET NAMES 'utf8' |
| 45 | PropelLogger | prepare: SELECT event.ID, event.CREATED_AT, event.PUBLISHED, event.CATEGORY_ID, event.DATE, event.DATE_END, event.TID, event.TITLE, event.PEREX, event.BODY FROM `event` WHERE event.PUBLISHED=:p1 AND (event.DATE LIKE :p2 OR (event.DATE<=:p3 AND event.DATE_END>=:p4)) ORDER BY event.DATE ASC |
| 46 | PropelLogger | Binding 1 at position :p1 w/ PDO type PDO::PARAM_INT |
| 47 | PropelLogger | Binding '2010-04%' at position :p2 w/ PDO type PDO::PARAM_STR |
| 48 | PropelLogger | Binding '2010-04-01' at position :p3 w/ PDO type PDO::PARAM_STR |
| 49 | PropelLogger | Binding '2010-04-01' at position :p4 w/ PDO type PDO::PARAM_STR |
| 50 | PHPView | Initialize view for "event/index" |
| 51 | PHPView | Render "sf_app_dir/modules/event/templates/indexSuccess.php" |
| 52 | PHPView | Decorate content with "sf_app_dir/templates/layout.php" |
| 53 | PHPView | Render "sf_app_dir/templates/layout.php" |
| 54 | PartialView | Initialize view for "photo/_random" |
| 55 | main | Call "photo->executeRandom()" |
| 56 | 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 |
| 57 | PropelLogger | Binding 1 at position :p1 w/ PDO type PDO::PARAM_INT |
| 58 | PropelLogger | Binding 1 at position :p2 w/ PDO type PDO::PARAM_INT |
| 59 | PartialView | Render "sf_app_dir/modules/photo/templates/_random.php" |
| 60 | PartialView | Initialize view for "partner/_top" |
| 61 | main | Call "partner->executeTop()" |
| 62 | 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 |
| 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/partner/templates/_top.php" |
| 66 | RenderingFilter | Render to the client |
| 67 | WebResponse | Send status "HTTP/1.1 200 OK" |
| 68 | WebResponse | Send header "Content-Type": "text/html; charset=utf-8" |
| 69 | WebDebugLogger | Configuration 8.47 ms (11) |
| 70 | WebDebugLogger | Action "event/index" 41.05 ms (1) |
| 71 | WebDebugLogger | View "Success" for "event/index" 76.17 ms (1) |
| 72 | WebDebugLogger | Component "photo/random" 17.53 ms (1) |
| 73 | WebDebugLogger | Partial "photo/_random" 1.44 ms (1) |
| 74 | WebDebugLogger | Component "partner/top" 14.82 ms (1) |
| 75 | WebDebugLogger | Partial "partner/_top" 0.88 ms (1) |