Query Metrics
3
Database Queries
3
Different statements
23.82 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 7.08 ms |
SELECT r0_.id AS id_0, r0_.id_levelapp AS id_levelapp_1, r0_.name AS name_2, r0_.phone AS phone_3, r0_.email AS email_4, r0_.address AS address_5, r0_.address2 AS address2_6, r0_.zipcode AS zipcode_7, r0_.city AS city_8, r0_.lattitude AS lattitude_9, r0_.longitude AS longitude_10, r0_.country AS country_11, r0_.click_and_collect_enabled AS click_and_collect_enabled_12, r0_.kiosk_enabled AS kiosk_enabled_13, r0_.drive_enabled AS drive_enabled_14, r0_.delivery_enabled AS delivery_enabled_15, r0_.monday_open AS monday_open_16, r0_.monday_close AS monday_close_17, r0_.tuesday_open AS tuesday_open_18, r0_.tuesday_close AS tuesday_close_19, r0_.wednesday_open AS wednesday_open_20, r0_.wednesday_close AS wednesday_close_21, r0_.thursday_open AS thursday_open_22, r0_.thursday_close AS thursday_close_23, r0_.friday_open AS friday_open_24, r0_.friday_close AS friday_close_25, r0_.saturday_open AS saturday_open_26, r0_.saturday_close AS saturday_close_27, r0_.sunday_open AS sunday_open_28, r0_.sunday_close AS sunday_close_29, r0_.promo AS promo_30 FROM restaurant r0_ WHERE r0_.lattitude IS NOT NULL AND r0_.longitude IS NOT NULL AND (r0_.country = 'BE' OR r0_.country = 'NL' OR r0_.country = 'LU') ORDER BY r0_.id ASC
Parameters:
[] |
2 | 7.83 ms |
SELECT t0.id AS id_1, t0.chapo AS chapo_2, t0.bandeau AS bandeau_3, t0.titre AS titre_4, t0.texte AS texte_5, t0.allergenes AS allergenes_6, t0.photo AS photo_7, t0.langue AS langue_8 FROM en_ce_moment t0 WHERE t0.langue = ? LIMIT 1
Parameters:
[
"be"
]
|
3 | 8.91 ms |
SELECT t0.id AS id_1, t0.chapo AS chapo_2, t0.image AS image_3, t0.texte AS texte_4, t0.langue AS langue_5, t0.mentions AS mentions_6, t0.titre AS titre_7 FROM promo t0 WHERE t0.langue = ? LIMIT 1
Parameters:
[
"be"
]
|
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\Restaurant | No errors. |
App\Entity\EnCeMoment | No errors. |
App\Entity\Promo | No errors. |