Query Metrics
1
Database Queries
1
Different statements
3.16 ms
Query time
3
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 3.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.time_zone AS time_zone_3, t0.activity AS activity_4, t0.supported_practice_type AS supported_practice_type_5, t0.supported_bike_type AS supported_bike_type_6, t0.services_provided AS services_provided_7, t0.electric_bike_accepted AS electric_bike_accepted_8, t0.supported_motor_brands AS supported_motor_brands_9, t0.supported_brands AS supported_brands_10, t0.motor_position AS motor_position_11, t0.social_network_links AS social_network_links_12, t0.description AS description_13, t0.contact AS contact_14, t0.booking_type AS booking_type_15, t0.status AS status_16, t0.opening_hours AS opening_hours_17, t0.time_slots AS time_slots_18, t0.availability_calendar AS availability_calendar_19, t0.location AS location_20, t0.gallery AS gallery_21, t0.schedule AS schedule_22, t0.service_pricing AS service_pricing_23, t0.created_at AS created_at_24, t0.updated_at AS updated_at_25, t0.avatar_path AS avatar_path_26, t0.city AS city_27, t0.postal_code AS postal_code_28, t0.lat AS lat_29, t0.lng AS lng_30, t0.radius AS radius_31, t0.next_available_date AS next_available_date_32, t0.bike_type_keys AS bike_type_keys_33, t0.services_provided_keys AS services_provided_keys_34, t0.practice_type_keys AS practice_type_keys_35, t0.motor_brands AS motor_brands_36, t0.motor_positions AS motor_positions_37, t0.country AS country_38, t0.address AS address_39, t0.company_name AS company_name_40, t0.siret AS siret_41, t0.num_vat AS num_vat_42, t0.rate_vat AS rate_vat_43, t0.billing_address AS billing_address_44, t0.shipping_address AS shipping_address_45, t0.billing_mail AS billing_mail_46, t0.kbis_name AS kbis_name_47, t0.rib_name AS rib_name_48, t0.assurance_name AS assurance_name_49, t0.kbis_path AS kbis_path_50, t0.rib_path AS rib_path_51, t0.assurance_path AS assurance_path_52, t0.currency AS currency_53, t0.quote_footer AS quote_footer_54, t0.invoice_footer AS invoice_footer_55, t0.warranty_brands AS warranty_brands_56, t57.id AS id_58, t57.date AS date_59, t57.mileage AS mileage_60, t57.malfunction AS malfunction_61, t57.comment AS comment_62, t57.next_recommended_visit AS next_recommended_visit_63, t57.interventions AS interventions_64, t57.workshop_id AS workshop_id_65, t57.appointment_id AS appointment_id_66, t57.bike_id AS bike_id_67, t68.id AS id_69, t68.stripe_account_id AS stripe_account_id_70, t68.stripe_charges_enabled AS stripe_charges_enabled_71, t68.stripe_payouts_enabled AS stripe_payouts_enabled_72, t68.workshop_id AS workshop_id_73 FROM workshop t0 LEFT JOIN bike_history t57 ON t57.workshop_id = t0.id LEFT JOIN workshop_stripe_binding t68 ON t68.workshop_id = t0.id WHERE t0.id = ? LIMIT 1
Parameters:
[
"26ceeff2-2087-484e-a39a-d3ffa618af94"
]
|
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 |
|---|
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Workshop |
|
| App\Entity\BikeHistory | No errors. |
| App\Entity\Appointment |
|
| App\Entity\Bike |
|
| App\Entity\StripeWorkshopBinding | No errors. |