GET https://eclectis.eu/blog/author/david-reynolds

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.03 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.avatar AS avatar_4, t0.bio AS bio_5, t0.facebook AS facebook_6, t0.twitter AS twitter_7, t0.linkedin AS linkedin_8, t0.instagram AS instagram_9, t0.pinterest AS pinterest_10 FROM blog_authors t0 WHERE t0.url = ? LIMIT 1
Parameters:
[
  "david-reynolds"
]
2 1.21 ms
SELECT a.id, a.name, a.url FROM blog_authors a
Parameters:
[]
3 1.12 ms
SELECT a.id, a.name, a.url FROM blog_authors a
Parameters:
[]
4 0.68 ms
SELECT COUNT(`id`) FROM `published_blog_posts_ids`
Parameters:
[]
5 0.69 ms
SELECT `post_id` FROM `published_blog_posts_ids` WHERE `id` = 1
Parameters:
[]
6 0.75 ms
SELECT `post_id` FROM `published_blog_posts_ids` WHERE `id` = 2
Parameters:
[]
7 0.67 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) 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(?, ?)
Parameters:
[
  1
  2
]

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