Query Metrics
3
Database Queries
3
Different statements
3.90 ms
Query time
0
Invalid entities
3
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.51 ms (38.58%) |
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 "2026-02-20 18:11:47" "2026-02-20 18:11:47" ] |
|
1.28 ms (32.71%) |
1 |
SELECT t0.id AS id_1, t0.success_url AS success_url_2, t0.error_url AS error_url_3, t0.button_text AS button_text_4, t0.form_intro_text AS form_intro_text_5, t0.title AS title_6, t0.content AS content_7, t0.slug AS slug_8, t0.meta_title AS meta_title_9, t0.meta_description AS meta_description_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.active AS active_13, t0.deleted AS deleted_14 FROM landing_page t0 WHERE t0.slug = ? AND t0.deleted = ? AND t0.active = ? LIMIT 1
Parameters:
[ "success" 0 1 ] |
|
1.12 ms (28.71%) |
1 |
SELECT t0.id AS id_1, t0.html AS html_2, t0.title AS title_3, t0.content AS content_4, t0.slug AS slug_5, t0.active AS active_6, t0.deleted AS deleted_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM html_blocks t0 WHERE t0.title = ? AND t0.deleted = ? AND t0.active = ? LIMIT 1
Parameters:
[ "Footer Social Info And Links" 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 |
|---|---|
| App\Entity\StripeSubscriptionProduct | 1 |
| App\Entity\LandingPage | 1 |
| App\Entity\HtmlBlocks | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\StripeSubscriptionProduct | No errors. |
| App\Entity\LandingPage | No errors. |
| App\Entity\HtmlBlocks | No errors. |
| App\Entity\Enquiry | No errors. |