| # |
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 "slug_i18n" (/:sf_culture/:module/:id/:slug.:action.:sf_format) for /es/company/91/Argeco-Développement.view.html with parameters array ( 'module' => 'company', 'action' => 'view', 'sf_culture' => 'es', 'id' => '91', 'slug' => 'Argeco-Développement', '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 | companyActions | Call "companyActions->executeView()" |
| 27 | Doctrine_Connection_Statement | execute : SELECT `c`.`id` AS `c__id`, `c`.`country_id` AS `c__country_id`, COUNT(distinct `c`.`id`) AS `c__0` FROM `company` `c` INNER JOIN `company_info` `c2` ON `c`.`id` = `c2`.`company_id` INNER JOIN `company_info_translation` `c3` ON `c2`.`id` = `c3`.`id` INNER JOIN `field` `f` ON `c2`.`field_id` = `f`.`id` INNER JOIN `field_translation` `f2` ON `f`.`id` = `f2`.`id` WHERE (`c`.`published_at` <= ? AND `c`.`country_id` IS NOT NULL) GROUP BY `c`.`country_id` - (2026-03-26) |
| 28 | 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` - () |
| 29 | Doctrine_Connection_Statement | execute : SELECT DISTINCT `c4`.`id` FROM `company` `c4` INNER JOIN `company_info` `c5` ON `c4`.`id` = `c5`.`company_id` INNER JOIN `company_info_translation` `c6` ON `c5`.`id` = `c6`.`id` INNER JOIN `field` `f3` ON `c5`.`field_id` = `f3`.`id` INNER JOIN `field_translation` `f4` ON `f3`.`id` = `f4`.`id` WHERE `c4`.`published_at` <= ? AND `c4`.`id` = ? LIMIT 1 - (2026-03-26, 91) |
| 30 | Doctrine_Connection_Statement | execute : SELECT `c`.`id` AS `c__id`, `c`.`published_at` AS `c__published_at`, `c`.`user_id` AS `c__user_id`, `c`.`type` AS `c__type`, `c`.`name` AS `c__name`, `c`.`logo` AS `c__logo`, `c`.`url` AS `c__url`, `c`.`contact` AS `c__contact`, `c`.`lat` AS `c__lat`, `c`.`lng` AS `c__lng`, `c`.`address` AS `c__address`, `c`.`zip` AS `c__zip`, `c`.`city` AS `c__city`, `c`.`country_id` AS `c__country_id`, `c`.`phone` AS `c__phone`, `c`.`email` AS `c__email`, `c`.`description` AS `c__description`, `c`.`infos` AS `c__infos`, `c`.`search` AS `c__search`, `c`.`draft` AS `c__draft`, `c`.`slug` AS `c__slug`, `c`.`created_at` AS `c__created_at`, `c`.`updated_at` AS `c__updated_at`, `c`.`created_by` AS `c__created_by`, `c`.`updated_by` AS `c__updated_by`, `c2`.`id` AS `c2__id`, `c2`.`field_id` AS `c2__field_id`, `c3`.`id` AS `c3__id`, `c3`.`lang` AS `c3__lang`, `c3`.`name` AS `c3__name`, `f`.`id` AS `f__id`, `f2`.`id` AS `f2__id`, `f2`.`lang` AS `f2__lang`, `f2`.`name` AS `f2__name` FROM `company` `c` INNER JOIN `company_info` `c2` ON `c`.`id` = `c2`.`company_id` INNER JOIN `company_info_translation` `c3` ON `c2`.`id` = `c3`.`id` INNER JOIN `field` `f` ON `c2`.`field_id` = `f`.`id` INNER JOIN `field_translation` `f2` ON `f`.`id` = `f2`.`id` WHERE `c`.`id` IN (91) AND (`c`.`published_at` <= ? AND `c`.`id` = ?) - (2026-03-26, 91) |
| 31 | Doctrine_Connection_Statement | execute : SELECT `c`.`id` AS `c__id`, `c`.`company_id` AS `c__company_id`, `c`.`field_id` AS `c__field_id`, `c`.`created_at` AS `c__created_at`, `c`.`updated_at` AS `c__updated_at`, `c`.`translated` AS `c__translated`, `c2`.`id` AS `c2__id`, `c2`.`name` AS `c2__name`, `c2`.`lang` AS `c2__lang`, `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 `company_info` `c` LEFT JOIN `company_info_translation` `c2` ON `c`.`id` = `c2`.`id` LEFT JOIN `field` `f` ON `c`.`field_id` = `f`.`id` LEFT JOIN `field_translation` `f2` ON `f`.`id` = `f2`.`id` WHERE (`c`.`company_id` = ?) ORDER BY `f`.`sort` - (91) |
| 32 | Doctrine_Connection_Statement | execute : SELECT COUNT(*) AS `num_results` FROM `additive` `a` WHERE `a`.`manufacturer_id` = ? - (91) |
| 33 | myViewCacheManager | Cache for "company/view?id=91&sf_culture=es&sf_format=html&slug=Argeco-Développement" does not exist |
| 34 | sfPHPView | Render "sf_app_dir/modules/company/templates/viewSuccess.php" |
| 35 | main | Get slot "meta" |
| 36 | main | Set slot "meta" |
| 37 | myViewCacheManager | Generate cache key |
| 38 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_authenticate&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 39 | sfPartialView | Render "sf_app_dir/modules/default/templates/_authenticate.php" |
| 40 | myViewCacheManager | Save cache for "@sf_cache_partial?module=default&action=_authenticate&sf_cache_key=40cd750bba9870f18aada2478b24840a" |
| 41 | myViewCacheManager | Generate cache key |
| 42 | myViewCacheManager | Cache for "@sf_cache_partial?module=company&action=_map&sf_cache_key=0eaf84375cb1d37467b92afcc3206dbb" does not exist |
| 43 | main | Call "company->executeMap()" |
| 44 | Doctrine_Connection_Statement | execute : SELECT `c`.`id` AS `c__id`, `c`.`company_id` AS `c__company_id`, `c`.`type_id` AS `c__type_id`, `c`.`published_at` AS `c__published_at`, `c`.`lat` AS `c__lat`, `c`.`lng` AS `c__lng`, `c`.`address` AS `c__address`, `c`.`zip` AS `c__zip`, `c`.`city` AS `c__city`, `c`.`country_id` AS `c__country_id`, `c`.`phone` AS `c__phone`, `c`.`email` AS `c__email`, `c`.`description` AS `c__description`, `c`.`sort` AS `c__sort`, `c`.`draft` AS `c__draft`, `c`.`created_at` AS `c__created_at`, `c`.`updated_at` AS `c__updated_at`, `c`.`created_by` AS `c__created_by`, `c`.`updated_by` AS `c__updated_by`, `c2`.`id` AS `c2__id`, `c2`.`type` AS `c2__type`, `c2`.`sort` AS `c2__sort`, `c2`.`created_at` AS `c2__created_at`, `c2`.`updated_at` AS `c2__updated_at`, `c2`.`translated` AS `c2__translated` FROM `company_location` `c` LEFT JOIN `choice` `c2` ON `c`.`type_id` = `c2`.`id` WHERE (`c`.`company_id` = ? AND `c`.`lat` is not null AND `c`.`lng` is not null AND `c`.`published_at` is not null AND `c`.`published_at` <= ?) - (91, 2026-03-26) |
| 45 | Doctrine_Connection_Statement | execute : SELECT `c`.`id` AS `c__id`, `c`.`name` AS `c__name`, `c`.`lang` AS `c__lang` FROM `choice_translation` `c` WHERE (`c`.`id` IN (?)) - (538) |
| 46 | Doctrine_Connection_Statement | execute : SELECT `c`.`id` AS `c__id`, `c`.`name` AS `c__name`, `c`.`lang` AS `c__lang` FROM `choice_translation` `c` WHERE (`c`.`id` IN (?)) - (536) |
| 47 | myViewCacheManager | Cache for "@sf_cache_partial?module=company&action=_map&sf_cache_key=0eaf84375cb1d37467b92afcc3206dbb" does not exist |
| 48 | sfPartialView | Render "sf_app_dir/modules/company/templates/_map.php" |
| 49 | myViewCacheManager | Save cache for "@sf_cache_partial?module=company&action=_map&sf_cache_key=0eaf84375cb1d37467b92afcc3206dbb" |
| 50 | 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` FROM `field` `f` WHERE (`f`.`id` = ?) LIMIT 1 - (C.headquarters) |
| 51 | 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` FROM `field` `f` WHERE (`f`.`id` = ?) LIMIT 1 - (C.year-founded) |
| 52 | 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` FROM `field` `f` WHERE (`f`.`id` = ?) LIMIT 1 - (C.website) |
| 53 | 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` FROM `field` `f` WHERE (`f`.`id` = ?) LIMIT 1 - (C.general-manager) |
| 54 | 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` FROM `field` `f` WHERE (`f`.`id` = ?) LIMIT 1 - (C.sales) |
| 55 | 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` FROM `field` `f` WHERE (`f`.`id` = ?) LIMIT 1 - (C.year-of-financial-data) |
| 56 | 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` FROM `field` `f` WHERE (`f`.`id` = ?) LIMIT 1 - (C.ebitda) |
| 57 | 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` FROM `field` `f` WHERE (`f`.`id` = ?) LIMIT 1 - (C.net-profit) |
| 58 | 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` FROM `field` `f` WHERE (`f`.`id` = ?) LIMIT 1 - (C.number-of-employees) |
| 59 | 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` FROM `field` `f` WHERE (`f`.`id` = ?) LIMIT 1 - (C.activity) |
| 60 | 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` FROM `field` `f` WHERE (`f`.`id` = ?) LIMIT 1 - (C.sources-for-data) |
| 61 | myViewCacheManager | Generate cache key |
| 62 | myViewCacheManager | Cache for "@sf_cache_partial?module=visit&action=_tracker&sf_cache_key=5ab221b8ed05e986acf3d437e117c613" does not exist |
| 63 | sfPartialView | Render "sf_app_dir/modules/visit/templates/_tracker.php" |
| 64 | myViewCacheManager | Save cache for "@sf_cache_partial?module=visit&action=_tracker&sf_cache_key=5ab221b8ed05e986acf3d437e117c613" |
| 65 | myViewCacheManager | Save cache for "company/view?id=91&sf_culture=es&sf_format=html&slug=Argeco-Développement" |
| 66 | sfPHPView | Decorate content with "sf_app_dir/templates/layout.php" |
| 67 | sfPHPView | Render "sf_app_dir/templates/layout.php" |
| 68 | main | Get slot "meta" |
| 69 | myViewCacheManager | Generate cache key |
| 70 | myViewCacheManager | Cache for "@sf_cache_partial?module=global&action=_matomo&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 71 | sfPartialView | Render "sf_app_dir/templates/_matomo.php" |
| 72 | myViewCacheManager | Save cache for "@sf_cache_partial?module=global&action=_matomo&sf_cache_key=40cd750bba9870f18aada2478b24840a" |
| 73 | main | Call "default->executeHeader()" |
| 74 | 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) |
| 75 | sfPartialView | Render "sf_app_dir/modules/default/templates/_header.php" |
| 76 | myViewCacheManager | Generate cache key |
| 77 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 78 | main | Call "default->executeFooter()" |
| 79 | 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` - () |
| 80 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 81 | sfPartialView | Render "sf_app_dir/modules/default/templates/_footer.php" |
| 82 | main | Get slot "footer" |
| 83 | myViewCacheManager | Save cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" |
| 84 | main | Call "default->executeLang()" |
| 85 | sfPartialView | Render "sf_app_dir/modules/default/templates/_lang.php" |
| 86 | ToolkitResponse | Send status "HTTP/1.1 200 OK" |
| 87 | ToolkitResponse | Send header "Content-Type: text/html; charset=utf-8" |
| 88 | ToolkitResponse | Send header "X-Frame-Options: SAMEORIGIN" |
| 89 | ToolkitResponse | Send header "X-Xss-Protection: 1" |