Query Metrics
6
Database Queries
5
Different statements
3.39 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.64 ms |
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 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"mobile-app-development"
]
|
2 | 0.64 ms |
SELECT t0.name AS name_1, t0.metadata AS metadata_2, t0.description AS description_3, t0.price AS price_4, t0.discount AS discount_5, t0.active AS active_6, t0.can_ship AS can_ship_7, t0.slug AS slug_8, t0.id AS id_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.category_id AS category_id_12, t0.created_by_id AS created_by_id_13, t0.product_id AS product_id_14 FROM product t0 WHERE t0.category_id = ?
Parameters:
[
3
]
|
3 | 0.54 ms |
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:
[] |
4 | 0.61 ms |
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"
]
|
5 | 0.49 ms |
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"
]
|
6 | 0.47 ms |
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. |