Query Metrics

27 Database Queries
15 Different statements
4.76 ms Query time
1 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 0.14 ms
SELECT l0_.`id` AS id_0, l0_.`code` AS code_1, l0_.`locale` AS locale_2, l0_.`phone_code` AS phone_code_3, l0_.`phone_mask` AS phone_mask_4, l0_.`min_valid_phone_numbers` AS min_valid_phone_numbers_5, l0_.`zip_code_mask` AS zip_code_mask_6, l0_.`percent_vat` AS percent_vat_7, l0_.`name` AS name_8, l0_.`name_en` AS name_en_9, l0_.`alias` AS alias_10, l0_.`sort` AS sort_11, l0_.`count` AS count_12, l0_.`hide` AS hide_13, l0_.`important` AS important_14, l0_.`pay_pal_percent` AS pay_pal_percent_15, l0_.`pay_pal_percent_own` AS pay_pal_percent_own_16, l0_.`vat` AS vat_17, l0_.`pv_type` AS pv_type_18, l0_.`capital_timezone_diff` AS capital_timezone_diff_19, l0_.`capital` AS capital_20, l0_.`free_sample_delivery` AS free_sample_delivery_21, l0_.`units` AS units_22 FROM `list_country` l0_ WHERE l0_.`hide` <> 1 ORDER BY l0_.`code` ASC
Parameters:
[]
2 0.22 ms
SELECT t0.`id` AS id_1, t0.`code` AS code_2, t0.`locale` AS locale_3, t0.`phone_code` AS phone_code_4, t0.`phone_mask` AS phone_mask_5, t0.`min_valid_phone_numbers` AS min_valid_phone_numbers_6, t0.`zip_code_mask` AS zip_code_mask_7, t0.`percent_vat` AS percent_vat_8, t0.`name` AS name_9, t0.`name_en` AS name_en_10, t0.`alias` AS alias_11, t0.`sort` AS sort_12, t0.`count` AS count_13, t0.`hide` AS hide_14, t0.`important` AS important_15, t0.`pay_pal_percent` AS pay_pal_percent_16, t0.`pay_pal_percent_own` AS pay_pal_percent_own_17, t0.`vat` AS vat_18, t0.`pv_type` AS pv_type_19, t0.`capital_timezone_diff` AS capital_timezone_diff_20, t0.`capital` AS capital_21, t0.`free_sample_delivery` AS free_sample_delivery_22, t0.`units` AS units_23 FROM `list_country` t0 WHERE t0.`id` = ?
Parameters:
[
  840
]
3 0.15 ms
SELECT c0_.`id` AS id_0, c0_.`special_date_start` AS special_date_start_1, c0_.`special_date_end` AS special_date_end_2, c0_.`is_working` AS is_working_3, c0_.`mode` AS mode_4, c0_.`mode_holiday` AS mode_holiday_5, c0_.`lang` AS lang_6, c0_.`timeZoneName` AS timeZoneName_7, c0_.country_id AS country_id_8, c0_.blog_id AS blog_id_9 FROM `calendar` c0_ WHERE c0_.`special_date_start` <= ? AND c0_.`special_date_end` >= ? AND c0_.`is_working` = ? AND c0_.country_id = ? ORDER BY c0_.`special_date_start` ASC LIMIT 100
Parameters:
[
  "2026-03-01"
  "2026-01-29"
  2
  840
]
4 0.10 ms
SELECT c0_.`id` AS id_0, c0_.`special_date_start` AS special_date_start_1, c0_.`special_date_end` AS special_date_end_2, c0_.`is_working` AS is_working_3, c0_.`mode` AS mode_4, c0_.`mode_holiday` AS mode_holiday_5, c0_.`lang` AS lang_6, c0_.`timeZoneName` AS timeZoneName_7, c0_.country_id AS country_id_8, c0_.blog_id AS blog_id_9 FROM `calendar` c0_ WHERE c0_.`special_date_start` <= ? AND c0_.`special_date_end` >= ? AND c0_.`is_working` = ? AND (c0_.country_id IS NULL OR c0_.country_id = 0 OR c0_.country_id = 'en') ORDER BY c0_.`special_date_start` ASC LIMIT 100
Parameters:
[
  "2026-03-01"
  "2026-01-29"
  2
]
5 0.46 ms
SELECT t0.`id` AS id_1, t0.`lang` AS lang_2, t0.`start_day` AS start_day_3, t0.`end_day` AS end_day_4, t0.`start_hour` AS start_hour_5, t0.`end_hour` AS end_hour_6, t0.`phone` AS phone_7, t0.`email` AS email_8, t0.`twilio_id` AS twilio_id_9, t0.`work_days` AS work_days_10, t0.country_id AS country_id_11 FROM `country_and_lang_specific_data` t0 WHERE t0.`lang` = ? AND t0.country_id = ? LIMIT 1
Parameters:
[
  "en"
  840
]
6 0.20 ms
SELECT t0.`id` AS id_1, t0.`unid` AS unid_2, t0.`corporate_unid` AS corporate_unid_3, t0.`token` AS token_4, t0.`is_active` AS is_active_5, t0.`proved` AS proved_6, t0.`alias` AS alias_7, t0.`lotus_name` AS lotus_name_8, t0.`security_field` AS security_field_9, t0.`is_legal_entity` AS is_legal_entity_10, t0.`companyName` AS companyName_11, t0.`vatNumber` AS vatNumber_12, t0.`password` AS password_13, t0.`last_ip` AS last_ip_14, t0.`source` AS source_15, t0.`test` AS test_16, t0.`bid` AS bid_17, t0.`email` AS email_18, t0.`salt` AS salt_19, t0.`username` AS username_20, t0.`roles` AS roles_21, t0.`enabled` AS enabled_22, t0.`confirmation_token` AS confirmation_token_23, t0.`last_login` AS last_login_24, t0.`created_at` AS created_at_25, t0.`lang` AS lang_26, t27.`foreign_alias` AS foreign_alias_28, t27.user_id AS user_id_29, t30.`google_id` AS google_id_31, t30.`facebook_id` AS facebook_id_32, t30.`vk_id` AS vk_id_33, t30.`instagram_id` AS instagram_id_34, t30.user_id AS user_id_35 FROM `user` t0 LEFT JOIN `user_foreign_alias` t27 ON t27.user_id = t0.id LEFT JOIN `user_social_network` t30 ON t30.user_id = t0.id WHERE t0.`token` = ? LIMIT 1
Parameters:
[
  "54cb791b60a903826e7189f7661412a4b97992746465564745c5b5fc62b90e42"
]
7 0.58 ms
SELECT l0_.`id` AS id_0, l0_.`code` AS code_1, l0_.`locale` AS locale_2, l0_.`phone_code` AS phone_code_3, l0_.`phone_mask` AS phone_mask_4, l0_.`min_valid_phone_numbers` AS min_valid_phone_numbers_5, l0_.`zip_code_mask` AS zip_code_mask_6, l0_.`percent_vat` AS percent_vat_7, l0_.`name` AS name_8, l0_.`name_en` AS name_en_9, l0_.`alias` AS alias_10, l0_.`sort` AS sort_11, l0_.`count` AS count_12, l0_.`hide` AS hide_13, l0_.`important` AS important_14, l0_.`pay_pal_percent` AS pay_pal_percent_15, l0_.`pay_pal_percent_own` AS pay_pal_percent_own_16, l0_.`vat` AS vat_17, l0_.`pv_type` AS pv_type_18, l0_.`capital_timezone_diff` AS capital_timezone_diff_19, l0_.`capital` AS capital_20, l0_.`free_sample_delivery` AS free_sample_delivery_21, l0_.`units` AS units_22 FROM `list_country` l0_ WHERE l0_.`code` = ? OR l0_.`id` = ? LIMIT 1
Parameters:
[
  "us"
  "us"
]
8 0.15 ms
SELECT t0.`id` AS id_1, t0.`portal_login` AS portal_login_2, t0.`ava_file_name` AS ava_file_name_3, t0.`name_for_chat` AS name_for_chat_4, t0.`email` AS email_5, t0.`sex` AS sex_6 FROM `consultant` t0 WHERE t0.`portal_login` = ? LIMIT 1
Parameters:
[
  "iyarosh"
]
9 0.10 ms
SELECT t0.`id` AS id_1, t0.`lang` AS lang_2, t0.`start_day` AS start_day_3, t0.`end_day` AS end_day_4, t0.`start_hour` AS start_hour_5, t0.`end_hour` AS end_hour_6, t0.`phone` AS phone_7, t0.`email` AS email_8, t0.`twilio_id` AS twilio_id_9, t0.`work_days` AS work_days_10, t0.country_id AS country_id_11 FROM `country_and_lang_specific_data` t0 WHERE t0.`lang` = ? AND t0.country_id = ? LIMIT 1
Parameters:
[
  "en"
  840
]
10 0.26 ms
SELECT t0.`id` AS id_1, t0.`portal_login` AS portal_login_2, t0.`ava_file_name` AS ava_file_name_3, t0.`name_for_chat` AS name_for_chat_4, t0.`email` AS email_5, t0.`sex` AS sex_6 FROM `consultant` t0 WHERE t0.`portal_login` = ? LIMIT 1
Parameters:
[
  "iyarosh"
]
11 0.13 ms
SELECT t0.`id` AS id_1, t0.`unid` AS unid_2, t0.`corporate_unid` AS corporate_unid_3, t0.`token` AS token_4, t0.`is_active` AS is_active_5, t0.`proved` AS proved_6, t0.`alias` AS alias_7, t0.`lotus_name` AS lotus_name_8, t0.`security_field` AS security_field_9, t0.`is_legal_entity` AS is_legal_entity_10, t0.`companyName` AS companyName_11, t0.`vatNumber` AS vatNumber_12, t0.`password` AS password_13, t0.`last_ip` AS last_ip_14, t0.`source` AS source_15, t0.`test` AS test_16, t0.`bid` AS bid_17, t0.`email` AS email_18, t0.`salt` AS salt_19, t0.`username` AS username_20, t0.`roles` AS roles_21, t0.`enabled` AS enabled_22, t0.`confirmation_token` AS confirmation_token_23, t0.`last_login` AS last_login_24, t0.`created_at` AS created_at_25, t0.`lang` AS lang_26, t27.`foreign_alias` AS foreign_alias_28, t27.user_id AS user_id_29, t30.`google_id` AS google_id_31, t30.`facebook_id` AS facebook_id_32, t30.`vk_id` AS vk_id_33, t30.`instagram_id` AS instagram_id_34, t30.user_id AS user_id_35 FROM `user` t0 LEFT JOIN `user_foreign_alias` t27 ON t27.user_id = t0.id LEFT JOIN `user_social_network` t30 ON t30.user_id = t0.id WHERE t0.`token` = ? LIMIT 1
Parameters:
[
  "54cb791b60a903826e7189f7661412a4b97992746465564745c5b5fc62b90e42"
]
12 0.54 ms
SELECT l0_.`id` AS id_0, l0_.`code` AS code_1, l0_.`locale` AS locale_2, l0_.`phone_code` AS phone_code_3, l0_.`phone_mask` AS phone_mask_4, l0_.`min_valid_phone_numbers` AS min_valid_phone_numbers_5, l0_.`zip_code_mask` AS zip_code_mask_6, l0_.`percent_vat` AS percent_vat_7, l0_.`name` AS name_8, l0_.`name_en` AS name_en_9, l0_.`alias` AS alias_10, l0_.`sort` AS sort_11, l0_.`count` AS count_12, l0_.`hide` AS hide_13, l0_.`important` AS important_14, l0_.`pay_pal_percent` AS pay_pal_percent_15, l0_.`pay_pal_percent_own` AS pay_pal_percent_own_16, l0_.`vat` AS vat_17, l0_.`pv_type` AS pv_type_18, l0_.`capital_timezone_diff` AS capital_timezone_diff_19, l0_.`capital` AS capital_20, l0_.`free_sample_delivery` AS free_sample_delivery_21, l0_.`units` AS units_22 FROM `list_country` l0_ WHERE l0_.`code` = ? OR l0_.`id` = ? LIMIT 1
Parameters:
[
  "us"
  "us"
]
13 0.13 ms
SELECT t0.`id` AS id_1, t0.`portal_login` AS portal_login_2, t0.`ava_file_name` AS ava_file_name_3, t0.`name_for_chat` AS name_for_chat_4, t0.`email` AS email_5, t0.`sex` AS sex_6 FROM `consultant` t0 WHERE t0.`portal_login` = ? LIMIT 1
Parameters:
[
  "iyarosh"
]
14 0.09 ms
SELECT t0.`id` AS id_1, t0.`lang` AS lang_2, t0.`start_day` AS start_day_3, t0.`end_day` AS end_day_4, t0.`start_hour` AS start_hour_5, t0.`end_hour` AS end_hour_6, t0.`phone` AS phone_7, t0.`email` AS email_8, t0.`twilio_id` AS twilio_id_9, t0.`work_days` AS work_days_10, t0.country_id AS country_id_11 FROM `country_and_lang_specific_data` t0 WHERE t0.`lang` = ? AND t0.country_id = ? LIMIT 1
Parameters:
[
  "en"
  840
]
15 0.13 ms
SELECT t0.`id` AS id_1, t0.`portal_login` AS portal_login_2, t0.`ava_file_name` AS ava_file_name_3, t0.`name_for_chat` AS name_for_chat_4, t0.`email` AS email_5, t0.`sex` AS sex_6 FROM `consultant` t0 WHERE t0.`portal_login` = ? LIMIT 1
Parameters:
[
  "iyarosh"
]
16 0.16 ms
SELECT c0_.`id` AS id_0, c0_.`special_date_start` AS special_date_start_1, c0_.`special_date_end` AS special_date_end_2, c0_.`is_working` AS is_working_3, c0_.`mode` AS mode_4, c0_.`mode_holiday` AS mode_holiday_5, c0_.`lang` AS lang_6, c0_.`timeZoneName` AS timeZoneName_7, c0_.country_id AS country_id_8, c0_.blog_id AS blog_id_9 FROM `calendar` c0_ WHERE c0_.`special_date_start` <= ? AND c0_.`special_date_end` >= ? AND c0_.`is_working` = ? AND c0_.country_id = ? ORDER BY c0_.`special_date_start` ASC LIMIT 100
Parameters:
[
  "2026-03-01"
  "2026-01-29"
  2
  840
]
17 0.09 ms
SELECT c0_.`id` AS id_0, c0_.`special_date_start` AS special_date_start_1, c0_.`special_date_end` AS special_date_end_2, c0_.`is_working` AS is_working_3, c0_.`mode` AS mode_4, c0_.`mode_holiday` AS mode_holiday_5, c0_.`lang` AS lang_6, c0_.`timeZoneName` AS timeZoneName_7, c0_.country_id AS country_id_8, c0_.blog_id AS blog_id_9 FROM `calendar` c0_ WHERE c0_.`special_date_start` <= ? AND c0_.`special_date_end` >= ? AND c0_.`is_working` = ? AND (c0_.country_id IS NULL OR c0_.country_id = 0 OR c0_.country_id = 'en') ORDER BY c0_.`special_date_start` ASC LIMIT 100
Parameters:
[
  "2026-03-01"
  "2026-01-29"
  2
]
18 0.13 ms
SELECT c0_.`id` AS id_0, c0_.`special_date_start` AS special_date_start_1, c0_.`special_date_end` AS special_date_end_2, c0_.`is_working` AS is_working_3, c0_.`mode` AS mode_4, c0_.`mode_holiday` AS mode_holiday_5, c0_.`lang` AS lang_6, c0_.`timeZoneName` AS timeZoneName_7, c0_.country_id AS country_id_8, c0_.blog_id AS blog_id_9 FROM `calendar` c0_ WHERE c0_.`special_date_start` <= ? AND c0_.`special_date_end` >= ? AND c0_.`is_working` = ? AND c0_.country_id = ? ORDER BY c0_.`special_date_start` ASC LIMIT 100
Parameters:
[
  "2026-03-01"
  "2026-01-29"
  3
  840
]
19 0.09 ms
SELECT c0_.`id` AS id_0, c0_.`special_date_start` AS special_date_start_1, c0_.`special_date_end` AS special_date_end_2, c0_.`is_working` AS is_working_3, c0_.`mode` AS mode_4, c0_.`mode_holiday` AS mode_holiday_5, c0_.`lang` AS lang_6, c0_.`timeZoneName` AS timeZoneName_7, c0_.country_id AS country_id_8, c0_.blog_id AS blog_id_9 FROM `calendar` c0_ WHERE c0_.`special_date_start` <= ? AND c0_.`special_date_end` >= ? AND c0_.`is_working` = ? AND (c0_.country_id IS NULL OR c0_.country_id = 0 OR c0_.country_id = 'en') ORDER BY c0_.`special_date_start` ASC LIMIT 100
Parameters:
[
  "2026-03-01"
  "2026-01-29"
  3
]
20 0.14 ms
SELECT u0_.`id` AS id_0, u0_.`unid` AS unid_1, u0_.`corporate_unid` AS corporate_unid_2, u0_.`token` AS token_3, u0_.`is_active` AS is_active_4, u0_.`proved` AS proved_5, u0_.`alias` AS alias_6, u0_.`lotus_name` AS lotus_name_7, u0_.`security_field` AS security_field_8, u0_.`is_legal_entity` AS is_legal_entity_9, u0_.`companyName` AS companyName_10, u0_.`vatNumber` AS vatNumber_11, u0_.`password` AS password_12, u0_.`last_ip` AS last_ip_13, u0_.`source` AS source_14, u0_.`test` AS test_15, u0_.`bid` AS bid_16, u0_.`email` AS email_17, u0_.`salt` AS salt_18, u0_.`username` AS username_19, u0_.`roles` AS roles_20, u0_.`enabled` AS enabled_21, u0_.`confirmation_token` AS confirmation_token_22, u0_.`last_login` AS last_login_23, u0_.`created_at` AS created_at_24, u0_.`lang` AS lang_25 FROM `user` u0_ WHERE u0_.`token` = ? LIMIT 1
Parameters:
[
  "54cb791b60a903826e7189f7661412a4b97992746465564745c5b5fc62b90e42"
]
21 0.09 ms
SELECT COUNT(b0_.`code`) AS sclr_0 FROM `buy_order` b1_ LEFT JOIN `buy_order_article` b0_ ON b1_.id = b0_.buy_order_id WHERE b1_.`token` = ? AND b1_.`status` <> 12
Parameters:
[
  "54cb791b60a903826e7189f7661412a4b97992746465564745c5b5fc62b90e42"
]
22 0.08 ms
SELECT b0_.`id` AS id_0 FROM `buy_order` b0_ WHERE b0_.`token` = ? AND b0_.`status` <> 12
Parameters:
[
  "54cb791b60a903826e7189f7661412a4b97992746465564745c5b5fc62b90e42"
]
23 0.09 ms
SELECT COUNT(v0_.`id`) AS sclr_0 FROM `visit` v0_ WHERE v0_.`token` = ? AND v0_.`url` <> '/.*catalog.*/'
Parameters:
[
  "54cb791b60a903826e7189f7661412a4b97992746465564745c5b5fc62b90e42"
]
24 0.09 ms
SELECT COUNT(i0_.`id`) AS sclr_0 FROM `idea` i1_ INNER JOIN idea_interior i2_ ON i1_.id = i2_.idea_id INNER JOIN `interior` i0_ ON i0_.id = i2_.interior_id WHERE i1_.`token` = ?
Parameters:
[
  "54cb791b60a903826e7189f7661412a4b97992746465564745c5b5fc62b90e42"
]
25 0.13 ms
SELECT b0_.`id` AS id_0, b0_.`name` AS name_1, b0_.`descr` AS descr_2, b0_.`val` AS val_3 FROM `BoolDBSetting` b0_ WHERE b0_.`name` = ?
Parameters:
[
  "RTWidget"
]
26 0.14 ms
SELECT t0.`id` AS id_1, t0.`token` AS token_2, t0.`current_welcome_cons` AS current_welcome_cons_3, t0.`current_country` AS current_country_4, t0.`current_country_by_ip` AS current_country_by_ip_5, t0.`current_locale` AS current_locale_6, t0.`is_interview` AS is_interview_7, t0.`job_seeker_unid` AS job_seeker_unid_8, t0.interview_id AS interview_id_9 FROM `chat_b` t0 WHERE t0.`token` = ? LIMIT 1
Parameters:
[
  "54cb791b60a903826e7189f7661412a4b97992746465564745c5b5fc62b90e42"
]
27 0.15 ms
SELECT b0_.`id` AS id_0, b0_.`name` AS name_1, b0_.`descr` AS descr_2, b0_.`val` AS val_3 FROM `BoolDBSetting` b0_ WHERE b0_.`name` = ?
Parameters:
[
  "RTWidget"
]

