Query Metrics
4
Database Queries
3
Different statements
2.46 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
1.22 ms (49.72%) |
2 |
SELECT t0.status AS status_1, t0.accepted_terms_at AS accepted_terms_at_2, t0.public_accessable AS public_accessable_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.customer_id AS customer_id_7, t0.source_id AS source_id_8, t0.billing_id AS billing_id_9, t0.shipping_id AS shipping_id_10 FROM `order` t0 WHERE t0.id IS NULL AND t0.status = ? LIMIT 1
Parameters:
[
"cart"
]
|
0.70 ms (28.38%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.lft AS lft_3, t0.rgt AS rgt_4, t0.root AS root_5, t0.lvl AS lvl_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.content AS content_9, t0.slug AS slug_10, t0.parent_id AS parent_id_11, t0.created_by_id AS created_by_id_12 FROM category t0
Parameters:
[] |
0.54 ms (21.90%) |
1 |
SELECT t0.id AS id_1, t0.icon AS icon_2, t0.link AS link_3, t0.alt AS alt_4 FROM social_media 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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Category | No errors. |
App\Entity\User | No errors. |
App\Entity\Post | No errors. |
App\Entity\Product | No errors. |
App\Entity\Order | No errors. |
App\Entity\Customer | No errors. |
App\Entity\Source | No errors. |
App\Entity\Address | No errors. |
App\Entity\SocialMedia | No errors. |