Query Metrics
61
Database Queries
5
Different statements
1358.08 ms
Query time
0
Invalid entities
Grouped Statements
default connection
| Time▼ | Count | Info |
|---|---|---|
|
523.02 ms (38.51%) |
15 |
SELECT c0_.id AS id_0, c0_.id_warehouse AS id_warehouse_1, c0_.firstname AS firstname_2, c0_.lastname AS lastname_3, c0_.phone AS phone_4, c0_.date_order AS date_order_5, c0_.payment AS payment_6, c0_.date_add AS date_add_7, c0_.sms1_send AS sms1_send_8, c0_.sms2_send AS sms2_send_9, c0_.paid AS paid_10, c0_.id_order AS id_order_11, c0_.email AS email_12, c0_.date_delivered AS date_delivered_13, c0_.total AS total_14, c0_.date_send AS date_send_15, c0_.date_recep AS date_recep_16, c0_.qty_product AS qty_product_17, c0_.cancel AS cancel_18, c0_.date_cancel AS date_cancel_19, c0_.id_package_shipping_bo AS id_package_shipping_bo_20, c0_.comment AS comment_21 FROM c_and_c_order_history c0_ WHERE c0_.id_warehouse = ? AND c0_.date_delivered IS NULL AND c0_.date_recep IS NOT NULL AND c0_.date_cancel IS NULL
Parameters:
[
1
]
|
|
479.52 ms (35.31%) |
15 |
SELECT t0.id AS id_1, t0.id_warehouse AS id_warehouse_2, t0.firstname AS firstname_3, t0.lastname AS lastname_4, t0.phone AS phone_5, t0.date_order AS date_order_6, t0.payment AS payment_7, t0.date_add AS date_add_8, t0.sms1_send AS sms1_send_9, t0.sms2_send AS sms2_send_10, t0.paid AS paid_11, t0.id_order AS id_order_12, t0.email AS email_13, t0.date_delivered AS date_delivered_14, t0.total AS total_15, t0.date_send AS date_send_16, t0.date_recep AS date_recep_17, t0.qty_product AS qty_product_18, t0.cancel AS cancel_19, t0.date_cancel AS date_cancel_20, t0.id_package_shipping_bo AS id_package_shipping_bo_21, t0.comment AS comment_22 FROM c_and_c_order_history t0 WHERE t0.id_warehouse = ? AND t0.date_recep IS NULL
Parameters:
[
1
]
|
|
185.37 ms (13.65%) |
15 |
SELECT SUM(c0_.total) AS sclr_0 FROM c_and_c_order_history c0_ WHERE c0_.id_warehouse = ? AND c0_.paid = ?
Parameters:
[ 1 0 ] |
|
169.17 ms (12.46%) |
15 |
SELECT SUM(c0_.total) AS sclr_0 FROM c_and_c_order_history c0_ WHERE c0_.id_warehouse = ? AND c0_.date_delivered IS NULL
Parameters:
[
1
]
|
|
1.01 ms (0.07%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.last_login AS last_login_5, t0.firstname AS firstname_6, t0.lastname AS lastname_7, t0.active AS active_8 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
13
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| dashboard | doctrine.dbal.dashboard_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\User | No errors. |
| App\Entity\HistoryAction | No errors. |
| App\Entity\Gifts | No errors. |
| App\Entity\GiftHistory | No errors. |
| App\Entity\ScanHistory | No errors. |