Query Metrics
4
Database Queries
3
Different statements
8.51 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 7.34 ms |
SELECT t0.id AS id_1, t0.name_es AS name_es_2, t0.name_en AS name_en_3, t0.name_fr AS name_fr_4, t0.iso2 AS iso2_5, t0.iso3 AS iso3_6, t0.code AS code_7 FROM tkt_phone_code t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"34"
]
|
| 2 | 0.65 ms |
SELECT t0_.id AS id_0, t0_.name_es AS name_es_1, t0_.name_en AS name_en_2, t0_.name_fr AS name_fr_3, t0_.iso2 AS iso2_4, t0_.iso3 AS iso3_5, t0_.code AS code_6 FROM tkt_phone_code t0_ ORDER BY t0_.name_es ASC
Parameters:
[] |
| 3 | 0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.maintenance_mode AS maintenance_mode_3, t0.maintenance_title AS maintenance_title_4, t0.maintenance_subtitle AS maintenance_subtitle_5, t0.maintenance_text AS maintenance_text_6, t0.checkin_threshold_before AS checkin_threshold_before_7, t0.checkin_threshold_after AS checkin_threshold_after_8, t0.maximum_web_sales AS maximum_web_sales_9, t0.expire_web_sales AS expire_web_sales_10, t0.agenda AS agenda_11, t0.show_agenda AS show_agenda_12, t0.advice_title AS advice_title_13, t0.advice_content AS advice_content_14, t0.show_advice AS show_advice_15 FROM tkt_setting t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"lugo"
]
|
| 4 | 0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.maintenance_mode AS maintenance_mode_3, t0.maintenance_title AS maintenance_title_4, t0.maintenance_subtitle AS maintenance_subtitle_5, t0.maintenance_text AS maintenance_text_6, t0.checkin_threshold_before AS checkin_threshold_before_7, t0.checkin_threshold_after AS checkin_threshold_after_8, t0.maximum_web_sales AS maximum_web_sales_9, t0.expire_web_sales AS expire_web_sales_10, t0.agenda AS agenda_11, t0.show_agenda AS show_agenda_12, t0.advice_title AS advice_title_13, t0.advice_content AS advice_content_14, t0.show_advice AS show_advice_15 FROM tkt_setting t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"lugo"
]
|
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\Group | No errors. |
| App\Entity\PhoneCode | No errors. |
| App\Entity\Order | No errors. |
| App\Entity\Invoice | No errors. |
| App\Entity\Event | No errors. |
| App\Entity\Setting | No errors. |
| App\Entity\Presentation | No errors. |
| App\Entity\Cart | No errors. |
| App\Entity\Cart\Item | No errors. |
| App\Entity\Reservation | No errors. |
| App\Entity\Price | No errors. |
| App\Entity\Ticket | No errors. |