Query Metrics
13
Database Queries
9
Different statements
6.09 ms
Query time
1
Invalid entities
58
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.57 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.full_name AS full_name_5, t0.mobile_no AS mobile_no_6, t0.designation AS designation_7, t0.department AS department_8, t0.password_hint AS password_hint_9, t0.user_code AS user_code_10, t0.user_company_id AS user_company_id_11, t0.customer_id AS customer_id_12 FROM user t0 WHERE t0.id = ?
Parameters:
[
12
]
|
| 2 | 0.64 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile_no AS mobile_no_4, t0.email AS email_5, t0.fsc AS fsc_6, t0.weight_perkg AS weight_perkg_7, t0.covid_charge_applicable AS covid_charge_applicable_8, t0.weight_perkg_rate AS weight_perkg_rate_9, t0.first_url AS first_url_10, t0.last_url AS last_url_11, t0.logo AS logo_12, t0.created_at AS created_at_13, t0.modified_at AS modified_at_14, t0.rate_type AS rate_type_15, t0.expedite AS expedite_16, t0.sro AS sro_17, t0.sro_charge AS sro_charge_18, t0.zone_rate_type AS zone_rate_type_19, t0.import_zone_rate_type AS import_zone_rate_type_20, t0.import_country_rate_type AS import_country_rate_type_21, t0.export_country_rate AS export_country_rate_22, t0.import_country_rate AS import_country_rate_23, t0.courier_master_rate AS courier_master_rate_24, t0.courier_type AS courier_type_25, t0.master_weight_perkg AS master_weight_perkg_26, t0.master_weight_perkg_rate AS master_weight_perkg_rate_27, t0.created_by_id AS created_by_id_28, t0.modified_by_id AS modified_by_id_29, t0.user_company_id AS user_company_id_30, t0.account_name_id AS account_name_id_31, t0.expense_account_name_id AS expense_account_name_id_32 FROM courier t0
Parameters:
[] |
| 3 | 0.53 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.attention_name AS attention_name_4, t0.attention_mobileno AS attention_mobileno_5, t0.email AS email_6, t0.account_no AS account_no_7, t0.invoice_no AS invoice_no_8, t0.opening_dues AS opening_dues_9, t0.invoice_period AS invoice_period_10, t0.rate_type AS rate_type_11, t0.fsc AS fsc_12, t0.currency AS currency_13, t0.rate_currency AS rate_currency_14, t0.customer_invoice AS customer_invoice_15, t0.credit_limit AS credit_limit_16, t0.created_at AS created_at_17, t0.modified_at AS modified_at_18, t0.dti_automation_charge AS dti_automation_charge_19, t0.customer_type AS customer_type_20, t0.last_received_amount AS last_received_amount_21, t0.previous_dues_amount AS previous_dues_amount_22, t0.receive_type AS receive_type_23, t0.import_fsc AS import_fsc_24, t0.weight_perkg_rate AS weight_perkg_rate_25, t0.passbook_weight AS passbook_weight_26, t0.short_name AS short_name_27, t0.sales_rate AS sales_rate_28, t0.candf_vat AS candf_vat_29, t0.created_by_id AS created_by_id_30, t0.modified_by_id AS modified_by_id_31, t0.user_company_id AS user_company_id_32 FROM customer t0 WHERE t0.user_company_id = ? ORDER BY t0.name ASC
Parameters:
[
1
]
|
| 4 | 0.56 ms |
SELECT count(s0_.id) AS sclr_0 FROM shipment s0_ LEFT JOIN user u1_ ON s0_.created_by_id = u1_.id WHERE s0_.accepted = 0
Parameters:
[] |
| 5 | 0.51 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.step AS step_3 FROM tracking_status t0
Parameters:
[] |
| 6 | 0.35 ms |
SELECT t0.id AS id_1, t0.payment_date AS payment_date_2, t0.payment_amount AS payment_amount_3, t0.vendor AS vendor_4, t0.memo_no AS memo_no_5, t0.money_receipt AS money_receipt_6, t0.cheque_no AS cheque_no_7, t0.remarks AS remarks_8, t0.voucher_no AS voucher_no_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11, t0.narration AS narration_12, t0.ledger_reference AS ledger_reference_13, t0.approval_status AS approval_status_14, t0.current_approval_level AS current_approval_level_15, t0.current_step_name AS current_step_name_16, t0.debit_account_id AS debit_account_id_17, t0.credit_account_id AS credit_account_id_18, t0.created_by_id AS created_by_id_19, t0.modified_by_id AS modified_by_id_20, t0.user_company_id AS user_company_id_21, t0.vendor_bill_id AS vendor_bill_id_22 FROM payment_voucher t0 WHERE t0.id = ?
Parameters:
[
"7"
]
|
| 7 | 0.39 ms |
SELECT t0.id AS id_1, t0.module_type AS module_type_2, t0.level AS level_3, t0.approver_role AS approver_role_4, t0.is_active AS is_active_5, t0.description AS description_6, t0.step_name AS step_name_7, t0.specific_approver_id AS specific_approver_id_8 FROM approval_workflow_config t0 WHERE t0.module_type = ? AND t0.is_active = ? ORDER BY t0.level ASC
Parameters:
[ "payment_voucher" 1 ] |
| 8 | 0.41 ms |
SELECT t0.id AS id_1, t0.module_type AS module_type_2, t0.record_id AS record_id_3, t0.level AS level_4, t0.status AS status_5, t0.remarks AS remarks_6, t0.created_at AS created_at_7, t0.action_at AS action_at_8, t0.step_name AS step_name_9, t0.action_by_id AS action_by_id_10 FROM approval_log t0 WHERE t0.module_type = ? AND t0.record_id = ? ORDER BY t0.created_at ASC
Parameters:
[ "payment_voucher" 7 ] |
| 9 | 0.45 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile_no AS mobile_no_4, t0.email AS email_5, t0.phone AS phone_6, t0.website AS website_7, t0.logo_path AS logo_path_8, t0.bin_no AS bin_no_9, t0.payment_note AS payment_note_10, t0.logo_height AS logo_height_11, t0.heading_size AS heading_size_12, t0.short_name AS short_name_13, t0.tinno AS tinno_14, t0.remittence_account AS remittence_account_15, t0.invoice_enquery AS invoice_enquery_16, t0.customer_rate AS customer_rate_17, t0.cash_shipment AS cash_shipment_18, t0.cash_shipment_invoice AS cash_shipment_invoice_19, t0.currency_cash_shipment AS currency_cash_shipment_20, t0.company_courier_id AS company_courier_id_21 FROM user_company t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 10 | 0.48 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.mobile_no AS mobile_no_4, t0.email AS email_5, t0.fsc AS fsc_6, t0.weight_perkg AS weight_perkg_7, t0.covid_charge_applicable AS covid_charge_applicable_8, t0.weight_perkg_rate AS weight_perkg_rate_9, t0.first_url AS first_url_10, t0.last_url AS last_url_11, t0.logo AS logo_12, t0.created_at AS created_at_13, t0.modified_at AS modified_at_14, t0.rate_type AS rate_type_15, t0.expedite AS expedite_16, t0.sro AS sro_17, t0.sro_charge AS sro_charge_18, t0.zone_rate_type AS zone_rate_type_19, t0.import_zone_rate_type AS import_zone_rate_type_20, t0.import_country_rate_type AS import_country_rate_type_21, t0.export_country_rate AS export_country_rate_22, t0.import_country_rate AS import_country_rate_23, t0.courier_master_rate AS courier_master_rate_24, t0.courier_type AS courier_type_25, t0.master_weight_perkg AS master_weight_perkg_26, t0.master_weight_perkg_rate AS master_weight_perkg_rate_27, t0.created_by_id AS created_by_id_28, t0.modified_by_id AS modified_by_id_29, t0.user_company_id AS user_company_id_30, t0.account_name_id AS account_name_id_31, t0.expense_account_name_id AS expense_account_name_id_32 FROM courier t0
Parameters:
[] |
| 11 | 0.51 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.attention_name AS attention_name_4, t0.attention_mobileno AS attention_mobileno_5, t0.email AS email_6, t0.account_no AS account_no_7, t0.invoice_no AS invoice_no_8, t0.opening_dues AS opening_dues_9, t0.invoice_period AS invoice_period_10, t0.rate_type AS rate_type_11, t0.fsc AS fsc_12, t0.currency AS currency_13, t0.rate_currency AS rate_currency_14, t0.customer_invoice AS customer_invoice_15, t0.credit_limit AS credit_limit_16, t0.created_at AS created_at_17, t0.modified_at AS modified_at_18, t0.dti_automation_charge AS dti_automation_charge_19, t0.customer_type AS customer_type_20, t0.last_received_amount AS last_received_amount_21, t0.previous_dues_amount AS previous_dues_amount_22, t0.receive_type AS receive_type_23, t0.import_fsc AS import_fsc_24, t0.weight_perkg_rate AS weight_perkg_rate_25, t0.passbook_weight AS passbook_weight_26, t0.short_name AS short_name_27, t0.sales_rate AS sales_rate_28, t0.candf_vat AS candf_vat_29, t0.created_by_id AS created_by_id_30, t0.modified_by_id AS modified_by_id_31, t0.user_company_id AS user_company_id_32 FROM customer t0 WHERE t0.user_company_id = ? ORDER BY t0.name ASC
Parameters:
[
1
]
|
| 12 | 0.43 ms |
SELECT count(s0_.id) AS sclr_0 FROM shipment s0_ LEFT JOIN user u1_ ON s0_.created_by_id = u1_.id WHERE s0_.accepted = 0
Parameters:
[] |
| 13 | 0.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.step AS step_3 FROM tracking_status 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\TrackingStatus | 21 |
| App\Entity\Customer | 16 |
| App\Entity\Courier | 6 |
| App\Entity\AccountName | 5 |
| App\Entity\User | 3 |
| App\Entity\ApprovalWorkflowConfig | 2 |
| App\Entity\ApprovalLog | 2 |
| App\Entity\UserCompany | 1 |
| App\Entity\PaymentVoucher | 1 |
| App\Entity\VendorBill | 1 |