GET https://eclectis.eu/user/profile2

Query Metrics

7 Database Queries
6 Different statements
4.06 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.60 ms
SELECT t0.id AS id_1, t0.nickname AS nickname_2, t0.email AS email_3, t0.birth AS birth_4, t0.gender AS gender_5, t0.ethnicity AS ethnicity_6, t0.avatar AS avatar_7, t0.about AS about_8, t0.homepage AS homepage_9, t0.reg_date AS reg_date_10, t0.role AS role_11, t0.status AS status_12, t0.photos_dir_num AS photos_dir_num_13, t0.name_first AS name_first_14, t0.name_last AS name_last_15, t0.location_ip AS location_ip_16, t0.location_country AS location_country_17, t0.location_state AS location_state_18, t0.location_city AS location_city_19, t0.location_country_code AS location_country_code_20, t21.id AS id_22, t21.dark_theme AS dark_theme_23, t21.show_social_links_in_profile AS show_social_links_in_profile_24, t21.user_id AS user_id_25 FROM user_users t0 LEFT JOIN user_settings t21 ON t21.user_id = t0.id WHERE t0.nickname = ? LIMIT 1
Parameters:
[
  "profile2"
]
2 0.79 ms
SELECT COUNT(*) FROM (SELECT u.id, u.nickname, TRIM(CONCAT(u.name_first, ' ', u.name_last)) AS name, c.text, c.reply_to, p.title, p.url FROM blog_post_comments c INNER JOIN user_users u ON c.author_id = u.id INNER JOIN blog_posts p ON c.post_id = p.id WHERE (c.author_id = ?) AND (c.approved = 1) ORDER BY c.date desc) tmp
Parameters:
[
  2
]
3 0.63 ms
SELECT a.id, a.name, a.url FROM blog_authors a
Parameters:
[]
4 0.59 ms
SELECT a.id, a.name, a.url FROM blog_authors a
Parameters:
[]
5 0.40 ms
SELECT t0.id AS id_1, t0.network AS network_2, t0.identity AS identity_3, t0.nickname AS nickname_4, t0.json AS json_5, t0.user_id AS user_id_6 FROM user_networks t0 WHERE t0.user_id = ?
Parameters:
[
  2
]
6 0.57 ms
SELECT COUNT(`id`) FROM `published_blog_posts_ids`
Parameters:
[]
7 0.49 ms
SELECT p.url, p.title, p.cover, p.date, c.id AS category_id, c.name AS category_name, a.name AS author_name, a.url AS author_url, (SELECT COUNT(m.id) FROM blog_post_comments m WHERE m.post_id = p.id AND m.approved = 1) AS comments_count FROM blog_posts p INNER JOIN blog_authors a ON p.author_id = a.id INNER JOIN blog_categories c ON p.category_id = c.id WHERE p.id IN(NULL)
Parameters:
[]

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.