Query Metrics
5
Database Queries
4
Different statements
65.25 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 10.44 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.slug = ? LIMIT 1
Parameters:
[
"startup-business"
]
|
2 | 25.49 ms |
SELECT t0.duration AS duration_1, t0.amount AS amount_2, t0.active AS active_3, t0.id AS id_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.item_id AS item_id_7 FROM installment t0 WHERE t0.item_id = ?
Parameters:
[
1
]
|
3 | 9.38 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"
]
|
4 | 14.84 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 | 5.11 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\Product | No errors. |
App\Entity\Category | No errors. |
App\Entity\User | No errors. |
App\Entity\OrderItem | No errors. |
App\Entity\Installment | 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. |