Query Metrics
11
Database Queries
5
Different statements
6.74 ms
Query time
1
Invalid entities
20
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
3.36 ms (49.85%) |
6 |
SELECT t0.id AS id_1, t0.commission_rate AS commission_rate_2, t0.partner_since AS partner_since_3, t0.is_active AS is_active_4, t0.contact_email AS contact_email_5, t0.contact_phone AS contact_phone_6, t0.contract_file AS contract_file_7, t0.contract_details AS contract_details_8, t0.business_id AS business_id_9 FROM business_partner t0 WHERE t0.business_id = ?
Parameters:
[
13
]
|
||||||||||||||||||||||||||||||
|
1.23 ms (18.30%) |
1 |
SELECT b0_.id AS id_0, b0_.nom_activite AS nom_activite_1, b0_.description AS description_2, b0_.adresse AS adresse_3, b0_.telephone AS telephone_4, b0_.logo AS logo_5, b0_.slug AS slug_6, b0_.is_visible AS is_visible_7, b0_.nombre_visit AS nombre_visit_8, b0_.created_at AS created_at_9, b0_.updated_at AS updated_at_10, b0_.code AS code_11, b0_.ville AS ville_12, b0_.localisation AS localisation_13, b0_.subscription_status AS subscription_status_14, b0_.grace_period_started_at AS grace_period_started_at_15, b0_.business_creer_par_id AS business_creer_par_id_16, b0_.settings_id AS settings_id_17, b0_.qr_code_id AS qr_code_id_18, b0_.type_business_id AS type_business_id_19 FROM business b0_ LEFT JOIN type_business t1_ ON b0_.type_business_id = t1_.id WHERE b0_.is_visible = ? ORDER BY b0_.created_at DESC LIMIT 6
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||
|
0.83 ms (12.24%) |
2 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.is_actif AS is_actif_5, t0.creer_by_admin_id AS creer_by_admin_id_6, t0.delete_by_admin_id AS delete_by_admin_id_7 FROM type_business t0 WHERE t0.id = ?
Parameters:
[
6
]
|
||||||||||||||||||||||||||||||
|
0.68 ms (10.07%) |
1 |
SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.email_principal AS email_principal_3, t0.email_contact AS email_contact_4, t0.telephone AS telephone_5, t0.whatsapp AS whatsapp_6, t0.adresse AS adresse_7, t0.facebook AS facebook_8, t0.instagram AS instagram_9, t0.twitter AS twitter_10, t0.is_maintenance_mode AS is_maintenance_mode_11, t0.maintenance_message AS maintenance_message_12, t0.logo AS logo_13, t0.description AS description_14 FROM global_setting t0 LIMIT 1
Parameters:
[] |
||||||||||||||||||||||||||||||
|
0.64 ms (9.54%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.slug AS slug_3, t0.created_at AS created_at_4, t0.is_actif AS is_actif_5, t0.creer_by_admin_id AS creer_by_admin_id_6, t0.delete_by_admin_id AS delete_by_admin_id_7 FROM type_business t0 WHERE t0.is_actif = ? ORDER BY t0.nom ASC
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Business | 6 |
| App\Entity\QrCode | 6 |
| App\Entity\TypeBusiness | 6 |
| App\Entity\GlobalSetting | 1 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\GlobalSetting | No errors. |
| App\Entity\Business | No errors. |
| App\Entity\TypeBusiness |
|
| App\Entity\User | No errors. |
| App\Entity\BusinessSettings | No errors. |
| App\Entity\QrCode | No errors. |
| App\Entity\Subscription | No errors. |
| App\Entity\BusinessPartner | No errors. |
| App\Entity\Menu | No errors. |
| App\Entity\Item | No errors. |
| App\Entity\Visit | No errors. |
| App\Entity\Payment | No errors. |
| App\Entity\PaymentRecord | No errors. |
| App\Entity\Invoice | No errors. |
| App\Entity\ServiceOrder | No errors. |
| App\Entity\BusinessPhone | No errors. |
| App\Entity\QrCodeMedia | No errors. |
| App\Entity\BusinessMember | No errors. |