Query Metrics
9
Database Queries
8
Different statements
5.73 ms
Query time
0
Invalid entities
15
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.48 ms (43.26%) |
1 |
SELECT COUNT(a0_.id) AS sclr_0 FROM analytics a0_ WHERE a0_.page = ? AND a0_.ip_address = ? AND a0_.visited_at >= ?
Parameters:
[ "homepage" "18.246.10.244" "2025-12-23 00:00:00" ] |
|
1.01 ms (17.68%) |
2 |
SELECT t0.id AS id_1, t0.activity_name AS activity_name_2, t0.activity_price AS activity_price_3, t0.activity_description AS activity_description_4, t0.activity_program AS activity_program_5, t0.video_link AS video_link_6, t0.image AS image_7, t0.updated_at AS updated_at_8, t0.seo_title AS seo_title_9, t0.meta_description AS meta_description_10, t0.keywords AS keywords_11, t0.important_notes AS important_notes_12, t0.banner_image AS banner_image_13, t0.min_adults AS min_adults_14, t0.max_adults AS max_adults_15, t0.min_kids AS min_kids_16, t0.max_kids AS max_kids_17, t0.max_total_participants AS max_total_participants_18, t0.max_reservations AS max_reservations_19 FROM activities t0
Parameters:
[] |
|
0.58 ms (10.19%) |
1 |
INSERT INTO analytics (page, activity_name, ip_address, user_agent, referer, visited_at, session_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "homepage" null "18.246.10.244" "Mozilla/5.0 (compatible; wpbot/1.3; +https://forms.gle/ajBaxygz9jSR8p8G9)" null "2025-12-23 10:13:58" "694a6b6651" ] |
|
0.44 ms (7.73%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.image AS image_4, t0.button_text AS button_text_5, t0.button_link AS button_link_6, t0.is_active AS is_active_7, t0.sort_order AS sort_order_8, t0.created_at AS created_at_9 FROM slider t0 WHERE t0.is_active = ? ORDER BY t0.sort_order ASC, t0.id DESC
Parameters:
[
1
]
|
|
0.44 ms (7.59%) |
1 |
"COMMIT"
Parameters:
[] |
|
0.28 ms (4.94%) |
1 |
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.setting_value AS setting_value_3, t0.description AS description_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM settings t0 WHERE t0.setting_key = ? LIMIT 1
Parameters:
[
"main_partner_logo"
]
|
|
0.26 ms (4.50%) |
1 |
"START TRANSACTION"
Parameters:
[] |
|
0.23 ms (4.10%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4, t0.website_url AS website_url_5, t0.is_active AS is_active_6, t0.sort_order AS sort_order_7, t0.created_at AS created_at_8 FROM partner t0 WHERE t0.is_active = ? ORDER BY t0.sort_order ASC, t0.id DESC
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\Activities | 5 |
| App\Entity\Slider | 5 |
| App\Entity\Partner | 3 |
| App\Entity\Analytics | 1 |
| App\Entity\Settings | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Analytics | No errors. |
| App\Entity\Activities | No errors. |
| App\Entity\Slider | No errors. |
| App\Entity\Partner | No errors. |
| App\Entity\Settings | No errors. |