Query Metrics
11
Database Queries
5
Different statements
2.79 ms
Query time
0
Invalid entities
63
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.96 ms (34.31%) |
4 |
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.position AS position_4, t0.content AS content_5, t0.is_enabled AS is_enabled_6, t0.icon AS icon_7, t0.visibility AS visibility_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.guidebook_id AS guidebook_id_11 FROM guidebook_module t0 WHERE t0.guidebook_id = ? ORDER BY t0.position ASC
Parameters:
[
4
]
|
||||||||||||||||||||||||
|
0.93 ms (33.35%) |
4 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.address AS address_4, t0.city AS city_5, t0.postal_code AS postal_code_6, t0.country AS country_7, t0.latitude AS latitude_8, t0.longitude AS longitude_9, t0.property_type AS property_type_10, t0.capacity AS capacity_11, t0.bedrooms AS bedrooms_12, t0.bathrooms AS bathrooms_13, t0.amenities AS amenities_14, t0.photos AS photos_15, t0.cover_photo AS cover_photo_16, t0.property_group AS property_group_17, t0.is_active AS is_active_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.owner_id AS owner_id_21 FROM property t0 WHERE t0.id = ?
Parameters:
[
4
]
|
||||||||||||||||||||||||
|
0.44 ms (15.65%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.welcome_message AS welcome_message_4, t0.default_locale AS default_locale_5, t0.primary_color AS primary_color_6, t0.secondary_color AS secondary_color_7, t0.logo_filename AS logo_filename_8, t0.cover_mode AS cover_mode_9, t0.cover_default AS cover_default_10, t0.cover_filename AS cover_filename_11, t0.theme AS theme_12, t0.color_mode AS color_mode_13, t0.custom_css AS custom_css_14, t0.contact_email AS contact_email_15, t0.contact_phone AS contact_phone_16, t0.contact_whatsapp AS contact_whatsapp_17, t0.qr_code_filename AS qr_code_filename_18, t0.is_published AS is_published_19, t0.view_count AS view_count_20, t0.created_at AS created_at_21, t0.updated_at AS updated_at_22, t0.mode AS mode_23, t0.property_id AS property_id_24 FROM guidebook t0 WHERE t0.is_published = ? ORDER BY t0.view_count DESC LIMIT 4
Parameters:
[
1
]
|
||||||||||||||||||||||||
|
0.27 ms (9.70%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.head_scripts AS head_scripts_5, t0.body_scripts AS body_scripts_6, t0.is_required AS is_required_7, t0.is_active AS is_active_8, t0.position AS position_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM cookie_category t0 WHERE t0.is_active = ? ORDER BY t0.position ASC
Parameters:
[
1
]
|
||||||||||||||||||||||||
|
0.20 ms (6.99%) |
1 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.label AS label_3, t0.price_monthly AS price_monthly_4, t0.stripe_price_id AS stripe_price_id_5, t0.max_guidebooks AS max_guidebooks_6, t0.max_modules AS max_modules_7, t0.max_pois AS max_pois_8, t0.features AS features_9, t0.max_checkin_photos AS max_checkin_photos_10, t0.max_checkout_photos AS max_checkout_photos_11, t0.is_popular AS is_popular_12, t0.is_quote AS is_quote_13, t0.is_active AS is_active_14, t0.position AS position_15, t0.description AS description_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18 FROM plan t0 WHERE t0.is_active = ? ORDER BY t0.position ASC
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\GuidebookModule | 43 |
| App\Entity\Plan | 7 |
| App\Entity\Guidebook | 4 |
| App\Entity\Property | 4 |
| App\Entity\CookieCategory | 3 |
| App\Entity\User | 2 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Guidebook | No errors. |
| App\Entity\Property | No errors. |
| App\Entity\GuidebookModule | No errors. |
| App\Entity\GuidebookVisit | No errors. |
| App\Entity\GuestbookEntry | No errors. |
| App\Entity\CheckIn | No errors. |
| App\Entity\GuestAccess | No errors. |
| App\Entity\PoiGuidebook | No errors. |
| App\Entity\Plan | No errors. |
| App\Entity\CookieCategory | No errors. |
| App\Entity\User | No errors. |