Query Metrics
127
Database Queries
10
Different statements
129.91 ms
Query time
0
Invalid entities
914
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
43.87 ms (33.77%) |
40 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM style t0 INNER JOIN vinyl_style ON t0.id = vinyl_style.style_id WHERE vinyl_style.vinyl_id = ? ORDER BY t0.name ASC
Parameters:
[
224
]
|
|
40.37 ms (31.08%) |
40 |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.piste AS piste_3, t0.title AS title_4, t0.vinyl_id AS vinyl_id_5 FROM track t0 WHERE t0.vinyl_id = ?
Parameters:
[
224
]
|
|
37.46 ms (28.84%) |
40 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM promote t0 INNER JOIN product_promote ON t0.id = product_promote.promote_id WHERE product_promote.product_id = ?
Parameters:
[
224
]
|
|
1.57 ms (1.21%) |
1 |
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.slug AS slug_2 FROM artist a0_ ORDER BY a0_.name ASC
Parameters:
[] |
|
1.48 ms (1.14%) |
1 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2 FROM style s0_ ORDER BY s0_.name ASC
Parameters:
[] |
|
1.44 ms (1.11%) |
1 |
SELECT t0.id AS id_4, t0.ref AS ref_5, t0.designation AS designation_6, t0.created_at AS created_at_7, t0.price AS price_8, t0.updated_at AS updated_at_9, t0.promo AS promo_10, t0.description AS description_11, t0.slug AS slug_12, t0.quantity AS quantity_13, t0.weight AS weight_14, t0.category_id AS category_id_15, t0.category, t1.format AS format_16, t1.year AS year_17, t1.state AS state_18, t1.img AS img_19, t1.nb_items AS nb_items_20, t1.label_id AS label_id_21, t2.year AS year_22, t2.state AS state_23, t2.label_id AS label_id_24, t3.state AS state_25, t3.img AS img_26 FROM product t0 LEFT JOIN vinyl t1 ON t0.id = t1.id LEFT JOIN cd t2 ON t0.id = t2.id LEFT JOIN accessory t3 ON t0.id = t3.id INNER JOIN product_promote ON t0.id = product_promote.product_id WHERE product_promote.promote_id = ? ORDER BY t0.created_at DESC
Parameters:
[
3
]
|
|
0.97 ms (0.74%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.start_at AS start_at_4, t0.end_at AS end_at_5 FROM params t0
Parameters:
[] |
|
0.96 ms (0.74%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM promote t0 WHERE t0.id = ?
Parameters:
[
3
]
|
|
0.93 ms (0.71%) |
1 |
SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.slug AS slug_2 FROM label l0_ ORDER BY l0_.name ASC
Parameters:
[] |
|
0.87 ms (0.67%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM style t0 ORDER BY t0.name ASC
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Artist | 463 |
| App\Entity\Label | 221 |
| App\Entity\Track | 144 |
| App\Entity\Product | 55 |
| App\Entity\Style | 22 |
| App\Entity\Promote | 4 |
| App\Entity\Params | 4 |
| App\Entity\Category | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Style | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\Vinyl | No errors. |
| App\Entity\Cd | No errors. |
| App\Entity\Label | No errors. |
| App\Entity\Artist | No errors. |
| App\Entity\Promote | No errors. |
| App\Entity\Accessory | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Detail | No errors. |
| App\Entity\Track | No errors. |
| App\Entity\Params | No errors. |