Query Metrics
45
Database Queries
25
Different statements
57.04 ms
Query time
6
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
29.00 ms (0.00%) |
1 |
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.media_id AS media_id_2, m0_.profile_id AS profile_id_3, m0_.credit_type_id AS credit_type_id_4 FROM media_credit m0_ INNER JOIN (media m1_ LEFT JOIN media_photo m2_ ON m1_.id = m2_.id LEFT JOIN media_video m3_ ON m1_.id = m3_.id) ON (m1_.id = m0_.media_id) INNER JOIN (profile p4_ LEFT JOIN profile_person p5_ ON p4_.id = p5_.id LEFT JOIN profile_model p6_ ON p4_.id = p6_.id) ON (m1_.profile_id = p4_.id) AND (p4_.deleted_at IS NULL) INNER JOIN (profile p7_ LEFT JOIN profile_person p8_ ON p7_.id = p8_.id LEFT JOIN profile_model p9_ ON p7_.id = p9_.id) ON (m0_.profile_id = p7_.id) AND (p7_.deleted_at IS NULL) WHERE (m0_.profile_id = ? AND p4_.user_id <> ?) OR (m1_.profile_id = ? AND p7_.user_id <> ?)
Parameters:
[ 115 123 115 123 ] |
5.40 ms (0.00%) |
9 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.display_name AS display_name_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.deleted_at AS deleted_at_7, t0.created_by_id AS created_by_id_8, t0.updated_by_id AS updated_by_id_9 FROM setting t0 WHERE t0.name = ? AND ((t0.deleted_at IS NULL)) LIMIT 1
Parameters:
[
"disclaimer_cookie_toggle"
]
|
3.42 ms (0.00%) |
5 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.display_name AS display_name_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.deleted_at AS deleted_at_7, t0.created_by_id AS created_by_id_8, t0.updated_by_id AS updated_by_id_9 FROM setting t0 WHERE t0.name IN (?) AND ((t0.deleted_at IS NULL))
Parameters:
[ [ "money_enabled" "money_send_between_users" "money_receive_tips" "money_group_receive_tips" ] ] |
2.94 ms (0.00%) |
1 |
SELECT t0.id AS id_3, t0.name AS name_4, t0.legal_name AS legal_name_5, t0.email AS email_6, t0.slug AS slug_7, t0.description AS description_8, t0.country AS country_9, t0.city AS city_10, t0.location AS location_11, t0.enable_contact AS enable_contact_12, t0.languages AS languages_13, t0.use_english AS use_english_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.deleted_at AS deleted_at_17, t0.user_id AS user_id_18, t0.profile_type_id AS profile_type_id_19, t0.created_by_id AS created_by_id_20, t0.updated_by_id AS updated_by_id_21, t0.type, t1.transport AS transport_22, t2.own_location AS own_location_23, t2.hair_length AS hair_length_24, t2.tattoos AS tattoos_25, t2.hair_color AS hair_color_26, t2.eyes AS eyes_27, t2.ethnicity AS ethnicity_28, t2.height AS height_29, t2.weight AS weight_30, t2.hips AS hips_31, t2.waist AS waist_32, t2.chest AS chest_33 FROM profile t0 LEFT JOIN profile_person t1 ON t0.id = t1.id LEFT JOIN profile_model t2 ON t0.id = t2.id WHERE t0.slug = ? AND ((t0.deleted_at IS NULL)) LIMIT 1
Parameters:
[
"babiblondie"
]
|
2.50 ms (0.00%) |
1 |
SELECT m0_.id AS id_0, m0_.title AS title_1, m0_.hash AS hash_2, m0_.description AS description_3, m0_.active AS active_4, m0_.views AS views_5, m0_.privacy AS privacy_6, m0_.adult AS adult_7, m0_.location AS location_8, m0_.created_at AS created_at_9, m0_.updated_at AS updated_at_10, m0_.deleted_at AS deleted_at_11, m1_.filename AS filename_12, m2_.embed_code AS embed_code_13, m2_.platform AS platform_14, m0_.type AS type_15, m0_.profile_id AS profile_id_16, m0_.created_by_id AS created_by_id_17, m0_.updated_by_id AS updated_by_id_18 FROM media m0_ LEFT JOIN media_photo m1_ ON m0_.id = m1_.id LEFT JOIN media_video m2_ ON m0_.id = m2_.id INNER JOIN media_album_to_media m3_ ON m0_.id = m3_.media_id INNER JOIN media_album m4_ ON m3_.album_id = m4_.id WHERE (? = m4_.profile_id AND m4_.portfolio = 1) AND m0_.active = 1 AND m0_.privacy = ? ORDER BY m3_.sort_order DESC LIMIT 100
Parameters:
[ 115 "all" ] |
2.24 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.radius AS radius_4, t0.profile_types AS profile_types_5, t0.password AS password_6, t0.verified AS verified_7, t0.safe_mode AS safe_mode_8, t0.display_name AS display_name_9, t0.real_name AS real_name_10, t0.notes AS notes_11, t0.photo_one_id AS photo_one_id_12, t0.photo_second_id AS photo_second_id_13, t0.address AS address_14, t0.country AS country_15, t0.city AS city_16, t0.location AS location_17, t0.activity AS activity_18, t0.commission AS commission_19, t0.fee AS fee_20, t0.feed_limit AS feed_limit_21, t0.gender AS gender_22, t0.birthdate AS birthdate_23, t0.created_at AS created_at_24, t0.updated_at AS updated_at_25, t0.deleted_at AS deleted_at_26, t0.wallet_id AS wallet_id_27, t0.currency_id AS currency_id_28, t0.language_id AS language_id_29, t0.created_by_id AS created_by_id_30, t0.updated_by_id AS updated_by_id_31 FROM `user` t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
123
]
|
1.09 ms (0.00%) |
4 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4 FROM menu_item_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
2
]
|
1.02 ms (0.00%) |
3 |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.deleted_at AS deleted_at_4, t0.created_by_id AS created_by_id_5, t0.updated_by_id AS updated_by_id_6 FROM page t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
"3"
]
|
0.92 ms (0.00%) |
3 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.slug AS slug_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM page_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
3
]
|
0.81 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3 FROM menu t0 WHERE t0.id = ?
Parameters:
[
1
]
|
0.71 ms (0.00%) |
2 |
SELECT t0.id AS id_1, t0.meta_data AS meta_data_2, t0.route AS route_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6, t0.created_by_id AS created_by_id_7, t0.updated_by_id AS updated_by_id_8 FROM seo t0 WHERE t0.route = ? LIMIT 1
Parameters:
[
"profile"
]
|
0.71 ms (0.00%) |
1 |
SELECT count(p0_.id) AS sclr_0 FROM profile p0_ LEFT JOIN profile_person p1_ ON p0_.id = p1_.id LEFT JOIN profile_model p2_ ON p0_.id = p2_.id INNER JOIN media_credit m3_ ON (p0_.id = m3_.profile_id) INNER JOIN (media m4_ LEFT JOIN media_photo m5_ ON m4_.id = m5_.id LEFT JOIN media_video m6_ ON m4_.id = m6_.id) ON (m4_.id = m3_.media_id) INNER JOIN (profile p7_ LEFT JOIN profile_person p8_ ON p7_.id = p8_.id LEFT JOIN profile_model p9_ ON p7_.id = p9_.id) ON (m4_.profile_id = p7_.id) AND (p7_.deleted_at IS NULL) WHERE (m3_.profile_id = ? AND p7_.user_id <> ?) AND (p0_.deleted_at IS NULL)
Parameters:
[ 115 123 ] |
0.69 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6, t0.created_by_id AS created_by_id_7, t0.updated_by_id AS updated_by_id_8 FROM user_group t0 INNER JOIN user_group_user ON t0.id = user_group_user.user_group_id WHERE user_group_user.user_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
123
]
|
0.62 ms (0.00%) |
1 |
SELECT t0_.id AS id_0, t0_.date_start AS date_start_1, t0_.date_end AS date_end_2, t0_.country AS country_3, t0_.city AS city_4, t0_.location AS location_5, t0_.privacy AS privacy_6, t0_.created_at AS created_at_7, t0_.updated_at AS updated_at_8, t0_.deleted_at AS deleted_at_9, t0_.profile_id AS profile_id_10, t0_.created_by_id AS created_by_id_11, t0_.updated_by_id AS updated_by_id_12 FROM travel t0_ WHERE ? <= t0_.date_end AND ? = t0_.profile_id ORDER BY t0_.date_end ASC
Parameters:
[ "2025-01-18 03:50:51" 115 ] |
0.61 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_date AS created_date_3, t0.profile_id AS profile_id_4 FROM profile_avatar t0 WHERE t0.profile_id = ?
Parameters:
[
115
]
|
0.61 ms (0.00%) |
1 |
SELECT m0_.id AS id_0, m0_.type AS type_1, m0_.path AS path_2, m0_.icon AS icon_3, m0_.privacy AS privacy_4, m0_.groups AS groups_5, m0_.sort_order AS sort_order_6, m0_.options AS options_7, m0_.active AS active_8, m0_.menu_id AS menu_id_9, m0_.parent_id AS parent_id_10 FROM menu_item m0_ WHERE m0_.menu_id = ? AND ((m0_.privacy = ? OR m0_.privacy = ?)) ORDER BY m0_.sort_order ASC
Parameters:
[ 1 "all" "guests" ] |
0.55 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_date AS created_date_3, t0.profile_id AS profile_id_4 FROM profile_cover t0 WHERE t0.profile_id = ?
Parameters:
[
115
]
|
0.50 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.iso_code AS iso_code_3 FROM language t0 WHERE t0.id = ?
Parameters:
[
1
]
|
0.48 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.slug AS slug_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM profile_type_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
1
]
|
0.45 ms (0.00%) |
1 |
SELECT t0_.id AS id_0, t0_.date_start AS date_start_1, t0_.date_end AS date_end_2, t0_.country AS country_3, t0_.city AS city_4, t0_.location AS location_5, t0_.privacy AS privacy_6, t0_.created_at AS created_at_7, t0_.updated_at AS updated_at_8, t0_.deleted_at AS deleted_at_9, t0_.profile_id AS profile_id_10, t0_.created_by_id AS created_by_id_11, t0_.updated_by_id AS updated_by_id_12 FROM travel t0_ WHERE ? >= t0_.date_start AND ? <= t0_.date_end AND ? = t0_.profile_id ORDER BY t0_.date_end ASC LIMIT 1
Parameters:
[ "2025-01-18 03:50:51" "2025-01-18 03:50:51" 115 ] |
0.39 ms (0.00%) |
1 |
SELECT m0_.id AS id_0, m0_.title AS title_1, m0_.description AS description_2, m0_.portfolio AS portfolio_3, m0_.created_at AS created_at_4, m0_.updated_at AS updated_at_5, m0_.deleted_at AS deleted_at_6, m0_.slug AS slug_7, m0_.profile_id AS profile_id_8, m0_.created_by_id AS created_by_id_9, m0_.updated_by_id AS updated_by_id_10 FROM media_album m0_ WHERE m0_.profile_id = ? AND m0_.portfolio = 1
Parameters:
[
115
]
|
0.39 ms (0.00%) |
1 |
SELECT t0.created_date AS created_date_1, t0.media_id AS media_id_2, t0.album_id AS album_id_3 FROM media_album_cover t0 WHERE t0.album_id = ?
Parameters:
[
119
]
|
0.36 ms (0.00%) |
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.url AS url_2, p0_.privacy AS privacy_3, p0_.homepage AS homepage_4, p0_.profile_id AS profile_id_5 FROM profile_link p0_ WHERE p0_.profile_id = ? AND ((p0_.privacy = ? OR p0_.privacy = ?))
Parameters:
[ 115 "all" "guests" ] |
0.32 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.icon_class AS icon_class_2, t0.entity AS entity_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6, t0.created_by_id AS created_by_id_7, t0.updated_by_id AS updated_by_id_8 FROM profile_type t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
1
]
|
0.32 ms (0.00%) |
1 |
SELECT t0.id AS id_1, t0.keywords AS keywords_2, t0.description AS description_3, t0.title AS title_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM seo_translation t0 WHERE t0.translatable_id = ?
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Setting | No errors. |
App\Entity\SEO | No errors. |
App\Entity\User |
|
App\Entity\Core\Language | No errors. |
App\Entity\Profile |
|
App\Entity\Profile\Type\Person |
|
App\Entity\Profile\Type\Model |
|
App\Entity\ProfileType | No errors. |
App\Entity\Service | No errors. |
App\Entity\Profile\Mute | No errors. |
App\Entity\Transaction | No errors. |
App\Entity\Profile\Cover | No errors. |
App\Entity\Profile\Avatar | No errors. |
App\Entity\Profile\Link | No errors. |
App\Entity\Profile\Note |
|
App\Entity\Profile\Travel | No errors. |
App\Entity\Media\Credit | No errors. |
App\Entity\Media\Album | No errors. |
App\Entity\Media\Media | No errors. |
App\Entity\Profile\Follow |
|
App\Entity\Media\CreditType | No errors. |
App\Entity\Media\Photo | No errors. |
App\Entity\Media\Video | No errors. |
App\Entity\Wallet | No errors. |
App\Entity\Money\Currency | No errors. |
App\Entity\User\Notification | No errors. |
App\Entity\UserGroup | No errors. |
App\Entity\Money\Payout | No errors. |
App\Entity\Media\AlbumMedia | No errors. |
App\Entity\Media\AlbumCover | No errors. |
App\Entity\Core\Tag | No errors. |
App\Entity\ProfileTypeTranslation | No errors. |
App\Entity\SEOTranslation | No errors. |
App\Entity\Layout\Menu | No errors. |
App\Entity\Layout\MenuItem | No errors. |
App\Entity\Layout\MenuItemTranslation | No errors. |
App\Entity\Core\Page | No errors. |
App\Entity\Core\PageTranslation | No errors. |