Query Metrics
6
Database Queries
5
Different statements
2.79 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.91 ms |
SELECT t0_.id_employee AS id_employee_0, t0_.firstname AS firstname_1, t0_.lastname AS lastname_2, t0_.email AS email_3, t0_.passwd AS passwd_4, t0_.last_passwd_gen AS last_passwd_gen_5, t0_.reset_password_token AS reset_password_token_6, t0_.reset_password_validity AS reset_password_validity_7, t0_.default_tab AS default_tab_8, t0_.active AS active_9, t0_.last_connection_date AS last_connection_date_10, t0_.has_enabled_gravatar AS has_enabled_gravatar_11, t0_.stats_date_from AS stats_date_from_12, t0_.stats_date_to AS stats_date_to_13, t0_.stats_compare_from AS stats_compare_from_14, t0_.stats_compare_to AS stats_compare_to_15, t0_.stats_compare_option AS stats_compare_option_16, t0_.preselect_date_range AS preselect_date_range_17, t0_.bo_color AS bo_color_18, t0_.bo_theme AS bo_theme_19, t0_.bo_css AS bo_css_20, t0_.bo_width AS bo_width_21, t0_.bo_menu AS bo_menu_22, t0_.optin AS optin_23, t0_.id_last_order AS id_last_order_24, t0_.id_last_customer_message AS id_last_customer_message_25, t0_.id_last_customer AS id_last_customer_26, t0_.id_employee AS id_employee_27, t0_.firstname AS firstname_28, t0_.lastname AS lastname_29, t0_.email AS email_30, t0_.passwd AS passwd_31, t0_.last_passwd_gen AS last_passwd_gen_32, t0_.reset_password_token AS reset_password_token_33, t0_.reset_password_validity AS reset_password_validity_34, t0_.default_tab AS default_tab_35, t0_.active AS active_36, t0_.last_connection_date AS last_connection_date_37, t0_.has_enabled_gravatar AS has_enabled_gravatar_38, t0_.stats_date_from AS stats_date_from_39, t0_.stats_date_to AS stats_date_to_40, t0_.stats_compare_from AS stats_compare_from_41, t0_.stats_compare_to AS stats_compare_to_42, t0_.stats_compare_option AS stats_compare_option_43, t0_.preselect_date_range AS preselect_date_range_44, t0_.bo_color AS bo_color_45, t0_.bo_theme AS bo_theme_46, t0_.bo_css AS bo_css_47, t0_.bo_width AS bo_width_48, t0_.bo_menu AS bo_menu_49, t0_.optin AS optin_50, t0_.id_last_order AS id_last_order_51, t0_.id_last_customer_message AS id_last_customer_message_52, t0_.id_last_customer AS id_last_customer_53, t1_.id_profile AS id_profile_54, t2_.id_lang AS id_lang_55, t2_.name AS name_56, t2_.active AS active_57, t2_.iso_code AS iso_code_58, t2_.language_code AS language_code_59, t2_.locale AS locale_60, t2_.date_format_lite AS date_format_lite_61, t2_.date_format_full AS date_format_full_62, t2_.is_rtl AS is_rtl_63, t3_.id_employee_session AS id_employee_session_64, t3_.token AS token_65, t3_.date_add AS date_add_66, t3_.date_upd AS date_upd_67, t0_.id_profile AS id_profile_68, t0_.id_lang AS id_lang_69, t3_.id_employee AS id_employee_70 FROM thn_employee t0_ LEFT JOIN thn_profile t1_ ON t0_.id_profile = t1_.id_profile LEFT JOIN thn_lang t2_ ON t0_.id_lang = t2_.id_lang LEFT JOIN thn_employee_session t3_ ON t0_.id_employee = t3_.id_employee WHERE t0_.email = ?
Parameters:
[
"dareks84@gmail.com"
]
|
| 2 | 0.43 ms |
SELECT t0.id_employee AS id_employee_1, t0.firstname AS firstname_2, t0.lastname AS lastname_3, t0.email AS email_4, t0.passwd AS passwd_5, t0.last_passwd_gen AS last_passwd_gen_6, t0.reset_password_token AS reset_password_token_7, t0.reset_password_validity AS reset_password_validity_8, t0.default_tab AS default_tab_9, t0.active AS active_10, t0.last_connection_date AS last_connection_date_11, t0.has_enabled_gravatar AS has_enabled_gravatar_12, t0.stats_date_from AS stats_date_from_13, t0.stats_date_to AS stats_date_to_14, t0.stats_compare_from AS stats_compare_from_15, t0.stats_compare_to AS stats_compare_to_16, t0.stats_compare_option AS stats_compare_option_17, t0.preselect_date_range AS preselect_date_range_18, t0.bo_color AS bo_color_19, t0.bo_theme AS bo_theme_20, t0.bo_css AS bo_css_21, t0.bo_width AS bo_width_22, t0.bo_menu AS bo_menu_23, t0.optin AS optin_24, t0.id_last_order AS id_last_order_25, t0.id_last_customer_message AS id_last_customer_message_26, t0.id_last_customer AS id_last_customer_27, t0.id_profile AS id_profile_28, t0.id_lang AS id_lang_29 FROM thn_employee t0 WHERE t0.id_employee = ?
Parameters:
[
9
]
|
| 3 | 0.47 ms |
SELECT t0.id_employee_session AS id_employee_session_1, t0.token AS token_2, t0.date_add AS date_add_3, t0.date_upd AS date_upd_4, t0.id_employee AS id_employee_5 FROM thn_employee_session t0 WHERE t0.id_employee = ?
Parameters:
[
9
]
|
| 4 | 0.25 ms |
SELECT s.id_shop FROM thn_shop s
Parameters:
[] |
| 5 | 0.38 ms |
SELECT t0_.id_tab AS id_tab_0, t0_.class_name AS class_name_1 FROM thn_tab t0_ WHERE t0_.class_name = BINARY(?) AND t0_.id_tab <> 0
Parameters:
[
"Admin"
]
|
| 6 | 0.35 ms |
SELECT s.id_shop FROM thn_shop s
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
| Class | Mapping errors |
|---|---|
| PrestaShopBundle\Entity\Employee\Employee | No errors. |
| PrestaShopBundle\Entity\Employee\Profile | No errors. |
| PrestaShopBundle\Entity\Lang | No errors. |
| PrestaShopBundle\Entity\Employee\EmployeeSession | No errors. |
| PrestaShopBundle\Entity\Employee\AuthorizationRole | No errors. |
| PrestaShopBundle\Entity\Translation | No errors. |
| PrestaShopBundle\Entity\Shop | No errors. |
| PrestaShopBundle\Entity\Tab | No errors. |