Query Metrics
3
Database Queries
3
Different statements
1.02 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
0.50 ms (49.26%) |
1 |
SELECT i0_.name AS name_0, i0_.code AS code_1, i0_.id AS id_2, i0_.enable AS enable_3, i1_.name AS name_4, i1_.id AS id_5, i2_.name AS name_6, i2_.code AS code_7, i2_.id AS id_8, i3_.name AS name_9, i3_.symbol AS symbol_10, i3_.code AS code_11, i3_.exchange_rate AS exchange_rate_12, i3_.id AS id_13, i0_.zone_id AS zone_id_14, i0_.language_id AS language_id_15, i0_.currency_id AS currency_id_16 FROM i18n_country i0_ INNER JOIN i18n_zone i1_ ON i0_.zone_id = i1_.id INNER JOIN i18n_language i2_ ON i0_.language_id = i2_.id INNER JOIN i18n_currency i3_ ON i0_.currency_id = i3_.id WHERE i0_.id = ?
Parameters:
[
1
]
|
0.26 ms (25.66%) |
1 |
SELECT i0_.name AS name_0, i0_.code AS code_1, i0_.id AS id_2, i0_.enable AS enable_3, i0_.zone_id AS zone_id_4, i0_.language_id AS language_id_5, i0_.currency_id AS currency_id_6 FROM i18n_country i0_
Parameters:
[] |
0.26 ms (25.08%) |
1 |
SELECT c0_.id AS id_0 FROM customer_group c0_
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\i18n\Entity\Country | No errors. |
App\i18n\Entity\Zone | No errors. |
App\i18n\Entity\Language | No errors. |
App\i18n\Entity\Currency | No errors. |
App\Customer\Entity\Group | No errors. |