| # |
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 "additive/permalink" (/additive/:id) |
| 6 | ToolkitRouting | Connect sfRoute "homepage" (/) |
| 7 | ToolkitRouting | Connect sfRoute "slug" (/:module/:id/:slug.:action.:sf_format) |
| 8 | ToolkitRouting | Connect sfRoute "id" (/:module/:id/:action.:sf_format) |
| 9 | ToolkitRouting | Connect sfRoute "action" (/:module/:action.:sf_format) |
| 10 | ToolkitRouting | Connect sfRoute "permalink" (/:module/:id/) |
| 11 | ToolkitRouting | Connect sfRoute "index" (/:module/) |
| 12 | ToolkitRouting | Connect sfRoute "slug_i18n" (/:sf_culture/:module/:id/:slug.:action.:sf_format) |
| 13 | ToolkitRouting | Connect sfRoute "id_i18n" (/:sf_culture/:module/:id/:action.:sf_format) |
| 14 | ToolkitRouting | Connect sfRoute "action_i18n" (/:sf_culture/:module/:action.:sf_format) |
| 15 | ToolkitRouting | Connect sfRoute "permalink_i18n" (/:sf_culture/:module/:id/) |
| 16 | ToolkitRouting | Connect sfRoute "index_i18n" (/:sf_culture/:module/) |
| 17 | ToolkitRouting | Connect sfRoute "homepage_i18n" (/:sf_culture/) |
| 18 | ToolkitRouting | Connect sfRoute "default_index" (/:module) |
| 19 | ToolkitRouting | Connect sfRoute "default" (/:module/:action/*) |
| 20 | ToolkitRouting | Match route "action_i18n" (/:sf_culture/:module/:action.:sf_format) for /fr/additive/index.html with parameters array ( 'module' => 'additive', 'action' => 'index', 'sf_culture' => 'fr', 'sf_format' => 'html',) |
| 21 | sfFilterChain | Executing filter "sfRenderingFilter" |
| 22 | sfFilterChain | Executing filter "I18nFilter" |
| 23 | 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' - () |
| 24 | 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` - () |
| 25 | sfFilterChain | Executing filter "sfCacheFilter" |
| 26 | sfFilterChain | Executing filter "sfExecutionFilter" |
| 27 | additiveActions | Call "additiveActions->executeIndex()" |
| 28 | 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) |
| 29 | Doctrine_Connection_Statement | execute : 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`.`published_at` is not null AND `a`.`published_at` <= ? AND `a`.`family_id` is not null) GROUP BY `a`.`family_id` - (2026-05-12) |
| 30 | 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` - () |
| 31 | Doctrine_Connection_Statement | execute : 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`.`published_at` is not null AND `a`.`published_at` <= ? AND `a`.`type_id` is not null) GROUP BY `a`.`type_id` - (2026-05-12) |
| 32 | Doctrine_Connection_Statement | execute : 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`.`published_at` is not null AND `a`.`published_at` <= ? AND `a`.`category_id` is not null) GROUP BY `a`.`category_id` - (2026-05-12) |
| 33 | Doctrine_Connection_Statement | execute : 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`.`published_at` is not null AND `a`.`published_at` <= ? AND `a`.`environment_id` is not null) GROUP BY `a`.`environment_id` - (2026-05-12) |
| 34 | Doctrine_Connection_Statement | execute : 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`.`published_at` is not null AND `a`.`published_at` <= ? AND `a`.`manufacturer_id` is not null) GROUP BY `a`.`manufacturer_id` - (2026-05-12) |
| 35 | Doctrine_Connection_Statement | execute : SELECT DISTINCT `a`.`id` AS `a__id` 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`.`published_at` is not null AND `a`.`published_at` <= ? AND `a`.`type_id` = ?) - (2026-05-12, 212) |
| 36 | Doctrine_Connection_Statement | execute : SELECT DISTINCT `a2`.`id` FROM `additive` `a2` LEFT JOIN `company` `c2` ON `a2`.`manufacturer_id` = `c2`.`id` LEFT JOIN `user` `u2` ON `a2`.`user_id` = `u2`.`id` LEFT JOIN `partner_additive` `p4` ON (`a2`.`id` = `p4`.`additive_id`) LEFT JOIN `partner` `p3` ON `p3`.`id` = `p4`.`partner_id` AND ((`p3`.`is_active` = 1 AND (`p3`.`date_at` is null OR `p3`.`date_at` <= curdate()) AND (`p3`.`date_to` is null OR `p3`.`date_to` >= curdate()))) WHERE `a2`.`published_at` is not null AND `a2`.`published_at` <= ? AND `a2`.`type_id` = ? ORDER BY `p3`.`weight` is null, if(`p3`.`weight`, `p3`.`weight` * rand(), null), COALESCE(`a2`.`logo`, "") = "", COALESCE(`c2`.`logo`, "") = "", `a2`.`name` LIMIT 15 - (2026-05-12, 212) |
| 37 | Doctrine_Connection_Statement | execute : SELECT `a`.`id` AS `a__id` 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 `partner_additive` `p2` ON (`a`.`id` = `p2`.`additive_id`) LEFT JOIN `partner` `p` ON `p`.`id` = `p2`.`partner_id` AND ((`p`.`is_active` = 1 AND (`p`.`date_at` is null OR `p`.`date_at` <= curdate()) AND (`p`.`date_to` is null OR `p`.`date_to` >= curdate()))) WHERE `a`.`id` IN (563, 289, 1028, 567, 855, 780, 781, 787, 785, 782, 783, 784, 786, 1329, 1161) AND (`a`.`published_at` is not null AND `a`.`published_at` <= ? AND `a`.`type_id` = ?) ORDER BY `p`.`weight` is null, if(`p`.`weight`, `p`.`weight` * rand(), null), COALESCE(`a`.`logo`, "") = "", COALESCE(`c`.`logo`, "") = "", `a`.`name` - (2026-05-12, 212) |
| 38 | 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`, `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 `additive` `a` LEFT JOIN `company` `c` ON `a`.`manufacturer_id` = `c`.`id` LEFT JOIN `user` `u` ON `a`.`user_id` = `u`.`id` LEFT JOIN `partner_additive` `p2` ON (`a`.`id` = `p2`.`additive_id`) LEFT JOIN `partner` `p` ON `p`.`id` = `p2`.`partner_id` AND ((is_active = 1 AND (date_at is null OR date_at <= curdate()) AND (date_to is null OR date_to >= curdate()))) WHERE (`a`.`published_at` is not null AND `a`.`published_at` <= ? AND `a`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY field(`a`.`id`, 289, 563, 1028, 567, 855, 780, 781, 787, 785, 782, 783, 784, 786, 1329, 1161) - (2026-05-12, 289, 563, 1028, 567, 855, 780, 781, 787, 785, 782, 783, 784, 786, 1329, 1161) |
| 39 | Doctrine_Connection_Statement | execute : SELECT DISTINCT `f3`.`id` FROM `field` `f3` LEFT JOIN `field_translation` `f4` ON `f3`.`id` = `f4`.`id` WHERE `f3`.`model` = ? AND `f3`.`id` = ? LIMIT 1 - (Additive, years-of-field-experience) |
| 40 | Doctrine_Connection_Statement | execute : SELECT `f`.`id` AS `f__id`, `f`.`model` AS `f__model`, `f`.`type` AS `f__type`, `f`.`flags` AS `f__flags`, `f`.`sort` AS `f__sort`, `f`.`created_at` AS `f__created_at`, `f`.`updated_at` AS `f__updated_at`, `f`.`translated` AS `f__translated`, `f2`.`id` AS `f2__id`, `f2`.`name` AS `f2__name`, `f2`.`lang` AS `f2__lang` FROM `field` `f` LEFT JOIN `field_translation` `f2` ON `f`.`id` = `f2`.`id` WHERE `f`.`id` IN ('years-of-field-experience') AND (`f`.`model` = ? AND `f`.`id` = ?) - (Additive, years-of-field-experience) |
| 41 | Doctrine_Connection_Statement | execute : SELECT `f`.`id` AS `f__id`, `f`.`model` AS `f__model`, `f`.`type` AS `f__type`, `f`.`flags` AS `f__flags`, `f`.`sort` AS `f__sort`, `f`.`created_at` AS `f__created_at`, `f`.`updated_at` AS `f__updated_at`, `f`.`translated` AS `f__translated`, `f2`.`id` AS `f2__id`, `f2`.`name` AS `f2__name`, `f2`.`lang` AS `f2__lang` FROM `field` `f` LEFT JOIN `field_translation` `f2` ON `f`.`id` = `f2`.`id` WHERE (`f`.`model` = ?) ORDER BY `f`.`sort` - (Additive) |
| 42 | sfPHPView | Render "sf_app_dir/modules/additive/templates/indexSuccess.php" |
| 43 | main | Get slot "meta" |
| 44 | main | Set slot "meta" |
| 45 | myViewCacheManager | Generate cache key |
| 46 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_authenticate&sf_cache_key=40cd750bba9870f18aada2478b24840a" exists |
| 47 | myViewCacheManager | Generate cache key |
| 48 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=6c2e0f93ee3a1e2e4169029bd587ab4b" does not exist |
| 49 | sfPartialView | Render "sf_app_dir/modules/additive/templates/_filter.php" |
| 50 | Doctrine_Connection_Statement | execute : 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`.`published_at` is not null AND `a`.`published_at` <= ? AND `a`.`environment_id` is not null AND `a`.`type_id` = ?) GROUP BY `a`.`environment_id` - (2026-05-12, 212) |
| 51 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=6c2e0f93ee3a1e2e4169029bd587ab4b" |
| 52 | myViewCacheManager | Generate cache key |
| 53 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=6fe4461fce8f583b4f543ed21624acc9" does not exist |
| 54 | sfPartialView | Render "sf_app_dir/modules/additive/templates/_filter.php" |
| 55 | Doctrine_Connection_Statement | execute : 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`.`published_at` is not null AND `a`.`published_at` <= ? AND `a`.`family_id` is not null AND `a`.`type_id` = ?) GROUP BY `a`.`family_id` - (2026-05-12, 212) |
| 56 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=6fe4461fce8f583b4f543ed21624acc9" |
| 57 | myViewCacheManager | Generate cache key |
| 58 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=c81434ae128eb20b5e93ae81a2b6a209" does not exist |
| 59 | sfPartialView | Render "sf_app_dir/modules/additive/templates/_filter.php" |
| 60 | Doctrine_Connection_Statement | execute : 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`.`published_at` is not null AND `a`.`published_at` <= ? AND `a`.`type_id` is not null) GROUP BY `a`.`type_id` - (2026-05-12) |
| 61 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=c81434ae128eb20b5e93ae81a2b6a209" |
| 62 | myViewCacheManager | Generate cache key |
| 63 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=efa7c56b3f3321166ca0605c5398b3f4" does not exist |
| 64 | sfPartialView | Render "sf_app_dir/modules/additive/templates/_filter.php" |
| 65 | Doctrine_Connection_Statement | execute : 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`.`published_at` is not null AND `a`.`published_at` <= ? AND `a`.`category_id` is not null AND `a`.`type_id` = ?) GROUP BY `a`.`category_id` - (2026-05-12, 212) |
| 66 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=efa7c56b3f3321166ca0605c5398b3f4" |
| 67 | myViewCacheManager | Generate cache key |
| 68 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=ffdae97ad53d2149345aecc58a4be8e6" does not exist |
| 69 | sfPartialView | Render "sf_app_dir/modules/additive/templates/_filter.php" |
| 70 | Doctrine_Connection_Statement | execute : 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`.`published_at` is not null AND `a`.`published_at` <= ? AND `a`.`manufacturer_id` is not null AND `a`.`type_id` = ?) GROUP BY `a`.`manufacturer_id` - (2026-05-12, 212) |
| 71 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=ffdae97ad53d2149345aecc58a4be8e6" |
| 72 | myViewCacheManager | Generate cache key |
| 73 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=ca410c694411624cf74867296a48e43d" does not exist |
| 74 | main | Call "additive->executeLogo()" |
| 75 | Doctrine_Connection_Mysql | query : SELECT `f`.`id` AS `f__id`, `f`.`model` AS `f__model`, `f`.`type` AS `f__type`, `f`.`flags` AS `f__flags`, `f`.`sort` AS `f__sort`, `f`.`created_at` AS `f__created_at`, `f`.`updated_at` AS `f__updated_at`, `f`.`translated` AS `f__translated`, `f2`.`id` AS `f2__id`, `f2`.`name` AS `f2__name`, `f2`.`lang` AS `f2__lang` FROM `field` `f` LEFT JOIN `field_translation` `f2` ON `f`.`id` = `f2`.`id` - () |
| 76 | myViewCacheManager | Generate cache key |
| 77 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=219cc7861623d94ac65a66af22b24cb8" does not exist |
| 78 | main | Call "additive->executeLogo()" |
| 79 | myViewCacheManager | Generate cache key |
| 80 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=069ddc8df4bf9924bcb7b2e17d84280b" does not exist |
| 81 | main | Call "additive->executeLogo()" |
| 82 | myViewCacheManager | Generate cache key |
| 83 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=98d9cd6d30b011f62308dfff1478fe01" does not exist |
| 84 | main | Call "additive->executeLogo()" |
| 85 | myViewCacheManager | Generate cache key |
| 86 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=ee29c497b167141db0c53540c6e07868" does not exist |
| 87 | main | Call "additive->executeLogo()" |
| 88 | myViewCacheManager | Generate cache key |
| 89 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=f647f36bf3c2124774c2a50ce2ff6672" does not exist |
| 90 | main | Call "additive->executeLogo()" |
| 91 | myViewCacheManager | Generate cache key |
| 92 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=17416990595f900572a4de10f3c7b109" does not exist |
| 93 | main | Call "additive->executeLogo()" |
| 94 | myViewCacheManager | Generate cache key |
| 95 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=36fdea52ca719aaba0dcad6915e01afe" does not exist |
| 96 | main | Call "additive->executeLogo()" |
| 97 | myViewCacheManager | Generate cache key |
| 98 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=c0746b621dc8f8d2d72ca3f6818983cd" does not exist |
| 99 | main | Call "additive->executeLogo()" |
| 100 | myViewCacheManager | Generate cache key |
| 101 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=e04bc4fc4d2eb0dd3969e54ad0319eed" does not exist |
| 102 | main | Call "additive->executeLogo()" |
| 103 | myViewCacheManager | Generate cache key |
| 104 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=5e036f42c99d5a14826dddf684e9b6d5" does not exist |
| 105 | main | Call "additive->executeLogo()" |
| 106 | myViewCacheManager | Generate cache key |
| 107 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=b73e5b7f66c79484d23e65f8bb5385b2" does not exist |
| 108 | main | Call "additive->executeLogo()" |
| 109 | myViewCacheManager | Generate cache key |
| 110 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=a33a665c06761ed5b6679f00f86dab5c" does not exist |
| 111 | main | Call "additive->executeLogo()" |
| 112 | myViewCacheManager | Generate cache key |
| 113 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=36892be9f05b15339ad94182d88c8eff" does not exist |
| 114 | main | Call "additive->executeLogo()" |
| 115 | myViewCacheManager | Generate cache key |
| 116 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=f0b2542a2e3c2a28351c4f2532ab86d1" does not exist |
| 117 | main | Call "additive->executeLogo()" |
| 118 | myViewCacheManager | Generate cache key |
| 119 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=cb4456b2b690977493acd55e59f00b38" does not exist |
| 120 | main | Call "additive->executeLogo()" |
| 121 | myViewCacheManager | Generate cache key |
| 122 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=1acb7b9b54cb69ebcfc43d90d2ea466c" does not exist |
| 123 | main | Call "additive->executeLogo()" |
| 124 | myViewCacheManager | Generate cache key |
| 125 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=ca254bf6ac5e2a7c46638821f7edbe20" does not exist |
| 126 | main | Call "additive->executeLogo()" |
| 127 | myViewCacheManager | Generate cache key |
| 128 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=e7f703f09cc913411db8d8bb015a6322" does not exist |
| 129 | main | Call "additive->executeLogo()" |
| 130 | myViewCacheManager | Generate cache key |
| 131 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=b6820cb39ea79ef1d8e2603f11b7bce5" does not exist |
| 132 | main | Call "additive->executeLogo()" |
| 133 | myViewCacheManager | Generate cache key |
| 134 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=ef51bf4a39ebbfb03ad3146b9610c0a4" does not exist |
| 135 | main | Call "additive->executeLogo()" |
| 136 | myViewCacheManager | Generate cache key |
| 137 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=26d3ef212579292e8340640cd6d3a72a" does not exist |
| 138 | main | Call "additive->executeLogo()" |
| 139 | myViewCacheManager | Generate cache key |
| 140 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=ecbfa72136e7302dbda1a4d46bc600dc" does not exist |
| 141 | main | Call "additive->executeLogo()" |
| 142 | myViewCacheManager | Generate cache key |
| 143 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=d9e11ac8ed986bb3fdff56adf796e418" does not exist |
| 144 | main | Call "additive->executeLogo()" |
| 145 | myViewCacheManager | Generate cache key |
| 146 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=170287082b6305cb24de8d3c0638b2de" does not exist |
| 147 | main | Call "additive->executeLogo()" |
| 148 | myViewCacheManager | Generate cache key |
| 149 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=58bc9de11d4889e39c87c72da5de67c4" does not exist |
| 150 | main | Call "additive->executeLogo()" |
| 151 | myViewCacheManager | Generate cache key |
| 152 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=38f45db5798b4beee3cf9b6b754a432f" does not exist |
| 153 | main | Call "additive->executeLogo()" |
| 154 | myViewCacheManager | Generate cache key |
| 155 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=7168ce1b08f96f5af6084ff05d2426c7" does not exist |
| 156 | main | Call "additive->executeLogo()" |
| 157 | myViewCacheManager | Generate cache key |
| 158 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=3951a23f10d4077719e8224d91680d49" does not exist |
| 159 | main | Call "additive->executeLogo()" |
| 160 | myViewCacheManager | Generate cache key |
| 161 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=2a8b4aa17edd10209ff8cb428add0d36" does not exist |
| 162 | main | Call "additive->executeLogo()" |
| 163 | sfPHPView | Decorate content with "sf_app_dir/templates/layout.php" |
| 164 | sfPHPView | Render "sf_app_dir/templates/layout.php" |
| 165 | main | Get slot "meta" |
| 166 | myViewCacheManager | Generate cache key |
| 167 | myViewCacheManager | Cache for "@sf_cache_partial?module=global&action=_matomo&sf_cache_key=40cd750bba9870f18aada2478b24840a" exists |
| 168 | sfPartialView | Render "sf_app_dir/templates/_matomo.php" |
| 169 | myViewCacheManager | Save cache for "@sf_cache_partial?module=global&action=_matomo&sf_cache_key=40cd750bba9870f18aada2478b24840a" |
| 170 | main | Call "default->executeHeader()" |
| 171 | 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-05-12) |
| 172 | sfPartialView | Render "sf_app_dir/modules/default/templates/_header.php" |
| 173 | myViewCacheManager | Generate cache key |
| 174 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" exists |
| 175 | main | Call "default->executeLang()" |
| 176 | sfPartialView | Render "sf_app_dir/modules/default/templates/_lang.php" |
| 177 | ToolkitResponse | Send status "HTTP/1.1 200 OK" |
| 178 | ToolkitResponse | Send header "Content-Type: text/html; charset=utf-8" |
| 179 | ToolkitResponse | Send header "X-Frame-Options: SAMEORIGIN" |
| 180 | ToolkitResponse | Send header "X-Xss-Protection: 1" |