| # |
type |
message |
| 1 | Context | initialization |
| 2 | Controller | initialization |
| 3 | Routing | match route [default] "/:module/:action/*" |
| 4 | Request | request parameters array ( 'module' => 'tubes', 'action' => 'latest',) |
| 5 | Controller | dispatch request |
| 6 | Filter | executing filter "sfRenderingFilter" |
| 7 | Filter | executing filter "sfWebDebugFilter" |
| 8 | Filter | executing filter "trackingFilter" |
| 9 | Filter | executing filter "myDomainLayoutFilter" |
| 10 | Filter | executing filter "searchargsFilter" |
| 11 | Filter | executing filter "sfCommonFilter" |
| 12 | Filter | executing filter "sfExecutionFilter" |
| 13 | Action | call "tubesActions->executeLatest()" |
| 14 | View | initialize view for "tubes/latest" |
| 15 | View | render "sf_app_dir/modules/tubes/templates/latestSuccess.php" |
| 16 | View | initialize view for "search/_searchbox" |
| 17 | View | render "sf_app_dir/modules/search/templates/_searchbox.php" |
| 18 | View | initialize view for "search/_viewselectorbar" |
| 19 | View | render "sf_app_dir/modules/search/templates/_viewselectorbar.php" |
| 20 | PartialHelper | call "tubes->executeLatestTubes()" |
| 21 | Doctrine Query | executeQuery : SELECT t.id AS t__id, t.tube_site_id AS t__tube_site_id, t.title AS t__title, t.description AS t__description, t.media_width AS t__media_width, t.media_height AS t__media_height, t.media_duration AS t__media_duration, t.media_audio AS t__media_audio, t.media_thumbs AS t__media_thumbs, t.media_filesize AS t__media_filesize, t.media_url AS t__media_url, t.media_md5 AS t__media_md5, t.tube_identifier AS t__tube_identifier, t.tube_custom AS t__tube_custom, t.tube_url AS t__tube_url, t.tube_views AS t__tube_views, t.tube_votes AS t__tube_votes, t.tube_tags AS t__tube_tags, t.tube_category AS t__tube_category, t.tube_submitdate AS t__tube_submitdate, t.tube_submitername AS t__tube_submitername, t.tube_sponsor AS t__tube_sponsor, t.flag_gay AS t__flag_gay, t.views AS t__views, t.ratenum AS t__ratenum, t.ratesum AS t__ratesum, t.ratescore AS t__ratescore, t.status AS t__status, t.created_at AS t__created_at, t.updated_at AS t__updated_at, t2.id AS t2__id, t2.name AS t2__name, t2.url AS t2__url, t2.embed_code AS t2__embed_code, t2.logo_url AS t2__logo_url, t2.player_width AS t2__player_width, t2.player_height AS t2__player_height, t2.flag_gay AS t2__flag_gay, t2.status AS t2__status, t2.created_at AS t2__created_at, t2.updated_at AS t2__updated_at FROM tube_movie t LEFT JOIN tube_site t2 ON t.tube_site_id = t2.id WHERE t.created_at >= DATE(DATE_SUB(NOW(),INTERVAL 4 WEEK)) AND t.created_at < DATE_SUB(NOW(),INTERVAL 30 SECOND) AND t.status != 1 ORDER BY t.created_at DESC LIMIT 20 |
| 22 | View | initialize view for "tubes/_latestTubes" |
| 23 | View | render "sf_app_dir/modules/tubes/templates/_latestTubes.php" |
| 24 | View | initialize view for "search/_pagination" |
| 25 | View | render "sf_app_dir/modules/search/templates/_pagination.php" |
| 26 | View | decorate content with "sf_app_dir/templates/layout.php" |
| 27 | View | render "sf_app_dir/templates/layout.php" |
| 28 | View | initialize view for "search/_textads" |
| 29 | View | render "sf_app_dir/modules/search/templates/_textads.php" |
| 30 | View | initialize view for "friendlylink/_rightLinks" |
| 31 | View | render "sf_app_dir/modules/friendlylink/templates/_rightLinks.php" |
| 32 | Doctrine Statement | executeQuery : SELECT f.id AS f__id, f.title AS f__title, f.href AS f__href, f.email AS f__email, f.reciprocal_url AS f__reciprocal_url, f.comments AS f__comments, f.position AS f__position, f.site AS f__site, f.filter_pattern AS f__filter_pattern, f.nofollow AS f__nofollow, f.active AS f__active, f.created_at AS f__created_at, f.updated_at AS f__updated_at FROM friendly_link f WHERE f.site = ? AND position = ? - (1, 1 ) |
| 33 | View | initialize view for "friendlylink/_footerLinks" |
| 34 | View | render "sf_app_dir/modules/friendlylink/templates/_footerLinks.php" |
| 35 | Doctrine Statement | executeQuery : SELECT f.id AS f__id, f.title AS f__title, f.href AS f__href, f.email AS f__email, f.reciprocal_url AS f__reciprocal_url, f.comments AS f__comments, f.position AS f__position, f.site AS f__site, f.filter_pattern AS f__filter_pattern, f.nofollow AS f__nofollow, f.active AS f__active, f.created_at AS f__created_at, f.updated_at AS f__updated_at FROM friendly_link f WHERE f.site = ? AND position = ? - (1, 0 ) |