| # |
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 /en/company/index.html with parameters array ( 'module' => 'company', 'action' => 'index', 'sf_culture' => 'en', '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->executeIndex()" |
| 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 COUNT(*) AS `num_results` FROM (SELECT `c`.`id` 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` LEFT JOIN `additive` `a` ON `c`.`id` = `a`.`manufacturer_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 `c`.`published_at` <= ? AND `c`.`country_id` IN (?) GROUP BY `c`.`id`) `dctrn_count_query` - (2026-03-26, 163) |
| 30 | 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` LEFT JOIN `additive` `a2` ON `c4`.`id` = `a2`.`manufacturer_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 `c4`.`published_at` <= ? AND `c4`.`country_id` IN (?) ORDER BY `p3`.`weight` is null, if(`p3`.`weight`, `p3`.`weight` * rand(), null), COALESCE(`a2`.`logo`, "") = "", COALESCE(`c4`.`logo`, "") = "", `c4`.`name` LIMIT 20 - (2026-03-26, 163) |
| 31 | 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` LEFT JOIN `additive` `a` ON `c`.`id` = `a`.`manufacturer_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 `c`.`id` IN (188) AND (`c`.`published_at` <= ? AND `c`.`country_id` IN (?)) ORDER BY `p`.`weight` is null, if(`p`.`weight`, `p`.`weight` * rand(), null), COALESCE(`a`.`logo`, "") = "", COALESCE(`c`.`logo`, "") = "", `c`.`name` - (2026-03-26, 163) |
| 32 | myViewCacheManager | Cache for "company/index?sf_culture=en&sf_format=html&country=163" does not exist |
| 33 | sfPHPView | Render "sf_app_dir/modules/company/templates/indexSuccess.php" |
| 34 | main | Get slot "meta" |
| 35 | main | Set slot "meta" |
| 36 | myViewCacheManager | Generate cache key |
| 37 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_authenticate&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 38 | sfPartialView | Render "sf_app_dir/modules/default/templates/_authenticate.php" |
| 39 | myViewCacheManager | Save cache for "@sf_cache_partial?module=default&action=_authenticate&sf_cache_key=40cd750bba9870f18aada2478b24840a" |
| 40 | myViewCacheManager | Generate cache key |
| 41 | myViewCacheManager | Cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=b0863d33f545ab5bcc831ef1b097df6f" does not exist |
| 42 | sfPartialView | Render "sf_app_dir/modules/additive/templates/_filter.php" |
| 43 | 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) |
| 44 | myViewCacheManager | Save cache for "@sf_cache_partial?module=additive&action=_filter&sf_cache_key=b0863d33f545ab5bcc831ef1b097df6f" |
| 45 | myViewCacheManager | Save cache for "company/index?sf_culture=en&sf_format=html&country=163" |
| 46 | sfPHPView | Decorate content with "sf_app_dir/templates/layout.php" |
| 47 | sfPHPView | Render "sf_app_dir/templates/layout.php" |
| 48 | main | Get slot "meta" |
| 49 | myViewCacheManager | Generate cache key |
| 50 | myViewCacheManager | Cache for "@sf_cache_partial?module=global&action=_matomo&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 51 | sfPartialView | Render "sf_app_dir/templates/_matomo.php" |
| 52 | myViewCacheManager | Save cache for "@sf_cache_partial?module=global&action=_matomo&sf_cache_key=40cd750bba9870f18aada2478b24840a" |
| 53 | main | Call "default->executeHeader()" |
| 54 | 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) |
| 55 | sfPartialView | Render "sf_app_dir/modules/default/templates/_header.php" |
| 56 | myViewCacheManager | Generate cache key |
| 57 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 58 | main | Call "default->executeFooter()" |
| 59 | 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` - () |
| 60 | myViewCacheManager | Cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" does not exist |
| 61 | sfPartialView | Render "sf_app_dir/modules/default/templates/_footer.php" |
| 62 | main | Get slot "footer" |
| 63 | myViewCacheManager | Save cache for "@sf_cache_partial?module=default&action=_footer&sf_cache_key=40cd750bba9870f18aada2478b24840a" |
| 64 | main | Call "default->executeLang()" |
| 65 | sfPartialView | Render "sf_app_dir/modules/default/templates/_lang.php" |
| 66 | ToolkitResponse | Send status "HTTP/1.1 200 OK" |
| 67 | ToolkitResponse | Send header "Content-Type: text/html; charset=utf-8" |
| 68 | ToolkitResponse | Send header "X-Frame-Options: SAMEORIGIN" |
| 69 | ToolkitResponse | Send header "X-Xss-Protection: 1" |