Query Metrics
2
Database Queries
2
Different statements
6.08 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 4.84 ms |
SELECT COUNT(o0_.id) AS sclr_0 FROM `order` o0_ WHERE o0_.company_id = ? AND o0_.is_deleted = ? AND o0_.user_created = ? LIMIT 1
Parameters:
[ 1 0 2 ]
|
||||||||||||||||||||||||||||||||
| 2 | 1.24 ms |
SELECT o0_.id AS id_0, o0_.company_id AS company_id_1, o0_.platform_id AS platform_id_2, o0_.source_id AS source_id_3, o0_.client_id AS client_id_4, o0_.client_work_point_id AS client_work_point_id_5, o0_.status_id AS status_id_6, o0_.payment_method_id AS payment_method_id_7, o0_.paid AS paid_8, o0_.production_day_id AS production_day_id_9, o0_.user_created AS user_created_10, o0_.date_created AS date_created_11, o0_.is_active AS is_active_12, c1_.name AS name_13, c1_.alias AS alias_14, c2_.name AS name_15, u3_.firstname AS firstname_16, u3_.lastname AS lastname_17, c4_.name AS name_18, c4_.color AS color_19, c5_.label AS label_20, p6_.date AS date_21, p6_.is_active AS is_active_22 FROM `order` o0_ LEFT JOIN user u3_ ON (o0_.user_created = u3_.id) LEFT JOIN client c1_ ON (o0_.client_id = c1_.id) LEFT JOIN client_work_point c2_ ON (o0_.client_work_point_id = c2_.id) LEFT JOIN config_order_status c4_ ON (o0_.status_id = c4_.id) LEFT JOIN config_payment_method c5_ ON (o0_.payment_method_id = c5_.id) LEFT JOIN production_day p6_ ON (o0_.production_day_id = p6_.id) WHERE o0_.company_id = ? AND o0_.user_created = ? AND o0_.is_deleted = ? ORDER BY o0_.id DESC LIMIT 12
Parameters:
[ 1 2 0 ]
|
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\Order | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Client | No errors. |
| App\Entity\ClientWorkPoint | No errors. |
| App\Entity\ConfigOrderStatus | No errors. |
| App\Entity\ConfigPaymentMethod | No errors. |
| App\Entity\ProductionDay | No errors. |