Query Metrics
4
Database Queries
4
Different statements
1.43 ms
Query time
0
Invalid entities
0
Managed entities
Queries
#▲ | Time | Info | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 0.39 ms |
SELECT t0._id AS _id_1, t0.name AS name_2, t0.type AS type_3, t0.country AS country_4, t0.date AS date_5, t0.feedback AS feedback_6, t0.dp AS dp_7, t0.placement AS placement_8, t0.ratings AS ratings_9, t0.createdOn AS createdOn_10, t0.updatedOn AS updatedOn_11 FROM testimonial t0 WHERE t0.placement = ? ORDER BY t0.createdOn DESC
Parameters:
[
"bookyourslot"
]
|
||||||||||||||||||||||||||||
2 | 0.30 ms |
SELECT t0._id AS _id_1, t0.title AS title_2, t0.createdOn AS createdOn_3, t0.updatedOn AS updatedOn_4 FROM faqcategory t0 ORDER BY t0.createdOn DESC
Parameters:
[]
|
||||||||||||||||||||||||||||
3 | 0.20 ms |
SELECT t0._id AS _id_1, t0.title AS title_2, t0.description AS description_3, t0.active AS active_4, t0.createdOn AS createdOn_5, t0.updatedOn AS updatedOn_6, t0.coupon_id AS coupon_id_7 FROM subscribe_popup t0 WHERE t0.active = ? LIMIT 1
Parameters:
[
1
]
|
||||||||||||||||||||||||||||
4 | 0.52 ms |
SELECT c0_._id AS _id_0, c0_.code AS code_1, c0_.value AS value_2, c0_.type AS type_3, c0_.userlimit AS userlimit_4, c0_.userlimitused AS userlimitused_5, c0_.active AS active_6, c0_.open AS open_7, c0_.expiresOn AS expiresOn_8, c0_.createdOn AS createdOn_9, c0_.updatedOn AS updatedOn_10 FROM coupon c0_ WHERE c0_.active = ? AND c0_.expiresOn > ? AND (c0_.userlimit > ? OR c0_.userlimit IS NULL) AND c0_.userlimit > c0_.userlimitused AND c0_.open = ? ORDER BY c0_.createdOn DESC
Parameters:
[ 1 "2025-08-28 12:24:05" 0 1 ]
|
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 |
---|
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Testimonial | No errors. |
App\Entity\FAQCategory | No errors. |
App\Entity\SubscribePopup | No errors. |
App\Entity\Coupon | No errors. |