Query Metrics
21
Database Queries
10
Different statements
19.64 ms
Query time
1
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
3.96 ms (20.14%) |
4 |
SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.price AS price_3, t0.date_created AS date_created_4, t0.basic_premium AS basic_premium_5, t0.documentary_stamp_tax AS documentary_stamp_tax_6, t0.expanded_value_added_tax AS expanded_value_added_tax_7, t0.local_government_tax AS local_government_tax_8, t0.coc_verification_facility_fee AS coc_verification_facility_fee_9, t0.bayad_center_fee AS bayad_center_fee_10, t0.lto_interconnectivity_fee AS lto_interconnectivity_fee_11, t0.insurance_provider_id AS insurance_provider_id_12, t0.vehicle_category_id AS vehicle_category_id_13 FROM ctpl_package t0 WHERE t0.is_active = ? AND t0.vehicle_category_id = ? AND t0.insurance_provider_id = ? LIMIT 1
Parameters:
[ 1 b"\x01æ\t9ó░¿æı{ø\x1Cfì24" b"\x01‘\t9¢í;L¨úõÔ/\x1A.*" ] |
|
2.29 ms (11.66%) |
3 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_active AS is_active_3, t0.date_created AS date_created_4, t0.css_icon_class_name AS css_icon_class_name_5 FROM vehicle_category t0 WHERE t0.id = ?
Parameters:
[
b"\x01æ\t9ó░¿æı{ø\x1Cfì24"
]
|
|
2.03 ms (10.34%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.class_type AS class_type_4, t0.province_id AS province_id_5 FROM city t0
Parameters:
[] |
|
1.94 ms (9.89%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.date_created AS date_created_3, t0.is_primary AS is_primary_4, t0.is_active AS is_active_5, t0.logo_filename AS logo_filename_6 FROM insurance_provider t0 WHERE t0.is_active = ? AND t0.is_primary = ? LIMIT 1
Parameters:
[ 1 1 ] |
|
1.79 ms (9.09%) |
2 |
SELECT t0.id AS id_1, t0.day_of_week AS day_of_week_2, t0.am_opening_time AS am_opening_time_3, t0.am_closing_time AS am_closing_time_4, t0.pm_opening_time AS pm_opening_time_5, t0.pm_closing_time AS pm_closing_time_6, t0.inspection_center_id AS inspection_center_id_7 FROM inspection_center_schedule t0 WHERE t0.inspection_center_id = ?
Parameters:
[
b"\x01‘o†Xa\x1C±‡p\x046µ\x7F#¢"
]
|
|
1.74 ms (8.83%) |
2 |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.date_created AS date_created_3, t0.file_size AS file_size_4, t0.file_type AS file_type_5, t0.inspection_center_id AS inspection_center_id_6 FROM inspection_center_image t0 WHERE t0.inspection_center_id = ?
Parameters:
[
b"\x01‘o†Xa\x1C±‡p\x046µ\x7F#¢"
]
|
|
1.71 ms (8.70%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.inspection_center_id AS inspection_center_id_3 FROM inspection_center_perk t0 WHERE t0.inspection_center_id = ?
Parameters:
[
b"\x01‘o†Xa\x1C±‡p\x046µ\x7F#¢"
]
|
|
1.68 ms (8.56%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon_class AS icon_class_3 FROM amenity t0 INNER JOIN inspection_center_amenity ON t0.id = inspection_center_amenity.amenity_id WHERE inspection_center_amenity.inspection_center_id = ?
Parameters:
[
b"\x01‘o†Xa\x1C±‡p\x046µ\x7F#¢"
]
|
|
1.60 ms (8.13%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.date_created AS date_created_3, t0.status AS status_4, t0.price AS price_5, t0.description AS description_6, t0.inspection_center_id AS inspection_center_id_7, t0.vehicle_category_id AS vehicle_category_id_8 FROM package t0 WHERE t0.inspection_center_id = ?
Parameters:
[
b"\x01‘o†Xa\x1C±‡p\x046µ\x7F#¢"
]
|
|
0.92 ms (4.66%) |
1 |
SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.slug AS slug_2, i0_.address AS address_3, i0_.type AS type_4, i0_.latitude AS latitude_5, i0_.longitude AS longitude_6, i0_.status AS status_7, i0_.date_created AS date_created_8, i0_.logo_filename AS logo_filename_9, i0_.inspection_duration AS inspection_duration_10, i0_.with_onsite_lto AS with_onsite_lto_11, i0_.max_booking_per_time_slot AS max_booking_per_time_slot_12, i0_.max_booking_per_day AS max_booking_per_day_13, i0_.is_activated AS is_activated_14, i0_.city_id AS city_id_15 FROM inspection_center i0_ WHERE i0_.status = ?
Parameters:
[
1
]
|
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\City | No errors. |
| App\Entity\Province | No errors. |
| App\Entity\InspectionCenter | No errors. |
| App\Entity\Package | No errors. |
| App\Entity\InspectionCenterSchedule | No errors. |
| App\Entity\Amenity | No errors. |
| App\Entity\InspectionCenterImage | No errors. |
| App\Entity\InspectionCenterPerk | No errors. |
| App\Entity\InspectionBooking | No errors. |
| App\Entity\UserRole |
|
| App\Entity\UserRoleAccount | No errors. |
| App\Entity\InspectionCenterAccount | No errors. |
| App\Entity\AuditLog | No errors. |
| App\Entity\InsuranceProvider | No errors. |
| App\Entity\CtplPackage | No errors. |
| App\Entity\VehicleCategory | No errors. |
| App\Entity\PackageItem | No errors. |