| # |
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 [article_static_detail] for "/:category/:article/" |
| 37 | WebRequest | Request parameters array ( 'module' => 'article_static', 'action' => 'detail', 'category' => 'zadluzenost', 'article' => 'slovnicek-financnich-pojmu',) |
| 38 | Context | Initialization |
| 39 | FrontWebController | Dispatch request |
| 40 | FilterChain | Executing filter "sfRenderingFilter" |
| 41 | FilterChain | Executing filter "sfCommonFilter" |
| 42 | FilterChain | Executing filter "sfExecutionFilter" |
| 43 | PropelLogger | exec: SET NAMES 'utf8' |
| 44 | PropelLogger | prepare: SELECT category.ID, category.ACTIVE, category.PRIORITY, category.TID, category.TITLE FROM `category` WHERE category.ACTIVE=:p1 AND category.TID=:p2 LIMIT 1 |
| 45 | PropelLogger | Binding 1 at position :p1 w/ PDO type PDO::PARAM_INT |
| 46 | PropelLogger | Binding 'zadluzenost' at position :p2 w/ PDO type PDO::PARAM_STR |
| 47 | article_staticActions | Call "article_staticActions->executeDetail()" |
| 48 | PropelLogger | prepare: SELECT article.ID, article.CREATED_AT, article.UPDATED_AT, article.PUBLISHED, article.PUBLISH_FROM, article.PUBLISH_TO, article.TOP, article.IS_NEWS, article.TID, article.TITLE, article.PEREX, article.BODY FROM `article` WHERE ((article.PUBLISHED=:p1 AND (article.PUBLISH_FROM IS NULL OR article.PUBLISH_FROM<=CURRENT_TIMESTAMP)) AND (article.PUBLISH_TO IS NULL OR article.PUBLISH_TO>=CURRENT_TIMESTAMP)) AND article.TID=:p2 LIMIT 1 |
| 49 | PropelLogger | Binding 1 at position :p1 w/ PDO type PDO::PARAM_INT |
| 50 | PropelLogger | Binding 'slovnicek-financnich-pojmu' at position :p2 w/ PDO type PDO::PARAM_STR |
| 51 | PHPView | Initialize view for "article_static/detail" |
| 52 | PHPView | Render "sf_app_dir/modules/article_static/templates/detailSuccess.php" |
| 53 | PHPView | Decorate content with "sf_app_dir/templates/layout.php" |
| 54 | PHPView | Render "sf_app_dir/templates/layout.php" |
| 55 | PartialView | Initialize view for "photo/_random" |
| 56 | main | Call "photo->executeRandom()" |
| 57 | 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 |
| 58 | PropelLogger | Binding 1 at position :p1 w/ PDO type PDO::PARAM_INT |
| 59 | PropelLogger | Binding 1 at position :p2 w/ PDO type PDO::PARAM_INT |
| 60 | PartialView | Render "sf_app_dir/modules/photo/templates/_random.php" |
| 61 | PartialView | Initialize view for "partner/_top" |
| 62 | main | Call "partner->executeTop()" |
| 63 | 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 |
| 64 | PropelLogger | Binding 1 at position :p1 w/ PDO type PDO::PARAM_INT |
| 65 | PropelLogger | Binding 1 at position :p2 w/ PDO type PDO::PARAM_INT |
| 66 | PartialView | Render "sf_app_dir/modules/partner/templates/_top.php" |
| 67 | RenderingFilter | Render to the client |
| 68 | WebResponse | Send status "HTTP/1.1 200 OK" |
| 69 | WebResponse | Send header "Content-Type": "text/html; charset=utf-8" |
| 70 | WebDebugLogger | Configuration 15.20 ms (11) |
| 71 | WebDebugLogger | Action "article_static/detail" 320.68 ms (1) |
| 72 | WebDebugLogger | View "Success" for "article_static/detail" 582.20 ms (1) |
| 73 | WebDebugLogger | Component "photo/random" 100.69 ms (1) |
| 74 | WebDebugLogger | Partial "photo/_random" 11.12 ms (1) |
| 75 | WebDebugLogger | Component "partner/top" 54.01 ms (1) |
| 76 | WebDebugLogger | Partial "partner/_top" 7.96 ms (1) |