| # |
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-04-13) |
| 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-04-13) |
| 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-04-13) |
| 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-04-13) |
| 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-04-13) |
| 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` <= ?) - (2026-04-13) |
| 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` <= ? ORDER BY `p3`.`weight` is null, if(`p3`.`weight`, `p3`.`weight` * rand(), null), COALESCE(`a2`.`logo`, "") = "", COALESCE(`c2`.`logo`, "") = "", `a2`.`name` LIMIT 15 - (2026-04-13) |
| 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 (297, 520, 290, 1112, 295, 569, 565, 292, 291, 294, 299, 563, 570, 1029, 566) 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-04-13) |
| 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`, 1029, 295, 294, 297, 565, 292, 1112, 291, 520, 299, 563, 566, 569, 290, 570) - (2026-04-13, 1029, 295, 294, 297, 565, 292, 1112, 291, 520, 299, 563, 566, 569, 290, 570) |
| 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=c1a09ad65fbffb18f3f8a9bf0bdccdb3" exists |
| 49 | myViewCacheManager | Generate cache key |
| 50 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=a468ba777f4f20ec978b825b38420923" exists |
| 51 | myViewCacheManager | Generate cache key |
| 52 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=8eb6fd88f6e3f830608cf4a58afce9b2" exists |
| 53 | myViewCacheManager | Generate cache key |
| 54 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=fc590d0c9e8bee54267356adeeb2d744" exists |
| 55 | myViewCacheManager | Generate cache key |
| 56 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=0902ba3d1896b5510795502e6d7857c1" exists |
| 57 | myViewCacheManager | Generate cache key |
| 58 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=ca9fca75dfa604df53616cee55d2ae84" does not exist |
| 59 | main | Call "additive->executeLogo()" |
| 60 | myViewCacheManager | Generate cache key |
| 61 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=c6d0345fa3f15a6616e384f723554fd6" does not exist |
| 62 | main | Call "additive->executeLogo()" |
| 63 | myViewCacheManager | Generate cache key |
| 64 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=b1bdcc582e15855763cd18748c6c2f66" does not exist |
| 65 | main | Call "additive->executeLogo()" |
| 66 | myViewCacheManager | Generate cache key |
| 67 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=556dcc32c5f93e5bc8f089c88109b38d" does not exist |
| 68 | main | Call "additive->executeLogo()" |
| 69 | myViewCacheManager | Generate cache key |
| 70 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=0906a5d104d4327462bfdf7b4df5d994" does not exist |
| 71 | main | Call "additive->executeLogo()" |
| 72 | myViewCacheManager | Generate cache key |
| 73 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=e4472ea6aaef9ded94e1720ff2c768b7" does not exist |
| 74 | main | Call "additive->executeLogo()" |
| 75 | myViewCacheManager | Generate cache key |
| 76 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=cab37ba48ef9d7c6cd2a62c6f5b7cfce" 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=4cdbf5c1d11c67e64988b94602b6ee36" 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=7be21317b4c6873ef9c6fbe25bb2c20f" 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=dcb48485d6acf2d2e836b54b66c55ee4" 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=cd17a72c0be870a30bcf5cce60d159a4" 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=586515592291fb359664fc13cd9f2998" 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=59087f1f23722d95f43b41d92bcd2f13" does not exist |
| 95 | main | Call "additive->executeLogo()" |
| 96 | 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` - () |
| 97 | myViewCacheManager | Generate cache key |
| 98 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_logo&sf_cache_key=4f8c2a5b74d532914fa5fe8e9c3f5e7b" 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=d16d4d1e7c9484310cb40f769637bc1e" 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=35e48f8c8faef4d52577c046b117947c" 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=5f9e9471ff0aeeb29dae6bde9d7bec94" 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=a8ee81c66356c9f80f6a6b2df84677f2" 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=591eb83b62c72a7a85faf518b396a4e2" 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=c75704d0754a28282a9a47c618af6962" 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=27804ec2caf0f4dd30bd6db5b25d1431" 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=7e8eba2481ac8fd568bc3c2aa3505334" 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=7fb44492fa86a13d5063d4e1e6dc9931" 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=ee9ebc474e29a6ee79e9be30d604ed54" 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=e29e3f7310881f491cb3a8cd69d7ecb0" 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=493d6e78043e070105c75f4f50c104ee" 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=498a762005e857d16e7bea09a0f85f81" 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=02f6086d8ee7a07e95e789ce233c8a6d" 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=32aa11af113d36adea46e6e2ff3d3783" 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=2792efdb6864eaebfbe9d4bffd9c65d2" does not exist |
| 147 | main | Call "additive->executeLogo()" |
| 148 | sfPHPView | Decorate content with "sf_app_dir/templates/layout.php" |
| 149 | sfPHPView | Render "sf_app_dir/templates/layout.php" |
| 150 | main | Get slot "meta" |
| 151 | myViewCacheManager | Generate cache key |
| 152 | myViewCacheManager | Cache for "@sf_cache_partial?module=global&action=_matomo&sf_cache_key=40cd750bba9870f18aada2478b24840a" exists |
| 153 | sfPartialView | Render "sf_app_dir/templates/_matomo.php" |
| 154 | myViewCacheManager | Save cache for "@sf_cache_partial?module=global&action=_matomo&sf_cache_key=40cd750bba9870f18aada2478b24840a" |
| 155 | main | Call "default->executeHeader()" |
| 156 | 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-04-13) |
| 157 | sfPartialView | Render "sf_app_dir/modules/default/templates/_header.php" |
| 158 | myViewCacheManager | Generate cache key |
| 159 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" exists |
| 160 | main | Call "default->executeLang()" |
| 161 | sfPartialView | Render "sf_app_dir/modules/default/templates/_lang.php" |
| 162 | ToolkitResponse | Send status "HTTP/1.1 200 OK" |
| 163 | ToolkitResponse | Send header "Content-Type: text/html; charset=utf-8" |
| 164 | ToolkitResponse | Send header "X-Frame-Options: SAMEORIGIN" |
| 165 | ToolkitResponse | Send header "X-Xss-Protection: 1" |