| # |
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 "slug_i18n" (/:sf_culture/:module/:id/:slug.:action.:sf_format) for /fr/paper/21/Emploi-d-Asphacal-TC-pour-protéger-les-couches-d-accrochage.view.html with parameters array ( 'module' => 'paper', 'action' => 'view', 'sf_culture' => 'fr', 'id' => '21', 'slug' => 'Emploi-d-Asphacal-TC-pour-protéger-les-couches-d-accrochage', '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->executeView()" |
| 27 | 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` <= ? AND `p5`.`id` = ? LIMIT 1 - (2026-03-25, 21) |
| 28 | 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 (21) AND (`p`.`published_at` <= ? AND `p`.`id` = ?) - (2026-03-25, 21) |
| 29 | Doctrine_Connection_Statement | execute : SELECT `u`.`id` AS `u__id`, `u`.`name` AS `u__name`, `u`.`type` AS `u__type` FROM `user` `u` WHERE (`u`.`type` IN (?, ?)) ORDER BY `u`.`type`, `u`.`name` - (admin, writer) |
| 30 | Doctrine_Connection_Mysql | query : SELECT `a`.`id` AS `a__id`, `a`.`family_id` AS `a__family_id`, COUNT(distinct `a`.`id`) AS `a__0` FROM `additive` `a` LEFT JOIN `company` `c` ON `a`.`manufacturer_id` = `c`.`id` LEFT JOIN `user` `u` ON `a`.`user_id` = `u`.`id` WHERE (`a`.`family_id` is not null) GROUP BY `a`.`family_id` - () |
| 31 | Doctrine_Connection_Mysql | query : SELECT `c`.`id` AS `c__id`, `c`.`type` AS `c__type`, `c2`.`id` AS `c2__id`, `c2`.`lang` AS `c2__lang`, `c2`.`name` AS `c2__name` FROM `choice` `c` LEFT JOIN `choice_translation` `c2` ON `c`.`id` = `c2`.`id` ORDER BY `c`.`sort` - () |
| 32 | Doctrine_Connection_Mysql | query : SELECT `a`.`id` AS `a__id`, `a`.`type_id` AS `a__type_id`, COUNT(distinct `a`.`id`) AS `a__0` FROM `additive` `a` LEFT JOIN `company` `c` ON `a`.`manufacturer_id` = `c`.`id` LEFT JOIN `user` `u` ON `a`.`user_id` = `u`.`id` WHERE (`a`.`type_id` is not null) GROUP BY `a`.`type_id` - () |
| 33 | Doctrine_Connection_Mysql | query : SELECT `a`.`id` AS `a__id`, `a`.`category_id` AS `a__category_id`, COUNT(distinct `a`.`id`) AS `a__0` FROM `additive` `a` LEFT JOIN `company` `c` ON `a`.`manufacturer_id` = `c`.`id` LEFT JOIN `user` `u` ON `a`.`user_id` = `u`.`id` WHERE (`a`.`category_id` is not null) GROUP BY `a`.`category_id` - () |
| 34 | Doctrine_Connection_Mysql | query : SELECT `a`.`id` AS `a__id`, `a`.`environment_id` AS `a__environment_id`, COUNT(distinct `a`.`id`) AS `a__0` FROM `additive` `a` LEFT JOIN `company` `c` ON `a`.`manufacturer_id` = `c`.`id` LEFT JOIN `user` `u` ON `a`.`user_id` = `u`.`id` WHERE (`a`.`environment_id` is not null) GROUP BY `a`.`environment_id` - () |
| 35 | Doctrine_Connection_Mysql | query : SELECT `a`.`id` AS `a__id`, `a`.`manufacturer_id` AS `a__manufacturer_id`, `c`.`id` AS `c__id`, `c`.`name` AS `c__name`, COUNT(distinct `a`.`id`) AS `a__0` FROM `additive` `a` LEFT JOIN `company` `c` ON `a`.`manufacturer_id` = `c`.`id` LEFT JOIN `user` `u` ON `a`.`user_id` = `u`.`id` WHERE (`a`.`manufacturer_id` is not null) GROUP BY `a`.`manufacturer_id` - () |
| 36 | Doctrine_Connection_Statement | execute : SELECT `a`.`id` AS `a__id`, `a`.`published_at` AS `a__published_at`, `a`.`user_id` AS `a__user_id`, `a`.`family_id` AS `a__family_id`, `a`.`type_id` AS `a__type_id`, `a`.`category_id` AS `a__category_id`, `a`.`environment_id` AS `a__environment_id`, `a`.`manufacturer_id` AS `a__manufacturer_id`, `a`.`name` AS `a__name`, `a`.`logo` AS `a__logo`, `a`.`url` AS `a__url`, `a`.`year` AS `a__year`, `a`.`labels` AS `a__labels`, `a`.`infos` AS `a__infos`, `a`.`search` AS `a__search`, `a`.`draft` AS `a__draft`, `a`.`slug` AS `a__slug`, `a`.`created_at` AS `a__created_at`, `a`.`updated_at` AS `a__updated_at`, `a`.`created_by` AS `a__created_by`, `a`.`updated_by` AS `a__updated_by`, `c`.`id` AS `c__id`, `c`.`logo` AS `c__logo`, `c`.`url` AS `c__url`, `c`.`name` AS `c__name`, `c`.`slug` AS `c__slug`, `u`.`id` AS `u__id`, `u`.`name` AS `u__name` FROM `additive` `a` LEFT JOIN `company` `c` ON `a`.`manufacturer_id` = `c`.`id` LEFT JOIN `user` `u` ON `a`.`user_id` = `u`.`id` LEFT JOIN `paper_additive` `p` ON `a`.`id` = `p`.`additive_id` WHERE (`p`.`paper_id` = ?) - (21) |
| 37 | myViewCacheManager | Cache for "paper/view?id=21&sf_culture=fr&sf_format=html&slug=Emploi-d-Asphacal-TC-pour-protéger-les-couches-d-accrochage" does not exist |
| 38 | sfPHPView | Render "sf_app_dir/modules/paper/templates/viewSuccess.php" |
| 39 | main | Get slot "meta" |
| 40 | main | Set slot "meta" |
| 41 | main | Set slot "visit.count" |
| 42 | myViewCacheManager | Generate cache key |
| 43 | myViewCacheManager | Cache for "@sf_cache_partial?module=visit&action=_count&sf_cache_key=30946fbf501456f661a51677516032ef" does not exist |
| 44 | main | Call "visit->executeCount()" |
| 45 | Doctrine_Connection_Statement | execute : SELECT sum(nb) as nb FROM visit WHERE code = ? - (paper.21) |
| 46 | myViewCacheManager | Cache for "@sf_cache_partial?module=visit&action=_count&sf_cache_key=30946fbf501456f661a51677516032ef" does not exist |
| 47 | sfPartialView | Render "sf_app_dir/modules/visit/templates/_count.php" |
| 48 | myViewCacheManager | Save cache for "@sf_cache_partial?module=visit&action=_count&sf_cache_key=30946fbf501456f661a51677516032ef" |
| 49 | main | Get slot "visit.count" |
| 50 | main | Get slot "visit.count" |
| 51 | myViewCacheManager | Generate cache key |
| 52 | myViewCacheManager | Cache for "@sf_cache_partial?module=visit&action=_tracker&sf_cache_key=30946fbf501456f661a51677516032ef" does not exist |
| 53 | sfPartialView | Render "sf_app_dir/modules/visit/templates/_tracker.php" |
| 54 | myViewCacheManager | Save cache for "@sf_cache_partial?module=visit&action=_tracker&sf_cache_key=30946fbf501456f661a51677516032ef" |
| 55 | myViewCacheManager | Save cache for "paper/view?id=21&sf_culture=fr&sf_format=html&slug=Emploi-d-Asphacal-TC-pour-protéger-les-couches-d-accrochage" |
| 56 | sfPHPView | Decorate content with "sf_app_dir/templates/layout.php" |
| 57 | sfPHPView | Render "sf_app_dir/templates/layout.php" |
| 58 | main | Get slot "meta" |
| 59 | myViewCacheManager | Generate cache key |
| 60 | myViewCacheManager | Cache for "@sf_cache_partial?module=global&action=_matomo&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 61 | sfPartialView | Render "sf_app_dir/templates/_matomo.php" |
| 62 | myViewCacheManager | Save cache for "@sf_cache_partial?module=global&action=_matomo&sf_cache_key=40cd750bba9870f18aada2478b24840a" |
| 63 | main | Call "default->executeHeader()" |
| 64 | 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-25) |
| 65 | sfPartialView | Render "sf_app_dir/modules/default/templates/_header.php" |
| 66 | myViewCacheManager | Generate cache key |
| 67 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 68 | main | Call "default->executeFooter()" |
| 69 | 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` - () |
| 70 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 71 | sfPartialView | Render "sf_app_dir/modules/default/templates/_footer.php" |
| 72 | main | Get slot "footer" |
| 73 | myViewCacheManager | Save cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" |
| 74 | main | Call "default->executeLang()" |
| 75 | sfPartialView | Render "sf_app_dir/modules/default/templates/_lang.php" |
| 76 | ToolkitResponse | Send status "HTTP/1.1 200 OK" |
| 77 | ToolkitResponse | Send header "Content-Type: text/html; charset=utf-8" |
| 78 | ToolkitResponse | Send header "X-Frame-Options: SAMEORIGIN" |
| 79 | ToolkitResponse | Send header "X-Xss-Protection: 1" |