| # |
type |
message |
| 1 | ToolkitRouting | Connect sfRoute "default/index" (/:sf_culture/) |
| 2 | ToolkitRouting | Connect sfRoute "page/static" (/:sf_culture/page/static/:id.:sf_format) |
| 3 | ToolkitRouting | Connect sfRoute "sitemap" (/sitemap.xml) |
| 4 | ToolkitRouting | Connect sfRoute "visit/track" (/visit/:type.:id.:sf_format) |
| 5 | ToolkitRouting | Connect sfRoute "homepage" (/) |
| 6 | ToolkitRouting | Connect sfRoute "slug" (/:module/:id/:slug.:action.:sf_format) |
| 7 | ToolkitRouting | Connect sfRoute "id" (/:module/:id/:action.:sf_format) |
| 8 | ToolkitRouting | Connect sfRoute "action" (/:module/:action.:sf_format) |
| 9 | ToolkitRouting | Connect sfRoute "permalink" (/:module/:id/) |
| 10 | ToolkitRouting | Connect sfRoute "index" (/:module/) |
| 11 | ToolkitRouting | Connect sfRoute "slug_i18n" (/:sf_culture/:module/:id/:slug.:action.:sf_format) |
| 12 | ToolkitRouting | Connect sfRoute "id_i18n" (/:sf_culture/:module/:id/:action.:sf_format) |
| 13 | ToolkitRouting | Connect sfRoute "action_i18n" (/:sf_culture/:module/:action.:sf_format) |
| 14 | ToolkitRouting | Connect sfRoute "permalink_i18n" (/:sf_culture/:module/:id/) |
| 15 | ToolkitRouting | Connect sfRoute "index_i18n" (/:sf_culture/:module/) |
| 16 | ToolkitRouting | Connect sfRoute "homepage_i18n" (/:sf_culture/) |
| 17 | ToolkitRouting | Connect sfRoute "default_index" (/:module) |
| 18 | ToolkitRouting | Connect sfRoute "default" (/:module/:action/*) |
| 19 | ToolkitRouting | Match route "action_i18n" (/:sf_culture/:module/:action.:sf_format) for /fr/paper/index.html with parameters array ( 'module' => 'paper', 'action' => 'index', 'sf_culture' => 'fr', 'sf_format' => 'html',) |
| 20 | sfFilterChain | Executing filter "sfRenderingFilter" |
| 21 | sfFilterChain | Executing filter "I18nFilter" |
| 22 | Doctrine_Connection_Mysql | exec : SET NAMES 'utf8mb4', SQL_MODE='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION' - () |
| 23 | Doctrine_Connection_Mysql | query : SELECT `l`.`id` AS `l__id`, `l`.`code` AS `l__code`, `l`.`name` AS `l__name`, `l`.`sort` AS `l__sort`, `l`.`created_at` AS `l__created_at`, `l`.`updated_at` AS `l__updated_at` FROM `lang` `l` ORDER BY `l`.`sort` - () |
| 24 | sfFilterChain | Executing filter "sfCacheFilter" |
| 25 | sfFilterChain | Executing filter "sfExecutionFilter" |
| 26 | paperActions | Call "paperActions->executeIndex()" |
| 27 | Doctrine_Connection_Statement | execute : SELECT `p`.`id` AS `p__id`, `p`.`sort` AS `p__sort`, `p`.`created_at` AS `p__created_at`, `p`.`updated_at` AS `p__updated_at`, `p`.`translated` AS `p__translated`, `p2`.`id` AS `p2__id`, `p2`.`name` AS `p2__name`, `p2`.`description` AS `p2__description`, `p2`.`lang` AS `p2__lang`, COUNT(`p3`.`id`) AS `p3__0` FROM `paper_type` `p` LEFT JOIN `paper_type_translation` `p2` ON `p`.`id` = `p2`.`id` INNER JOIN `paper` `p3` ON `p`.`id` = `p3`.`type_id` WHERE (`p3`.`published_at` <= ?) GROUP BY `p`.`id`, `p2`.`lang` ORDER BY `p`.`sort` - (2026-03-24) |
| 28 | Doctrine_Connection_Statement | execute : SELECT DISTINCT YEAR(`p`.`published_at`) AS `p__0` FROM `paper` `p` WHERE (`p`.`published_at` <= ?) ORDER BY `p`.`published_at` desc - (2026-03-24) |
| 29 | Doctrine_Connection_Statement | execute : SELECT COUNT(*) AS `num_results` FROM (SELECT `p`.`id` FROM `paper` `p` LEFT JOIN `paper_translation` `p2` ON `p`.`id` = `p2`.`id` LEFT JOIN `paper_type` `p3` ON `p`.`type_id` = `p3`.`id` LEFT JOIN `paper_type_translation` `p4` ON `p3`.`id` = `p4`.`id` WHERE `p`.`published_at` <= ? GROUP BY `p`.`id`) `dctrn_count_query` - (2026-03-24) |
| 30 | myViewCacheManager | Cache for "paper/index?sf_culture=fr&sf_format=html" does not exist |
| 31 | sfPHPView | Render "sf_app_dir/modules/paper/templates/indexSuccess.php" |
| 32 | main | Get slot "meta" |
| 33 | main | Set slot "meta" |
| 34 | myViewCacheManager | Generate cache key |
| 35 | myViewCacheManager | Cache for "@sf_cache_partial?module=global&action=_paginate&sf_cache_key=5b58556ec2873ca4dcca874b7ded7369" does not exist |
| 36 | sfPartialView | Render "sf_app_dir/templates/_paginate.php" |
| 37 | myViewCacheManager | Save cache for "@sf_cache_partial?module=global&action=_paginate&sf_cache_key=5b58556ec2873ca4dcca874b7ded7369" |
| 38 | Doctrine_Connection_Statement | execute : SELECT DISTINCT `p5`.`id` FROM `paper` `p5` LEFT JOIN `paper_translation` `p6` ON `p5`.`id` = `p6`.`id` LEFT JOIN `paper_type` `p7` ON `p5`.`type_id` = `p7`.`id` LEFT JOIN `paper_type_translation` `p8` ON `p7`.`id` = `p8`.`id` WHERE `p5`.`published_at` <= ? ORDER BY `p5`.`id` desc LIMIT 10 - (2026-03-24) |
| 39 | Doctrine_Connection_Statement | execute : SELECT `p`.`id` AS `p__id`, `p`.`type_id` AS `p__type_id`, `p`.`published_at` AS `p__published_at`, `p`.`user_id` AS `p__user_id`, `p`.`partner_id` AS `p__partner_id`, `p`.`image` AS `p__image`, `p`.`size` AS `p__size`, `p`.`search` AS `p__search`, `p`.`visits` AS `p__visits`, `p`.`draft` AS `p__draft`, `p`.`created_at` AS `p__created_at`, `p`.`updated_at` AS `p__updated_at`, `p`.`created_by` AS `p__created_by`, `p`.`updated_by` AS `p__updated_by`, `p`.`translated` AS `p__translated`, `p2`.`id` AS `p2__id`, `p2`.`name` AS `p2__name`, `p2`.`file` AS `p2__file`, `p2`.`description` AS `p2__description`, `p2`.`cite` AS `p2__cite`, `p2`.`version` AS `p2__version`, `p2`.`reference` AS `p2__reference`, `p2`.`legend` AS `p2__legend`, `p2`.`content` AS `p2__content`, `p2`.`content_text` AS `p2__content_text`, `p2`.`slug` AS `p2__slug`, `p2`.`lang` AS `p2__lang`, `p3`.`id` AS `p3__id`, `p3`.`sort` AS `p3__sort`, `p3`.`created_at` AS `p3__created_at`, `p3`.`updated_at` AS `p3__updated_at`, `p3`.`translated` AS `p3__translated`, `p4`.`id` AS `p4__id`, `p4`.`name` AS `p4__name`, `p4`.`description` AS `p4__description`, `p4`.`lang` AS `p4__lang` FROM `paper` `p` LEFT JOIN `paper_translation` `p2` ON `p`.`id` = `p2`.`id` LEFT JOIN `paper_type` `p3` ON `p`.`type_id` = `p3`.`id` LEFT JOIN `paper_type_translation` `p4` ON `p3`.`id` = `p4`.`id` WHERE `p`.`id` IN (29, 28, 27, 26, 25, 24, 23, 22, 21, 20) AND (`p`.`published_at` <= ?) ORDER BY `p`.`id` desc - (2026-03-24) |
| 40 | myViewCacheManager | Generate cache key |
| 41 | myViewCacheManager | Cache for "@sf_cache_partial?module=global&action=_paginate&sf_cache_key=ed1f63baea50c4efcb3a4e5ce70016c1" does not exist |
| 42 | sfPartialView | Render "sf_app_dir/templates/_paginate.php" |
| 43 | myViewCacheManager | Save cache for "@sf_cache_partial?module=global&action=_paginate&sf_cache_key=ed1f63baea50c4efcb3a4e5ce70016c1" |
| 44 | myViewCacheManager | Save cache for "paper/index?sf_culture=fr&sf_format=html" |
| 45 | sfPHPView | Decorate content with "sf_app_dir/templates/layout.php" |
| 46 | sfPHPView | Render "sf_app_dir/templates/layout.php" |
| 47 | main | Get slot "meta" |
| 48 | myViewCacheManager | Generate cache key |
| 49 | myViewCacheManager | Cache for "@sf_cache_partial?module=global&action=_matomo&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 50 | sfPartialView | Render "sf_app_dir/templates/_matomo.php" |
| 51 | myViewCacheManager | Save cache for "@sf_cache_partial?module=global&action=_matomo&sf_cache_key=40cd750bba9870f18aada2478b24840a" |
| 52 | main | Call "default->executeHeader()" |
| 53 | Doctrine_Connection_Statement | execute : SELECT `p`.`id` AS `p__id`, `p`.`sort` AS `p__sort`, `p`.`created_at` AS `p__created_at`, `p`.`updated_at` AS `p__updated_at`, `p`.`translated` AS `p__translated`, `p2`.`id` AS `p2__id`, `p2`.`name` AS `p2__name`, `p2`.`description` AS `p2__description`, `p2`.`lang` AS `p2__lang` FROM `paper_type` `p` LEFT JOIN `paper_type_translation` `p2` ON `p`.`id` = `p2`.`id` LEFT JOIN `paper` `p3` ON `p`.`id` = `p3`.`type_id` WHERE (`p3`.`published_at` <= ?) ORDER BY `p`.`sort` - (2026-03-24) |
| 54 | sfPartialView | Render "sf_app_dir/modules/default/templates/_header.php" |
| 55 | myViewCacheManager | Generate cache key |
| 56 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 57 | main | Call "default->executeFooter()" |
| 58 | Doctrine_Connection_Mysql | query : SELECT `p`.`id` AS `p__id`, `p`.`name` AS `p__name`, `p`.`link` AS `p__link`, `p`.`image` AS `p__image`, `p`.`contract_id` AS `p__contract_id`, `p`.`weight` AS `p__weight`, `p`.`is_active` AS `p__is_active`, `p`.`date_at` AS `p__date_at`, `p`.`date_to` AS `p__date_to`, `p`.`country_list` AS `p__country_list`, `p`.`comment` AS `p__comment`, `p`.`slug` AS `p__slug`, `p`.`created_at` AS `p__created_at`, `p`.`updated_at` AS `p__updated_at`, `p`.`created_by` AS `p__created_by`, `p`.`updated_by` AS `p__updated_by` FROM `partner` `p` ORDER BY `p`.`weight` desc, `p`.`name` - () |
| 59 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 60 | sfPartialView | Render "sf_app_dir/modules/default/templates/_footer.php" |
| 61 | main | Get slot "footer" |
| 62 | myViewCacheManager | Save cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" |
| 63 | main | Call "default->executeLang()" |
| 64 | sfPartialView | Render "sf_app_dir/modules/default/templates/_lang.php" |
| 65 | ToolkitResponse | Send status "HTTP/1.1 200 OK" |
| 66 | ToolkitResponse | Send header "Content-Type: text/html; charset=utf-8" |
| 67 | ToolkitResponse | Send header "X-Frame-Options: SAMEORIGIN" |
| 68 | ToolkitResponse | Send header "X-Xss-Protection: 1" |