| # |
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/additive/index.html with parameters array ( 'module' => 'additive', '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 | additiveActions | Call "additiveActions->executeIndex()" |
| 27 | 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) |
| 28 | 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-03-26) |
| 29 | 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` - () |
| 30 | 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-03-26) |
| 31 | 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-03-26) |
| 32 | 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-03-26) |
| 33 | 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-03-26) |
| 34 | 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`.`category_id` = ?) - (2026-03-26, 566) |
| 35 | 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`.`category_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-03-26, 566) |
| 36 | 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 (1638, 1646, 1645, 1640, 1647, 1641, 1648, 1642, 1649, 1643, 1650, 1644, 1651, 1652, 1653) AND (`a`.`published_at` is not null AND `a`.`published_at` <= ? AND `a`.`category_id` = ?) ORDER BY `p`.`weight` is null, if(`p`.`weight`, `p`.`weight` * rand(), null), COALESCE(`a`.`logo`, "") = "", COALESCE(`c`.`logo`, "") = "", `a`.`name` - (2026-03-26, 566) |
| 37 | 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`, 1638, 1645, 1646, 1640, 1647, 1641, 1648, 1642, 1649, 1643, 1650, 1644, 1651, 1652, 1653) - (2026-03-26, 1638, 1645, 1646, 1640, 1647, 1641, 1648, 1642, 1649, 1643, 1650, 1644, 1651, 1652, 1653) |
| 38 | 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) |
| 39 | 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) |
| 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`.`model` = ?) ORDER BY `f`.`sort` - (Additive) |
| 41 | sfPHPView | Render "sf_app_dir/modules/additive/templates/indexSuccess.php" |
| 42 | main | Get slot "meta" |
| 43 | main | Set slot "meta" |
| 44 | myViewCacheManager | Generate cache key |
| 45 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_authenticate&sf_cache_key=40cd750bba9870f18aada2478b24840a" exists |
| 46 | myViewCacheManager | Generate cache key |
| 47 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=3899fd142d7aa11d13dd756a7adfecba" does not exist |
| 48 | sfPartialView | Render "sf_app_dir/modules/additive/templates/_filter.php" |
| 49 | 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`.`category_id` = ?) GROUP BY `a`.`environment_id` - (2026-03-26, 566) |
| 50 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=3899fd142d7aa11d13dd756a7adfecba" |
| 51 | myViewCacheManager | Generate cache key |
| 52 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=af59167fa73916f3b0065df322b56dd0" does not exist |
| 53 | sfPartialView | Render "sf_app_dir/modules/additive/templates/_filter.php" |
| 54 | 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`.`category_id` = ?) GROUP BY `a`.`family_id` - (2026-03-26, 566) |
| 55 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=af59167fa73916f3b0065df322b56dd0" |
| 56 | myViewCacheManager | Generate cache key |
| 57 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=170847244a87f28b33e57dbfbf0879b1" does not exist |
| 58 | sfPartialView | Render "sf_app_dir/modules/additive/templates/_filter.php" |
| 59 | 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 AND `a`.`category_id` = ?) GROUP BY `a`.`type_id` - (2026-03-26, 566) |
| 60 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=170847244a87f28b33e57dbfbf0879b1" |
| 61 | myViewCacheManager | Generate cache key |
| 62 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=228769f45fb276dc770a7e70804ff775" does not exist |
| 63 | sfPartialView | Render "sf_app_dir/modules/additive/templates/_filter.php" |
| 64 | 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-03-26) |
| 65 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=228769f45fb276dc770a7e70804ff775" |
| 66 | myViewCacheManager | Generate cache key |
| 67 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=74dc1fe2c444ac9365e41d9a46d62f36" does not exist |
| 68 | sfPartialView | Render "sf_app_dir/modules/additive/templates/_filter.php" |
| 69 | 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`.`category_id` = ?) GROUP BY `a`.`manufacturer_id` - (2026-03-26, 566) |
| 70 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=74dc1fe2c444ac9365e41d9a46d62f36" |
| 71 | myViewCacheManager | Generate cache key |
| 72 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=2ee473026427dd0a2aadce2c1160acdc" does not exist |
| 73 | main | Call "additive->executeLogo()" |
| 74 | myViewCacheManager | Generate cache key |
| 75 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=0195277689c458ec83f0c943ff47dffd" does not exist |
| 76 | main | Call "additive->executeLogo()" |
| 77 | myViewCacheManager | Generate cache key |
| 78 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=210663b7f246ab3b7ba35d15cd070760" does not exist |
| 79 | main | Call "additive->executeLogo()" |
| 80 | myViewCacheManager | Generate cache key |
| 81 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=d622a44933a9eba45c149f106428ed29" does not exist |
| 82 | main | Call "additive->executeLogo()" |
| 83 | myViewCacheManager | Generate cache key |
| 84 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=4594718d9ee0d42b462650a7e0dc8968" does not exist |
| 85 | main | Call "additive->executeLogo()" |
| 86 | myViewCacheManager | Generate cache key |
| 87 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=d1528146a79236dc0a3e7006ff58cc99" does not exist |
| 88 | main | Call "additive->executeLogo()" |
| 89 | myViewCacheManager | Generate cache key |
| 90 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=9632d62782eac5e2006a216bf09beaa8" does not exist |
| 91 | main | Call "additive->executeLogo()" |
| 92 | myViewCacheManager | Generate cache key |
| 93 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=ed617649d53c9d3a0151c3d0f400d905" does not exist |
| 94 | main | Call "additive->executeLogo()" |
| 95 | myViewCacheManager | Generate cache key |
| 96 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=ba9584554fb2d5116c3d74aa6aee1395" does not exist |
| 97 | main | Call "additive->executeLogo()" |
| 98 | myViewCacheManager | Generate cache key |
| 99 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=8b5c70d87e287f3d0262978ad4d13383" does not exist |
| 100 | main | Call "additive->executeLogo()" |
| 101 | myViewCacheManager | Generate cache key |
| 102 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=e62ea5e3cf3ef95ef20877bb65bfc706" does not exist |
| 103 | main | Call "additive->executeLogo()" |
| 104 | myViewCacheManager | Generate cache key |
| 105 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=4b95d86e841a55be9b62cb5545b24b90" does not exist |
| 106 | main | Call "additive->executeLogo()" |
| 107 | myViewCacheManager | Generate cache key |
| 108 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=8c2230cc827ff0c7a5e85cf1476d0160" does not exist |
| 109 | main | Call "additive->executeLogo()" |
| 110 | myViewCacheManager | Generate cache key |
| 111 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=422453e53b2f9f625a95d155659cffc6" does not exist |
| 112 | main | Call "additive->executeLogo()" |
| 113 | myViewCacheManager | Generate cache key |
| 114 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=ba656871481198f4088ca2ff8e1b2aa4" does not exist |
| 115 | main | Call "additive->executeLogo()" |
| 116 | myViewCacheManager | Generate cache key |
| 117 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=96d6d50bcd2da28790a202fffb4758be" does not exist |
| 118 | main | Call "additive->executeLogo()" |
| 119 | myViewCacheManager | Generate cache key |
| 120 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=1c0053f80525af27077c9763f60e4358" does not exist |
| 121 | main | Call "additive->executeLogo()" |
| 122 | myViewCacheManager | Generate cache key |
| 123 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=9f6ee61a39994cdbfd860464d668ebe3" does not exist |
| 124 | main | Call "additive->executeLogo()" |
| 125 | myViewCacheManager | Generate cache key |
| 126 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=aeb20609f54032f0efd2a42f55989c3b" does not exist |
| 127 | main | Call "additive->executeLogo()" |
| 128 | myViewCacheManager | Generate cache key |
| 129 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=f84cfd53fbed5ece1d2e3ed842fda305" does not exist |
| 130 | main | Call "additive->executeLogo()" |
| 131 | myViewCacheManager | Generate cache key |
| 132 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=ad57cd4c86f389e2de517a55981352cb" does not exist |
| 133 | main | Call "additive->executeLogo()" |
| 134 | myViewCacheManager | Generate cache key |
| 135 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=3cbe54a8cc98d0dd2ee5524086a7b96e" does not exist |
| 136 | main | Call "additive->executeLogo()" |
| 137 | myViewCacheManager | Generate cache key |
| 138 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=e48021badc77a026e20ddbf8034e7371" does not exist |
| 139 | main | Call "additive->executeLogo()" |
| 140 | myViewCacheManager | Generate cache key |
| 141 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=7835500fdf4e3ed25e5cf70dad00a603" does not exist |
| 142 | main | Call "additive->executeLogo()" |
| 143 | myViewCacheManager | Generate cache key |
| 144 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=70f849f4f8cc0c37812fce17f97747d5" does not exist |
| 145 | main | Call "additive->executeLogo()" |
| 146 | myViewCacheManager | Generate cache key |
| 147 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=f5b9784165ef075bb620b1fca22834f0" does not exist |
| 148 | main | Call "additive->executeLogo()" |
| 149 | myViewCacheManager | Generate cache key |
| 150 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=2431b293ec741b4ee253ef3d7f30fc1f" does not exist |
| 151 | main | Call "additive->executeLogo()" |
| 152 | myViewCacheManager | Generate cache key |
| 153 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=90f78b66a585736327b7fcd04f64968a" does not exist |
| 154 | main | Call "additive->executeLogo()" |
| 155 | myViewCacheManager | Generate cache key |
| 156 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=384062bc2d323f73060d825dceba5011" does not exist |
| 157 | main | Call "additive->executeLogo()" |
| 158 | myViewCacheManager | Generate cache key |
| 159 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=6fff53de55b286a5faa30547dd7f98b0" does not exist |
| 160 | main | Call "additive->executeLogo()" |
| 161 | sfPHPView | Decorate content with "sf_app_dir/templates/layout.php" |
| 162 | sfPHPView | Render "sf_app_dir/templates/layout.php" |
| 163 | main | Get slot "meta" |
| 164 | myViewCacheManager | Generate cache key |
| 165 | myViewCacheManager | Cache for "@sf_cache_partial?module=global&action=_matomo&sf_cache_key=40cd750bba9870f18aada2478b24840a" exists |
| 166 | sfPartialView | Render "sf_app_dir/templates/_matomo.php" |
| 167 | myViewCacheManager | Save cache for "@sf_cache_partial?module=global&action=_matomo&sf_cache_key=40cd750bba9870f18aada2478b24840a" |
| 168 | main | Call "default->executeHeader()" |
| 169 | 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-26) |
| 170 | sfPartialView | Render "sf_app_dir/modules/default/templates/_header.php" |
| 171 | myViewCacheManager | Generate cache key |
| 172 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" exists |
| 173 | main | Call "default->executeLang()" |
| 174 | sfPartialView | Render "sf_app_dir/modules/default/templates/_lang.php" |
| 175 | ToolkitResponse | Send status "HTTP/1.1 200 OK" |
| 176 | ToolkitResponse | Send header "Content-Type: text/html; charset=utf-8" |
| 177 | ToolkitResponse | Send header "X-Frame-Options: SAMEORIGIN" |
| 178 | ToolkitResponse | Send header "X-Xss-Protection: 1" |