unbuffered connection

No database queries were performed.

oneC connection

No database queries were performed.

logs connection

No database queries were performed.

Database Connections

Name Service
default doctrine.dbal.default_connection
unbuffered doctrine.dbal.unbuffered_connection
oneC doctrine.dbal.oneC_connection
logs doctrine.dbal.logs_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
oneC doctrine.orm.oneC_entity_manager
logs doctrine.orm.logs_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

default entity manager

Class Mapping errors
WebBundle\Entity\User
  • The field WebBundle\Entity\User#foreignAlias is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity WebBundle\Entity\UserForeignAlias#user does not contain the required 'inversedBy="foreignAlias"' attribute.
  • The field WebBundle\Entity\User#socialNetwork is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity WebBundle\Entity\SocialNetwork#user does not contain the required 'inversedBy="socialNetwork"' attribute.
WebBundle\Entity\BuyOrder No errors.
FlexApp\Entity\InvitationEmailDeliveryStats No errors.
WebBundle\Entity\ListCountry No errors.
WebBundle\Entity\StaticPageEntity No errors.
WebBundle\Entity\IdeasShare No errors.
FlexApp\Entity\CountryAndLangSpecificDataEntity No errors.
WebBundle\Entity\Factory No errors.
FlexApp\Entity\ChatB No errors.
FlexApp\Entity\ChatBMessage No errors.
FlexApp\Entity\BoolDBSetting No errors.
FlexApp\Entity\Widget No errors.
FlexApp\Entity\ConsultantEntity No errors.
WebBundle\Entity\ListState No errors.
WebBundle\Entity\Calendar No errors.
FlexApp\Entity\GeoCountryEntity No errors.
WebBundle\Entity\UserForeignAlias No errors.
WebBundle\Entity\SocialNetwork No errors.
FlexApp\Entity\CountryEntity No errors.
WebBundle\Entity\Collection No errors.
WebBundle\Entity\Publication No errors.
WebBundle\Entity\FilterEntity No errors.
WebBundle\Entity\Article No errors.
WebBundle\Entity\Visit No errors.
WebBundle\Entity\Idea No errors.
WebBundle\Entity\OrderAddress No errors.
WebBundle\Entity\ListEmail No errors.
WebBundle\Entity\OrderHistory No errors.
WebBundle\Entity\OrderPayment No errors.
WebBundle\Entity\CurrencyRate No errors.
WebBundle\Entity\SampleEntity No errors.
WebBundle\Entity\Interior No errors.
WebBundle\Entity\CollectionAlsoViewed No errors.
WebBundle\Entity\InteriorHistory No errors.
WebBundle\Entity\ListVat No errors.
WebBundle\Entity\WarehouseEntity No errors.
WebBundle\Entity\BuyOrderArticle No errors.
WebBundle\Entity\BuyOrderManager No errors.
WebBundle\Entity\ItalianMunicipalityEntity No errors.
FlexApp\Entity\InterviewEntity No errors.

oneC entity manager

No loaded entities.

logs entity manager

No loaded entities.