| # |
type |
message |
| 1 | Context | initialization |
| 2 | Controller | initialization |
| 3 | Routing | match route [default] "/:module/:action/*" |
| 4 | Request | request parameters array ( 'module' => 'galleries', 'action' => 'latest', 'type' => 'movie', 'start' => '180',) |
| 5 | Controller | dispatch request |
| 6 | Filter | executing filter "sfRenderingFilter" |
| 7 | Filter | executing filter "sfWebDebugFilter" |
| 8 | Filter | executing filter "trackingFilter" |
| 9 | Doctrine Statement | executeQuery : INSERT INTO logs_hits_1 (publisher_id, product_id, program_id, long_ip, country_code, visit_count, campaign, origin, created_at) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) - (0, 1, 1, 644592593, US, 0, , galleries, 2012-05-21 16:47:47 ) |
| 10 | Filter | executing filter "myDomainLayoutFilter" |
| 11 | Filter | executing filter "searchargsFilter" |
| 12 | Filter | executing filter "sfCommonFilter" |
| 13 | Filter | executing filter "sfExecutionFilter" |
| 14 | Action | call "galleriesActions->executeLatest()" |
| 15 | View | initialize view for "galleries/latest" |
| 16 | View | render "sf_app_dir/modules/galleries/templates/latestSuccess.php" |
| 17 | View | initialize view for "search/_searchbox" |
| 18 | View | render "sf_app_dir/modules/search/templates/_searchbox.php" |
| 19 | View | initialize view for "search/_viewselectorbar" |
| 20 | View | render "sf_app_dir/modules/search/templates/_viewselectorbar.php" |
| 21 | PartialHelper | call "galleries->executeLatestGalleries()" |
| 22 | Doctrine Statement | executeQuery : SELECT g.id AS g__id, g.url AS g__url, g.title AS g__title, g.description AS g__description, g.type AS g__type, g.thumbs AS g__thumbs, g.media_type AS g__media_type, g.media_width AS g__media_width, g.media_height AS g__media_height, g.media_count AS g__media_count, g.media_duration AS g__media_duration, g.media_audio AS g__media_audio, g.md5_url AS g__md5_url, g.md5_content AS g__md5_content, g.site_id AS g__site_id, g.sponsor_id AS g__sponsor_id, g.flag_gay AS g__flag_gay, g.status AS g__status, g.created_at AS g__created_at, s.id AS s__id, s.name AS s__name, s.domain AS s__domain, s.sponsor_id AS s__sponsor_id, s.flag_gay AS s__flag_gay, s.gallery_count AS s__gallery_count, s.status AS s__status, s.created_at AS s__created_at, s.updated_at AS s__updated_at FROM gallery g LEFT JOIN site s ON g.site_id = s.id WHERE g.created_at >= DATE(DATE_SUB(NOW(),INTERVAL 2 WEEK)) AND g.created_at < DATE_SUB(NOW(),INTERVAL 30 SECOND) AND g.type = ? ORDER BY g.created_at DESC LIMIT 20 OFFSET 180 - (movie ) |
| 23 | View | initialize view for "galleries/_latestGalleries" |
| 24 | View | render "sf_app_dir/modules/galleries/templates/_latestGalleries.php" |
| 25 | View | initialize view for "galleries/_gallerylist" |
| 26 | View | render "sf_app_dir/modules/galleries/templates/_gallerylist.php" |
| 27 | View | initialize view for "search/_pagination" |
| 28 | View | render "sf_app_dir/modules/search/templates/_pagination.php" |
| 29 | View | decorate content with "sf_app_dir/templates/layout.php" |
| 30 | View | render "sf_app_dir/templates/layout.php" |
| 31 | View | initialize view for "search/_textads" |
| 32 | View | render "sf_app_dir/modules/search/templates/_textads.php" |
| 33 | View | initialize view for "friendlylink/_rightLinks" |
| 34 | View | render "sf_app_dir/modules/friendlylink/templates/_rightLinks.php" |
| 35 | View | initialize view for "friendlylink/_footerLinks" |
| 36 | View | render "sf_app_dir/modules/friendlylink/templates/_footerLinks.php" |