Query Metrics
21
Database Queries
8
Different statements
50.96 ms
Query time
0
Invalid entities
97
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
19.68 ms (38.61%) |
1 |
SELECT COUNT(f0_.id) AS sclr_0 FROM franchise f0_ WHERE f0_.status IN (?, ?)
Parameters:
[ "a" "e" ] |
|
8.26 ms (16.21%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.fid AS fid_3, t0.email AS email_4, t0.username AS username_5, t0.fcode AS fcode_6, t0.password AS password_7, t0.center AS center_8, t0.address AS address_9, t0.city AS city_10, t0.country AS country_11, t0.zip AS zip_12, t0.email2 AS email2_13, t0.phone AS phone_14, t0.mobile AS mobile_15, t0.status AS status_16, t0.area AS area_17, t0.computer AS computer_18, t0.staff AS staff_19, t0.marks AS marks_20, t0.entry_date AS entry_date_21, t0.reg_date AS reg_date_22, t0.exp_date AS exp_date_23, t0.ffee AS ffee_24, t0.payment_id AS payment_id_25, t0.lat AS lat_26, t0.lang AS lang_27, t0.is_mobile_verified AS is_mobile_verified_28, t0.m_verify_code AS m_verify_code_29, t0.m_verify_date AS m_verify_date_30, t0.is_unsubscribe AS is_unsubscribe_31, t0.unsubscribe_key AS unsubscribe_key_32, t0.unsubscribe_on AS unsubscribe_on_33, t0.is_email_verified AS is_email_verified_34, t0.e_verify_code AS e_verify_code_35, t0.e_verify_date AS e_verify_date_36, t0.created_on AS created_on_37, t0.registred_on AS registred_on_38, t0.expiry_date AS expiry_date_39, t0.is_active AS is_active_40, t0.roles AS roles_41, t0.old_id AS old_id_42, t0.franchise_code AS franchise_code_43, t0.discount AS discount_44, t0.franchise_is_paid AS franchise_is_paid_45, t0.auto_login_key AS auto_login_key_46, t0.app_key AS app_key_47, t0.has_printing_power AS has_printing_power_48, t0.api_key AS api_key_49, t0.api_key_expired_on AS api_key_expired_on_50, t0.conversion_stage AS conversion_stage_51, t0.engagement_score AS engagement_score_52, t0.last_interaction_at AS last_interaction_at_53, t0.next_followup_at AS next_followup_at_54, t0.lead_source AS lead_source_55, t0.renewal_risk_level AS renewal_risk_level_56, t0.next_best_action AS next_best_action_57, t0.country_id AS country_id_58, t0.state_id AS state_id_59, t0.parent_partner_id AS parent_partner_id_60 FROM franchise t0 WHERE t0.status = ?
Parameters:
[
"a"
]
|
|
8.20 ms (16.10%) |
1 |
SELECT s0_.name AS name_0, COUNT(f1_.id) AS sclr_1 FROM franchise f1_ INNER JOIN state s0_ ON f1_.state_id = s0_.id WHERE f1_.status = ? GROUP BY s0_.name
Parameters:
[
"a"
]
|
|
7.25 ms (14.22%) |
13 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.body AS body_4, t0.keywords AS keywords_5, t0.description AS description_6, t0.url AS url_7, t0.target AS target_8, t0.is_home AS is_home_9, t0.rank AS rank_10, t0.is_published AS is_published_11, t0.old_id AS old_id_12, t0.menu_id AS menu_id_13 FROM page t0 WHERE t0.menu_id = ?
Parameters:
[
1
]
|
|
4.69 ms (9.19%) |
1 |
SELECT COUNT(s0_.id) AS sclr_0 FROM student s0_
Parameters:
[] |
|
1.69 ms (3.31%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.body AS body_4, t0.keywords AS keywords_5, t0.description AS description_6, t0.url AS url_7, t0.target AS target_8, t0.is_home AS is_home_9, t0.rank AS rank_10, t0.is_published AS is_published_11, t0.old_id AS old_id_12, t0.menu_id AS menu_id_13 FROM page t0 WHERE t0.is_home = ? LIMIT 1
Parameters:
[
1
]
|
|
0.82 ms (1.61%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.location AS location_3, t0.rank AS rank_4, t0.old_id AS old_id_5 FROM menu t0 WHERE t0.location = ? ORDER BY t0.rank ASC
Parameters:
[
"top"
]
|
|
0.38 ms (0.74%) |
1 |
SELECT t0.guid AS guid_1, t0.id AS id_2, t0.name AS name_3, t0.iso AS iso_4, t0.iso2 AS iso2_5, t0.iso_numeric AS iso_numeric_6, t0.phone_code AS phone_code_7, t0.currency_iso AS currency_iso_8, t0.activation_fee AS activation_fee_9, t0.renewal_fee AS renewal_fee_10, t0.minimum_fund_allowed AS minimum_fund_allowed_11, t0.capital_city AS capital_city_12, t0.is_active AS is_active_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM country t0 WHERE t0.is_active = ? ORDER BY t0.name 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\Franchise | 37 |
| App\Entity\Page | 33 |
| App\Entity\Menu | 14 |
| App\Entity\State | 11 |
| App\Entity\Country | 2 |