GET https://eclectis.eu/user/may_2_io/page/2

Query Metrics

8 Database Queries
7 Different statements
4.54 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 0.57 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.fake AS fake_13, t0.photos_dir_num AS photos_dir_num_14, t0.name_first AS name_first_15, t0.name_last AS name_last_16, t0.location_ip AS location_ip_17, t0.location_country AS location_country_18, t0.location_state AS location_state_19, t0.location_city AS location_city_20, t0.location_country_code AS location_country_code_21, t22.id AS id_23, t22.dark_theme AS dark_theme_24, t22.show_social_links_in_profile AS show_social_links_in_profile_25, t22.user_id AS user_id_26 FROM user_users t0 LEFT JOIN user_settings t22 ON t22.user_id = t0.id WHERE t0.nickname = ? LIMIT 1
Parameters:
[
  "may_2_io"
]
2 0.59 ms
SELECT COUNT(*) FROM (SELECT u.id, u.nickname, u.fake, 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)) tmp
Parameters:
[
  1
]
3 0.83 ms
SELECT u.id, u.nickname, u.fake, 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 LIMIT 10 OFFSET 10
Parameters:
[
  1
]
4 0.60 ms
SELECT a.id, a.name, a.url FROM blog_authors a
Parameters:
[]
5 0.56 ms
SELECT a.id, a.name, a.url FROM blog_authors a
Parameters:
[]
6 0.38 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:
[
  1
]
7 0.55 ms
SELECT COUNT(`id`) FROM `blog_posts_published_ids`
Parameters:
[]
8 0.47 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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Model\User\Entity\User\User 1
App\Model\User\Entity\User\Settings 1
App\Model\User\Entity\User\Network 1