Query Metrics
14
Database Queries
10
Different statements
71.59 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.63 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.created_at AS created_at_7, t0.last_connection AS last_connection_8 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"7!Vi!33shT!!K@ngP9W9"
]
|
2 | 0.35 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM api_key t0 WHERE t0.value = ? LIMIT 1
Parameters:
[
"7!Vi!33shT!!K@ngP9W9"
]
|
3 | 17.51 ms |
SELECT t0.id AS id_1, t0.reference AS reference_2, t0.address AS address_3, t0.address2 AS address2_4, t0.address3 AS address3_5, t0.zip_code AS zip_code_6, t0.town AS town_7, t0.insee_code AS insee_code_8, t0.phones AS phones_9, t0.mails AS mails_10, t0.website AS website_11, t0.lat AS lat_12, t0.lng AS lng_13, t0.zone AS zone_14, t0.name_fr AS name_fr_15, t0.name_en AS name_en_16, t0.description_fr AS description_fr_17, t0.description_en AS description_en_18, t0.type AS type_19, t0.has_price AS has_price_20, t0.has_schedule AS has_schedule_21, t0.is_open AS is_open_22, t0.display AS display_23, t0.pdm AS pdm_24, t0.created_at AS created_at_25, t0.updated_at AS updated_at_26, t0.anecdote_fr AS anecdote_fr_27, t0.anecdote_en AS anecdote_en_28, t0.groupment_touraine_hotels AS groupment_touraine_hotels_29, t0.name_de AS name_de_30, t0.description_de AS description_de_31, t0.name_nl AS name_nl_32, t0.description_nl AS description_nl_33, t0.name_it AS name_it_34, t0.description_it AS description_it_35, t0.name_es AS name_es_36, t0.description_es AS description_es_37, t0.name_pt AS name_pt_38, t0.description_pt AS description_pt_39, t40.id AS id_41, t40.username AS username_42, t40.has_concierge AS has_concierge_43, t40.password_concierge AS password_concierge_44, t40.has_welcomer AS has_welcomer_45, t40.password_welcomer AS password_welcomer_46, t40.uuid AS uuid_47, t40.element_id AS element_id_48, t49.id AS id_50, t49.rooms AS rooms_51, t49.score AS score_52, t49.element_id AS element_id_53, t0.th_member_id AS th_member_id_54, t55.id AS id_56, t55.welcome_fr AS welcome_fr_57, t55.welcome_en AS welcome_en_58, t55.wifi AS wifi_59, t55.wifi_identifier AS wifi_identifier_60, t55.wifi_password AS wifi_password_61, t55.check_in AS check_in_62, t55.check_in_message_fr AS check_in_message_fr_63, t55.check_in_message_en AS check_in_message_en_64, t55.check_out AS check_out_65, t55.check_out_message_fr AS check_out_message_fr_66, t55.check_out_message_en AS check_out_message_en_67, t55.life_rules_fr AS life_rules_fr_68, t55.life_rules_en AS life_rules_en_69, t55.score AS score_70, t55.identifier AS identifier_71, t55.check_in_out_picture AS check_in_out_picture_72, t55.on_place_picture AS on_place_picture_73, t55.recommendations_picture AS recommendations_picture_74, t55.capacity AS capacity_75, t55.access_fr AS access_fr_76, t55.access_en AS access_en_77, t55.pets_allowed AS pets_allowed_78, t55.personal_recommendations_fr AS personal_recommendations_fr_79, t55.personal_recommendations_en AS personal_recommendations_en_80, t55.element_id AS element_id_81 FROM element t0 LEFT JOIN authorization t40 ON t40.element_id = t0.id LEFT JOIN type_hotel t49 ON t49.element_id = t0.id LEFT JOIN has_concierge t55 ON t55.element_id = t0.id WHERE t0.reference = ? LIMIT 1
Parameters:
[
"RESCEN037V50O0QX%2525252526amp%25252526amp&amp&amp"
]
|
4 | 1.04 ms |
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[] |
5 | 0.85 ms |
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[] |
6 | 0.28 ms |
SELECT DATABASE()
Parameters:
[] |
7 | 1.60 ms |
SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'gestdata-v2' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC
Parameters:
[] |
8 | 0.20 ms |
SELECT DATABASE()
Parameters:
[] |
9 | 46.32 ms |
SELECT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME /*!50116 , c.UPDATE_RULE, c.DELETE_RULE */ FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE k /*!50116 INNER JOIN INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME AND c.CONSTRAINT_SCHEMA = k.CONSTRAINT_SCHEMA */ WHERE k.TABLE_NAME = 'doctrine_migration_versions' AND k.TABLE_SCHEMA = 'gestdata-v2' ORDER BY k.ORDINAL_POSITION
Parameters:
[] |
10 | 0.43 ms |
SELECT DATABASE()
Parameters:
[] |
11 | 0.43 ms |
SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'gestdata-v2' ORDER BY SEQ_IN_INDEX ASC
Parameters:
[] |
12 | 1.31 ms |
SELECT t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
Parameters:
[] |
13 | 0.40 ms |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
14 | 0.23 ms |
SELECT DATABASE()
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 |
---|---|
App\Entity\User | No errors. |
App\Entity\ApiKey | No errors. |
App\Entity\Element | No errors. |
App\Entity\Authorization | No errors. |
App\Entity\TypeHotel | No errors. |
App\Entity\ThMember | No errors. |
App\Entity\HasConcierge | No errors. |
App\Entity\GoogleSearch | No errors. |
App\Entity\NomenclatureCode | No errors. |
App\Entity\Picture | No errors. |
App\Entity\Contact | No errors. |
App\Entity\ElementSource | No errors. |
App\Entity\Schedule | No errors. |
App\Entity\Price | No errors. |
App\Entity\ElementDistance | No errors. |
App\Entity\Favorite | No errors. |
App\Entity\Terminal | No errors. |
App\Entity\Information | No errors. |
App\Entity\Coordinates | No errors. |
App\Entity\Task | No errors. |
App\Entity\Manual | No errors. |
App\Entity\Error | No errors. |
App\Entity\ThCategory | No errors. |