Query Metrics
34
Database Queries
4
Different statements
395.53 ms
Query time
1
Invalid entities
98
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
382.22 ms (96.64%) |
16 |
SELECT COUNT(c0_.id) AS sclr_0 FROM car c0_ INNER JOIN brand b1_ ON c0_.brand_id = b1_.id WHERE LOWER(b1_.mark_id) = ? AND c0_.is_bought = false AND c0_.city_id = ? AND c0_.is_new = ?
Parameters:
[ "gac" 1 1 ] |
|
11.48 ms (2.90%) |
16 |
SELECT MIN(c0_.price) AS sclr_0 FROM car c0_ INNER JOIN brand b1_ ON c0_.brand_id = b1_.id WHERE LOWER(b1_.mark_id) = ? AND c0_.is_bought = false AND c0_.city_id = ? AND c0_.is_new = ?
Parameters:
[ "gac" 1 1 ] |
|
1.39 ms (0.35%) |
1 |
SELECT b0_.id AS id_0, b0_.mark_id AS mark_id_1, b0_.image AS image_2, b0_.type AS type_3, b0_.external_id AS external_id_4, b0_.map_images AS map_images_5 FROM brand b0_ INNER JOIN brand_city b2_ ON b0_.id = b2_.brand_id INNER JOIN city c1_ ON c1_.id = b2_.city_id WHERE b0_.type IN (?, ?) AND c1_.id = ?
Parameters:
[ 1 3 "1" ] |
|
0.43 ms (0.11%) |
1 |
SELECT t0.id AS id_1, t0.mark_id AS mark_id_2, t0.image AS image_3, t0.type AS type_4, t0.external_id AS external_id_5, t0.map_images AS map_images_6 FROM brand t0
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\Brand | 98 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Brand | No errors. |
| App\Entity\City |
|
| App\Entity\Car | No errors. |
| App\Entity\SpecialOffer | No errors. |
| App\Entity\Dealer | No errors. |