Query Metrics
2
Database Queries
2
Different statements
0.81 ms
Query time
0
Invalid entities
1
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.43 ms (52.97%) |
1 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.order_id AS order_id_5, t0.meta AS meta_6 FROM editor_project t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"pfe:091340"
]
|
||||||||||||||||||||||||||||
|
0.38 ms (47.03%) |
1 |
SELECT e0_.id AS id_0, e0_.category_id AS category_id_1, e0_.product_id AS product_id_2, e0_.asset_id AS asset_id_3, e0_.original_name AS original_name_4, e0_.mime AS mime_5, e0_.bytes AS bytes_6, e0_.width AS width_7, e0_.height AS height_8, e0_.path_original AS path_original_9, e0_.path_thumb AS path_thumb_10, e0_.meta AS meta_11, e0_.source AS source_12, e0_.editor_ready_at AS editor_ready_at_13, e0_.status AS status_14, e0_.created_at AS created_at_15, e0_.project_id AS project_id_16 FROM editor_upload e0_ WHERE e0_.project_id = ? AND e0_.category_id = ? AND e0_.product_id = ? AND e0_.status IN (?) AND e0_.source = ? AND e0_.editor_ready_at IS NULL ORDER BY e0_.created_at DESC LIMIT 50
Parameters:
[ 505 2 1 "done" "phone" ]
|
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\Editor\Project | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Editor\Project | No errors. |
| App\Entity\Editor\Upload | No errors. |