Query Metrics
17
Database Queries
6
Different statements
4.52 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.37 ms (0.00%) |
10 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.text AS text_3, t0.name AS name_4, t0.has_image AS has_image_5, t0.image AS image_6, t0.title_en AS title_en_7, t0.text_en AS text_en_8 FROM block t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"header"
]
|
|
0.91 ms (0.00%) |
3 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.text AS text_3, t0.name AS name_4 FROM page t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"conditions"
]
|
|
0.44 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.adress AS adress_3, t0.zip_code AS zip_code_4, t0.city AS city_5, t0.longitude AS longitude_6, t0.latitude AS latitude_7, t0.country AS country_8, t0.phone AS phone_9, t0.email AS email_10, t0.link AS link_11, t0.company_id AS company_id_12 FROM agency t0 ORDER BY t0.id DESC
Parameters:
[] |
|
0.32 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.firstname AS firstname_2, t0.lastname AS lastname_3, t0.description AS description_4, t0.work AS work_5, t0.email AS email_6, t0.phone AS phone_7, t0.image AS image_8, t0.position AS position_9, t0.description_en AS description_en_10, t0.prefix_phone AS prefix_phone_11 FROM member t0 ORDER BY t0.position ASC
Parameters:
[] |
|
0.26 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.location AS location_3, t0.description AS description_4, t0.link AS link_5 FROM job t0 ORDER BY t0.id DESC
Parameters:
[] |
|
0.22 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.logo AS logo_2, t0.name AS name_3, t0.description AS description_4, t0.link AS link_5, t0.img_marker AS img_marker_6, t0.description_en AS description_en_7 FROM `group` t0 ORDER BY t0.id DESC
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\Member | No errors. |
| App\Entity\Job | No errors. |
| App\Entity\Block | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\Group | No errors. |
| App\Entity\Agency | No errors. |