| # |
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 /es/additive/index.html with parameters array ( 'module' => 'additive', 'action' => 'index', 'sf_culture' => 'es', '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`.`manufacturer_id` = ?) - (2026-03-26, 52) |
| 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`.`manufacturer_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, 52) |
| 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 (543, 1256, 1257, 1258, 1008, 1009, 1010, 1004, 1003, 1005, 1006, 1007, 1253, 1254, 1255) AND (`a`.`published_at` is not null AND `a`.`published_at` <= ? AND `a`.`manufacturer_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, 52) |
| 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`, 543, 1256, 1257, 1258, 1008, 1009, 1010, 1004, 1003, 1005, 1006, 1007, 1253, 1254, 1255) - (2026-03-26, 543, 1256, 1257, 1258, 1008, 1009, 1010, 1004, 1003, 1005, 1006, 1007, 1253, 1254, 1255) |
| 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=f1ab1e0b8efc7032b8c8e41fefd3b10f" 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`.`manufacturer_id` = ?) GROUP BY `a`.`environment_id` - (2026-03-26, 52) |
| 50 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=f1ab1e0b8efc7032b8c8e41fefd3b10f" |
| 51 | myViewCacheManager | Generate cache key |
| 52 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=24b31c4b53e8ea4df47afb2df7bc245d" 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`.`manufacturer_id` = ?) GROUP BY `a`.`family_id` - (2026-03-26, 52) |
| 55 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=24b31c4b53e8ea4df47afb2df7bc245d" |
| 56 | myViewCacheManager | Generate cache key |
| 57 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=d530ceb6575d9636a47c2a01210b1960" 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`.`manufacturer_id` = ?) GROUP BY `a`.`type_id` - (2026-03-26, 52) |
| 60 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=d530ceb6575d9636a47c2a01210b1960" |
| 61 | myViewCacheManager | Generate cache key |
| 62 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=2c3658eea5bdd4f52494a4a06e3488e0" 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 AND `a`.`manufacturer_id` = ?) GROUP BY `a`.`category_id` - (2026-03-26, 52) |
| 65 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=2c3658eea5bdd4f52494a4a06e3488e0" |
| 66 | myViewCacheManager | Generate cache key |
| 67 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=9f89f5746254cfba57cc3ecc0ac9cb03" 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) GROUP BY `a`.`manufacturer_id` - (2026-03-26) |
| 70 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=9f89f5746254cfba57cc3ecc0ac9cb03" |
| 71 | myViewCacheManager | Generate cache key |
| 72 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=fd1f395713e424dc2f55f832816779b2" does not exist |
| 73 | main | Call "additive->executeLogo()" |
| 74 | 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` - () |
| 75 | myViewCacheManager | Generate cache key |
| 76 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=e15da122d7607cb331f03bf4dcbbe047" does not exist |
| 77 | main | Call "additive->executeLogo()" |
| 78 | myViewCacheManager | Generate cache key |
| 79 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=449cb93028efbcecdeff8d16e3671465" does not exist |
| 80 | main | Call "additive->executeLogo()" |
| 81 | myViewCacheManager | Generate cache key |
| 82 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=4c95d99d4935560f8a8b9ae7a398bb19" does not exist |
| 83 | main | Call "additive->executeLogo()" |
| 84 | myViewCacheManager | Generate cache key |
| 85 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=66e8663670eeca5e52124306f1911a91" does not exist |
| 86 | main | Call "additive->executeLogo()" |
| 87 | myViewCacheManager | Generate cache key |
| 88 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=dd2e8cd10018f18b8b4cd0bf78679cd5" does not exist |
| 89 | main | Call "additive->executeLogo()" |
| 90 | myViewCacheManager | Generate cache key |
| 91 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=6d96f28ec663a4ddb8004ae60c9324a7" does not exist |
| 92 | main | Call "additive->executeLogo()" |
| 93 | myViewCacheManager | Generate cache key |
| 94 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=5edeff562c33af3577c8d37c45eb377e" does not exist |
| 95 | main | Call "additive->executeLogo()" |
| 96 | myViewCacheManager | Generate cache key |
| 97 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=be4fdb1b72142ed630ae815f71e275a1" does not exist |
| 98 | main | Call "additive->executeLogo()" |
| 99 | myViewCacheManager | Generate cache key |
| 100 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=a59b3a3e204da2ec963b5cc0e11f1d9f" does not exist |
| 101 | main | Call "additive->executeLogo()" |
| 102 | myViewCacheManager | Generate cache key |
| 103 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=f9765c30734cbf1015c6712f37a2161f" does not exist |
| 104 | main | Call "additive->executeLogo()" |
| 105 | myViewCacheManager | Generate cache key |
| 106 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=591d272f471a00464a849c866c55b9a0" does not exist |
| 107 | main | Call "additive->executeLogo()" |
| 108 | myViewCacheManager | Generate cache key |
| 109 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=5a8b9362d52b8d13712c7e87f1213af5" does not exist |
| 110 | main | Call "additive->executeLogo()" |
| 111 | myViewCacheManager | Generate cache key |
| 112 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=b363a9f6753e82c02e701e6391287f10" does not exist |
| 113 | main | Call "additive->executeLogo()" |
| 114 | myViewCacheManager | Generate cache key |
| 115 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=f28c661a1d519a5d992149bf0e9274a2" does not exist |
| 116 | main | Call "additive->executeLogo()" |
| 117 | myViewCacheManager | Generate cache key |
| 118 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=d4752f16f328b0483d603ae4eb11881f" does not exist |
| 119 | main | Call "additive->executeLogo()" |
| 120 | myViewCacheManager | Generate cache key |
| 121 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=ea36d42fad928ed9fc675179bd90f1c1" does not exist |
| 122 | main | Call "additive->executeLogo()" |
| 123 | myViewCacheManager | Generate cache key |
| 124 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=cae717caff26c52910a7951049b48e93" does not exist |
| 125 | main | Call "additive->executeLogo()" |
| 126 | myViewCacheManager | Generate cache key |
| 127 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=da47ecaca0bdd882d807b2739c33606a" does not exist |
| 128 | main | Call "additive->executeLogo()" |
| 129 | myViewCacheManager | Generate cache key |
| 130 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=690583dcbc8b35ba1b035a147f22b469" does not exist |
| 131 | main | Call "additive->executeLogo()" |
| 132 | myViewCacheManager | Generate cache key |
| 133 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=62d8285eb57298d0b23b8ee9e32a1fe3" does not exist |
| 134 | main | Call "additive->executeLogo()" |
| 135 | myViewCacheManager | Generate cache key |
| 136 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=2850ed62e4e3590c37fe1ee5399b4db0" does not exist |
| 137 | main | Call "additive->executeLogo()" |
| 138 | myViewCacheManager | Generate cache key |
| 139 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=64801d8be3c01d8b299dc7687c554ab3" does not exist |
| 140 | main | Call "additive->executeLogo()" |
| 141 | myViewCacheManager | Generate cache key |
| 142 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=018bfb28eb6d9ac79734c02067172599" does not exist |
| 143 | main | Call "additive->executeLogo()" |
| 144 | myViewCacheManager | Generate cache key |
| 145 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=53f53d3d24d6994369370b03ed2d8b62" does not exist |
| 146 | main | Call "additive->executeLogo()" |
| 147 | myViewCacheManager | Generate cache key |
| 148 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=8c2574c29c0edc95a2a11c18ec9f93ff" does not exist |
| 149 | main | Call "additive->executeLogo()" |
| 150 | myViewCacheManager | Generate cache key |
| 151 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=9fdd640d26a142c22b551aeecc9f2fd3" does not exist |
| 152 | main | Call "additive->executeLogo()" |
| 153 | myViewCacheManager | Generate cache key |
| 154 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=2e8583e0bad2f97077de19c23e57e8d2" does not exist |
| 155 | main | Call "additive->executeLogo()" |
| 156 | myViewCacheManager | Generate cache key |
| 157 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=8cfc1f567777df3eb26aa1b493728ba7" does not exist |
| 158 | main | Call "additive->executeLogo()" |
| 159 | myViewCacheManager | Generate cache key |
| 160 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=058629f097668e8186014669c3cadec6" does not exist |
| 161 | main | Call "additive->executeLogo()" |
| 162 | sfPHPView | Decorate content with "sf_app_dir/templates/layout.php" |
| 163 | sfPHPView | Render "sf_app_dir/templates/layout.php" |
| 164 | main | Get slot "meta" |
| 165 | myViewCacheManager | Generate cache key |
| 166 | myViewCacheManager | Cache for "@sf_cache_partial?module=global&action=_matomo&sf_cache_key=40cd750bba9870f18aada2478b24840a" exists |
| 167 | sfPartialView | Render "sf_app_dir/templates/_matomo.php" |
| 168 | myViewCacheManager | Save cache for "@sf_cache_partial?module=global&action=_matomo&sf_cache_key=40cd750bba9870f18aada2478b24840a" |
| 169 | main | Call "default->executeHeader()" |
| 170 | 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) |
| 171 | sfPartialView | Render "sf_app_dir/modules/default/templates/_header.php" |
| 172 | myViewCacheManager | Generate cache key |
| 173 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" exists |
| 174 | main | Call "default->executeLang()" |
| 175 | sfPartialView | Render "sf_app_dir/modules/default/templates/_lang.php" |
| 176 | ToolkitResponse | Send status "HTTP/1.1 200 OK" |
| 177 | ToolkitResponse | Send header "Content-Type: text/html; charset=utf-8" |
| 178 | ToolkitResponse | Send header "X-Frame-Options: SAMEORIGIN" |
| 179 | ToolkitResponse | Send header "X-Xss-Protection: 1" |