Query Metrics
17
Database Queries
203.38 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.44 ms |
SELECT t0.title AS title_1, t0.content AS content_2, t0.category AS category_3, t0.tags AS tags_4, t0.price AS price_5, t0.email AS email_6, t0.first_name AS first_name_7, t0.last_name AS last_name_8, t0.tel AS tel_9, t0.zip AS zip_10, t0.city AS city_11, t0.street AS street_12, t0.created AS created_13, t0.top AS top_14, t0.gdpr AS gdpr_15, t0.gdpr_date AS gdpr_date_16, t0.extern_url AS extern_url_17, t0.mobil AS mobil_18, t0.remote AS remote_19, t0.extern_source AS extern_source_20, t0.extern_id AS extern_id_21, t0.locality AS locality_22, t0.user AS user_23, t0.id AS id_24, t0.views AS views_25 FROM annonce t0 WHERE t0.id = ?
Parameters: ['148394']
|
| 2 | 0.19 ms |
SELECT t0.title AS title_1, t0.parent AS parent_2, t0.corder AS corder_3, t0.id AS id_4, t0.icon AS icon_5 FROM category t0 WHERE t0.id = ? LIMIT 1
Parameters: [6]
|
| 3 | 199.24 ms |
SELECT t0.uri AS uri_1, t0.uri_mini AS uri_mini_2, t0.annonce_id AS annonce_id_3, t0.id AS id_4 FROM annonce_image t0 WHERE t0.annonce_id = ?
Parameters: [148394]
|
| 4 | 0.25 ms |
SELECT t0.title AS title_1, t0.parent AS parent_2, t0.corder AS corder_3, t0.id AS id_4, t0.icon AS icon_5 FROM category t0 WHERE t0.id = ? LIMIT 1
Parameters: [6]
|
| 5 | 0.25 ms |
SELECT t0.title AS title_1, t0.parent AS parent_2, t0.corder AS corder_3, t0.id AS id_4, t0.icon AS icon_5 FROM category t0 WHERE t0.parent IS NULL ORDER BY t0.corder ASC
Parameters: { }
|
| 6 | 0.26 ms |
SELECT t0.title AS title_1, t0.parent AS parent_2, t0.corder AS corder_3, t0.id AS id_4, t0.icon AS icon_5 FROM category t0 WHERE t0.parent IS NULL ORDER BY t0.corder ASC
Parameters: { }
|
| 7 | 0.18 ms |
SELECT t0.title AS title_1, t0.parent AS parent_2, t0.corder AS corder_3, t0.id AS id_4, t0.icon AS icon_5 FROM category t0 WHERE t0.id = ? LIMIT 1
Parameters: [6]
|
| 8 | 0.23 ms |
SELECT t0.title AS title_1, t0.parent AS parent_2, t0.corder AS corder_3, t0.id AS id_4, t0.icon AS icon_5 FROM category t0 WHERE t0.parent = ? ORDER BY t0.corder ASC
Parameters: [6]
|
| 9 | 0.22 ms |
SELECT t0.title AS title_1, t0.parent AS parent_2, t0.corder AS corder_3, t0.id AS id_4, t0.icon AS icon_5 FROM category t0 WHERE t0.parent = ? ORDER BY t0.corder ASC
Parameters: [6]
|
| 10 | 0.21 ms |
SELECT t0.title AS title_1, t0.parent AS parent_2, t0.corder AS corder_3, t0.id AS id_4, t0.icon AS icon_5 FROM category t0 WHERE t0.parent = ? ORDER BY t0.corder ASC
Parameters: [44]
|
| 11 | 0.23 ms |
SELECT t0.title AS title_1, t0.parent AS parent_2, t0.corder AS corder_3, t0.id AS id_4, t0.icon AS icon_5 FROM category t0 WHERE t0.parent = ? ORDER BY t0.corder ASC
Parameters: [45]
|
| 12 | 0.21 ms |
SELECT t0.title AS title_1, t0.parent AS parent_2, t0.corder AS corder_3, t0.id AS id_4, t0.icon AS icon_5 FROM category t0 WHERE t0.parent = ? ORDER BY t0.corder ASC
Parameters: [46]
|
| 13 | 0.27 ms |
SELECT count(a0_.id) AS sclr_0 FROM annonce a0_ WHERE a0_.category IN (?) AND a0_.gdpr = 1
Parameters: [['44', '45', '46']]
|
| 14 | 0.07 ms |
"START TRANSACTION"
Parameters: { }
|
| 15 | 0.26 ms |
UPDATE annonce SET views = ? WHERE id = ?
Parameters: [2252, 148394]
|
| 16 | 0.51 ms |
"COMMIT"
Parameters: { }
|
| 17 | 0.35 ms |
SELECT t0.username AS username_1, t0.password AS password_2, t0.firts_name AS firts_name_3, t0.last_name AS last_name_4, t0.tel AS tel_5, t0.zip AS zip_6, t0.city AS city_7, t0.street AS street_8, t0.email AS email_9, t0.roles AS roles_10, t0.mobil AS mobil_11, t0.id AS id_12 FROM user t0 WHERE t0.username = ? LIMIT 1
Parameters: [anon.]
|
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 |
|---|---|
| AppBundle\Entity\Annonce | No errors. |
| AppBundle\Entity\Category | No errors. |
| AppBundle\Entity\AnnonceImage | No errors. |
| AppBundle\Entity\User | No errors. |