Query Metrics
3
Database Queries
3
Different statements
3.37 ms
Query time
0
Invalid entities
4
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.30 ms (38.65%) |
1 |
SELECT t0.components AS components_1, t0.extraUrlsegments AS extraUrlsegments_2, t0.htmlblocks AS htmlblocks_3, t0.slug AS slug_4, t0.id AS id_5, t0.navtitle AS navtitle_6, t0.url AS url_7, t0.viewable_from AS viewable_from_8, t0.title AS title_9, t0.content AS content_10, t0.subtitle AS subtitle_11, t0.meta_title AS meta_title_12, t0.meta_description AS meta_description_13, t0.active AS active_14, t0.deleted AS deleted_15, t0.image AS image_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18, t0.update_by AS update_by_19, t0.parent AS parent_20, t0.template_id AS template_id_21 FROM page t0 WHERE t0.slug = ? AND t0.deleted = ? AND t0.active = ? LIMIT 1
Parameters:
[ "home" 0 1 ] |
|
1.28 ms (38.05%) |
1 |
SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.stripe_id AS stripe_id_2, s0_.is_test AS is_test_3, s0_.valid_from AS valid_from_4, s0_.valid_to AS valid_to_5, s0_.monthly_eur AS monthly_eur_6, s0_.monthly_eur_display_price AS monthly_eur_display_price_7, s0_.annually_eur AS annually_eur_8, s0_.annually_eur_display_price AS annually_eur_display_price_9, s0_.monthly_gbp AS monthly_gbp_10, s0_.monthly_gbp_display_price AS monthly_gbp_display_price_11, s0_.annually_gbp AS annually_gbp_12, s0_.annually_gbp_display_price AS annually_gbp_display_price_13 FROM stripe_subscription_product s0_ WHERE s0_.is_test = ? AND (s0_.valid_from <= ? AND s0_.valid_to >= ?) ORDER BY s0_.valid_to ASC LIMIT 1
Parameters:
[ 1 "2025-12-12 00:28:11" "2025-12-12 00:28:11" ] |
|
0.79 ms (23.30%) |
1 |
SELECT p0_.id AS id_0, p0_.slug AS slug_1 FROM page p0_
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Page | 1 |
| App\Entity\User | 1 |
| App\Entity\Templates | 1 |
| App\Entity\StripeSubscriptionProduct | 1 |