Query Metrics
36
Database Queries
4
Different statements
38.77 ms
Query time
0
Invalid entities
35
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
11.41 ms (29.43%) |
10 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.phone AS phone_7, t0.date_of_birth AS date_of_birth_8, t0.gender AS gender_9, t0.bio AS bio_10, t0.profile_picture AS profile_picture_11, t0.preferences AS preferences_12, t0.is_driver AS is_driver_13, t0.is_passenger AS is_passenger_14, t0.is_verified AS is_verified_15, t0.rating AS rating_16, t0.total_trips AS total_trips_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
1
]
|
||||||||||||||||||||||||
|
9.83 ms (25.35%) |
15 |
SELECT t0.id AS id_1, t0.pickup_address AS pickup_address_2, t0.pickup_latitude AS pickup_latitude_3, t0.pickup_longitude AS pickup_longitude_4, t0.status AS status_5, t0.number_of_seats AS number_of_seats_6, t0.total_price AS total_price_7, t0.payment_method AS payment_method_8, t0.payment_status AS payment_status_9, t0.passenger_note AS passenger_note_10, t0.driver_note AS driver_note_11, t0.created_at AS created_at_12, t0.confirmed_at AS confirmed_at_13, t0.cancelled_at AS cancelled_at_14, t0.cancellation_reason AS cancellation_reason_15, t0.trip_id AS trip_id_16, t0.passenger_id AS passenger_id_17 FROM booking t0 WHERE t0.trip_id = ?
Parameters:
[
1
]
|
||||||||||||||||||||||||
|
9.52 ms (24.55%) |
10 |
SELECT t0.id AS id_1, t0.brand AS brand_2, t0.model AS model_3, t0.year AS year_4, t0.color AS color_5, t0.license_plate AS license_plate_6, t0.seats AS seats_7, t0.features AS features_8, t0.insurance_document AS insurance_document_9, t0.created_at AS created_at_10, t0.owner_id AS owner_id_11 FROM vehicle t0 WHERE t0.id = ?
Parameters:
[
1
]
|
||||||||||||||||||||||||
|
8.02 ms (20.67%) |
1 |
SELECT t0.id AS id_1, t0.departure_address AS departure_address_2, t0.departure_latitude AS departure_latitude_3, t0.departure_longitude AS departure_longitude_4, t0.arrival_address AS arrival_address_5, t0.arrival_latitude AS arrival_latitude_6, t0.arrival_longitude AS arrival_longitude_7, t0.departure_time AS departure_time_8, t0.estimated_arrival_time AS estimated_arrival_time_9, t0.available_seats AS available_seats_10, t0.price_per_seat AS price_per_seat_11, t0.status AS status_12, t0.is_recurring AS is_recurring_13, t0.recurrence_pattern AS recurrence_pattern_14, t0.preferences AS preferences_15, t0.women_only AS women_only_16, t0.instant_booking AS instant_booking_17, t0.distance AS distance_18, t0.notes AS notes_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.driver_id AS driver_id_22, t0.vehicle_id AS vehicle_id_23 FROM trip 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\Trip | 15 |
| App\Entity\User | 10 |
| App\Entity\Vehicle | 10 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Trip | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Vehicle | No errors. |
| App\Entity\Booking | No errors. |
| App\Entity\Review | No errors. |