| # |
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-24) |
| 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-24) |
| 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-24) |
| 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-24) |
| 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-24) |
| 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` <= ?) - (2026-03-24) |
| 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` <= ? 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-24) |
| 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 (1121, 1125, 1127, 693, 290, 266, 261, 297, 282, 248, 285, 254, 286, 1029, 284) AND (`a`.`published_at` is not null AND `a`.`published_at` <= ?) ORDER BY `p`.`weight` is null, if(`p`.`weight`, `p`.`weight` * rand(), null), COALESCE(`a`.`logo`, "") = "", COALESCE(`c`.`logo`, "") = "", `a`.`name` - (2026-03-24) |
| 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`, 1121, 282, 284, 290, 1029, 286, 254, 285, 261, 1125, 266, 693, 248, 1127, 297) - (2026-03-24, 1121, 282, 284, 290, 1029, 286, 254, 285, 261, 1125, 266, 693, 248, 1127, 297) |
| 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" does not exist |
| 46 | sfPartialView | Render "sf_app_dir/modules/default/templates/_authenticate.php" |
| 47 | myViewCacheManager | Save cache for "@sf_cache_partial?module=default&action=_authenticate&sf_cache_key=40cd750bba9870f18aada2478b24840a" |
| 48 | myViewCacheManager | Generate cache key |
| 49 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=c1a09ad65fbffb18f3f8a9bf0bdccdb3" does not exist |
| 50 | sfPartialView | Render "sf_app_dir/modules/additive/templates/_filter.php" |
| 51 | 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-24) |
| 52 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=c1a09ad65fbffb18f3f8a9bf0bdccdb3" |
| 53 | myViewCacheManager | Generate cache key |
| 54 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=a468ba777f4f20ec978b825b38420923" does not exist |
| 55 | sfPartialView | Render "sf_app_dir/modules/additive/templates/_filter.php" |
| 56 | 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-24) |
| 57 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=a468ba777f4f20ec978b825b38420923" |
| 58 | myViewCacheManager | Generate cache key |
| 59 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=8eb6fd88f6e3f830608cf4a58afce9b2" does not exist |
| 60 | sfPartialView | Render "sf_app_dir/modules/additive/templates/_filter.php" |
| 61 | 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-24) |
| 62 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=8eb6fd88f6e3f830608cf4a58afce9b2" |
| 63 | myViewCacheManager | Generate cache key |
| 64 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=fc590d0c9e8bee54267356adeeb2d744" does not exist |
| 65 | sfPartialView | Render "sf_app_dir/modules/additive/templates/_filter.php" |
| 66 | 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-24) |
| 67 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=fc590d0c9e8bee54267356adeeb2d744" |
| 68 | myViewCacheManager | Generate cache key |
| 69 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=0902ba3d1896b5510795502e6d7857c1" does not exist |
| 70 | sfPartialView | Render "sf_app_dir/modules/additive/templates/_filter.php" |
| 71 | 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-24) |
| 72 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=0902ba3d1896b5510795502e6d7857c1" |
| 73 | myViewCacheManager | Generate cache key |
| 74 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=22d8aba7ea10178bf208e7e7ad0b2a6b" does not exist |
| 75 | main | Call "additive->executeLogo()" |
| 76 | myViewCacheManager | Generate cache key |
| 77 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=8ad30a0e9f3f46d0edc0f700460e1291" 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=c16885439b3227c4aedb933c958103bc" 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=3bde2ddd77623ad74b93850b05c1aada" 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=d291376a8d5716645323a293137ae34d" 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=260bfbd1d05da89bbe4a66a321e75e05" 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=52fd4cebbbc1235fd5a802ed1059514b" 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=d56c4f491331315d3b1183296dc09490" 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=ec77c8260aa74583ae8bdd29b8f73c0b" 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=ca2f36ccf29ecfb9b81aeac4aa5512b3" 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=18ec13a1f6f1c6ffdb23071ce385edff" 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=12e37c3d145505043f81bbf0e4833d72" 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=8d920d2cce25f5a427148437b88ea406" 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=02681f3610187cda592117c24399fd18" 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=0ab48195d3c1d802835ba8bbb8f4ab8d" 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=cf39ad610d609c3ad1bdc81e0300c98c" 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=942774f82ef68a08f8ce4e1eceba9145" 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=3d07d52ba447021aeddc71f305aff560" 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=e59b17ae0fb583aff6102429dd9cfc83" 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=9ee710acafd03b59de2a2def16472c2f" 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=c1b51cb9a1a54f5b5a389ab91b47f5a4" 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=3f10a14153b91d5b5b9d3410750b3df3" 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=53b7b8c291f2b70be6e596517b23afd7" does not exist |
| 141 | main | Call "additive->executeLogo()" |
| 142 | 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` - () |
| 143 | myViewCacheManager | Generate cache key |
| 144 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=855c2e97ff6772837f9d67dc0e38c802" 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=92a7c7f0a03e5cc588eb3ff79da15b9d" 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=fe0eb55263371e3556403c1c5abcc1e8" 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=044d11c733270f1078e63f3c7d0cb398" 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=8d9d3911ab590e2d47e8b44b44254ec3" 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=d1d063ee50ad5d3e4fea676f5e6b4f6e" does not exist |
| 160 | main | Call "additive->executeLogo()" |
| 161 | myViewCacheManager | Generate cache key |
| 162 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=1f39697e8c2f32a6e76333f8a04e5a79" does not exist |
| 163 | main | Call "additive->executeLogo()" |
| 164 | sfPHPView | Decorate content with "sf_app_dir/templates/layout.php" |
| 165 | sfPHPView | Render "sf_app_dir/templates/layout.php" |
| 166 | main | Get slot "meta" |
| 167 | myViewCacheManager | Generate cache key |
| 168 | myViewCacheManager | Cache for "@sf_cache_partial?module=global&action=_matomo&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 169 | sfPartialView | Render "sf_app_dir/templates/_matomo.php" |
| 170 | myViewCacheManager | Save cache for "@sf_cache_partial?module=global&action=_matomo&sf_cache_key=40cd750bba9870f18aada2478b24840a" |
| 171 | main | Call "default->executeHeader()" |
| 172 | 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) |
| 173 | sfPartialView | Render "sf_app_dir/modules/default/templates/_header.php" |
| 174 | myViewCacheManager | Generate cache key |
| 175 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 176 | main | Call "default->executeFooter()" |
| 177 | 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` - () |
| 178 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 179 | sfPartialView | Render "sf_app_dir/modules/default/templates/_footer.php" |
| 180 | main | Get slot "footer" |
| 181 | myViewCacheManager | Save cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" |
| 182 | main | Call "default->executeLang()" |
| 183 | sfPartialView | Render "sf_app_dir/modules/default/templates/_lang.php" |
| 184 | ToolkitResponse | Send status "HTTP/1.1 200 OK" |
| 185 | ToolkitResponse | Send header "Content-Type: text/html; charset=utf-8" |
| 186 | ToolkitResponse | Send header "X-Frame-Options: SAMEORIGIN" |
| 187 | ToolkitResponse | Send header "X-Xss-Protection: 1" |