Query Metrics
3
Database Queries
3
Different statements
1.39 ms
Query time
0
Invalid entities
28
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.71 ms |
SELECT v0_.id AS id_0, v0_.title AS title_1, v0_.slug AS slug_2, v0_.description AS description_3, v0_.price AS price_4, v0_.year AS year_5, v0_.mileage AS mileage_6, v0_.fuel AS fuel_7, v0_.transmission AS transmission_8, v0_.power AS power_9, v0_.length AS length_10, v0_.width AS width_11, v0_.height AS height_12, v0_.sleeping_capacity AS sleeping_capacity_13, v0_.location AS location_14, v0_.status AS status_15, v0_.featured AS featured_16, v0_.created_at AS created_at_17, v0_.updated_at AS updated_at_18, v1_.id AS id_19, v1_.filename AS filename_20, v1_.position AS position_21, v1_.vehicle_id AS vehicle_id_22 FROM vehicle v0_ LEFT JOIN vehicle_image v1_ ON v0_.id = v1_.vehicle_id ORDER BY v0_.created_at DESC, v1_.position ASC
Parameters:
[]
|
||||||||||||||||||||||||||||
| 2 | 0.42 ms |
SELECT t0_.id AS id_0, t0_.first_name AS first_name_1, t0_.last_name AS last_name_2, t0_.content AS content_3, t0_.image AS image_4, t0_.anonymous AS anonymous_5, t0_.status AS status_6, t0_.admin_created AS admin_created_7, t0_.created_at AS created_at_8, t0_.approved_at AS approved_at_9, t0_.rejected_at AS rejected_at_10 FROM testimonial t0_ WHERE t0_.status = ? ORDER BY t0_.created_at DESC
Parameters:
[
"approved"
]
|
||||||||||||||||||||||||||||
| 3 | 0.26 ms |
SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.phone AS phone_3, t0.email AS email_4, t0.address AS address_5, t0.messenger_link AS messenger_link_6, t0.facebook_link AS facebook_link_7, t0.instagram_link AS instagram_link_8, t0.hero_title AS hero_title_9, t0.hero_subtitle AS hero_subtitle_10 FROM site_settings t0 LIMIT 1
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\Vehicle | 24 |
| App\Entity\Testimonial | 3 |
| App\Entity\SiteSettings | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Vehicle | No errors. |
| App\Entity\VehicleImage | No errors. |
| App\Entity\Testimonial | No errors. |
| App\Entity\SiteSettings | No errors. |