Query Metrics
4
Database Queries
4
Different statements
2.94 ms
Query time
0
Invalid entities
3
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 1.02 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.short_description AS short_description_3, s0_.description AS description_4, s0_.image AS image_5, s0_.video_url AS video_url_6, s0_.pricing_type AS pricing_type_7, s0_.billing_mode AS billing_mode_8, s0_.price AS price_9, s0_.recurring_interval AS recurring_interval_10, s0_.min_engagement_months AS min_engagement_months_11, s0_.promo_price AS promo_price_12, s0_.promo_ends_at AS promo_ends_at_13, s0_.is_pack AS is_pack_14, s0_.is_published AS is_published_15, s0_.is_featured AS is_featured_16, s0_.position AS position_17, s0_.stripe_price_id AS stripe_price_id_18, s0_.stripe_promo_price_id AS stripe_promo_price_id_19, s0_.created_at AS created_at_20, s0_.updated_at AS updated_at_21 FROM service s0_ WHERE s0_.is_published = 1 AND s0_.is_featured = 1 ORDER BY s0_.position ASC LIMIT 3
Parameters:
[]
|
||||||||||||||||||||||||||||
| 2 | 0.84 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.short_description AS short_description_3, s0_.description AS description_4, s0_.image AS image_5, s0_.video_url AS video_url_6, s0_.pricing_type AS pricing_type_7, s0_.billing_mode AS billing_mode_8, s0_.price AS price_9, s0_.recurring_interval AS recurring_interval_10, s0_.min_engagement_months AS min_engagement_months_11, s0_.promo_price AS promo_price_12, s0_.promo_ends_at AS promo_ends_at_13, s0_.is_pack AS is_pack_14, s0_.is_published AS is_published_15, s0_.is_featured AS is_featured_16, s0_.position AS position_17, s0_.stripe_price_id AS stripe_price_id_18, s0_.stripe_promo_price_id AS stripe_promo_price_id_19, s0_.created_at AS created_at_20, s0_.updated_at AS updated_at_21 FROM service s0_ WHERE s0_.is_published = 1 AND s0_.promo_price IS NOT NULL AND (s0_.promo_ends_at IS NULL OR s0_.promo_ends_at > ?) ORDER BY s0_.position ASC LIMIT 3
Parameters:
[
"2026-05-21 02:04:11"
]
|
||||||||||||||||||||||||||||
| 3 | 0.82 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.short_description AS short_description_3, s0_.description AS description_4, s0_.image AS image_5, s0_.video_url AS video_url_6, s0_.pricing_type AS pricing_type_7, s0_.billing_mode AS billing_mode_8, s0_.price AS price_9, s0_.recurring_interval AS recurring_interval_10, s0_.min_engagement_months AS min_engagement_months_11, s0_.promo_price AS promo_price_12, s0_.promo_ends_at AS promo_ends_at_13, s0_.is_pack AS is_pack_14, s0_.is_published AS is_published_15, s0_.is_featured AS is_featured_16, s0_.position AS position_17, s0_.stripe_price_id AS stripe_price_id_18, s0_.stripe_promo_price_id AS stripe_promo_price_id_19, s0_.created_at AS created_at_20, s0_.updated_at AS updated_at_21 FROM service s0_ WHERE s0_.is_published = 1 AND s0_.id NOT IN (?) ORDER BY s0_.created_at DESC LIMIT 2
Parameters:
[
8
]
|
||||||||||||||||||||||||||||
| 4 | 0.27 ms |
SELECT COUNT(*) FROM service t0 WHERE t0.is_published = ?
Parameters:
[
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\Service | 3 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Service | No errors. |
| App\Entity\ServiceCategory | No errors. |
| App\Entity\Subscription | No errors. |