GET https://eclectis.eu/team

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.39 ms
SELECT id, name, url, avatar, bio, facebook, twitter, linkedin, instagram, pinterest FROM blog_authors
Parameters:
[]
2 1.30 ms
SELECT a.id, a.name, a.url FROM blog_authors a
Parameters:
[]
3 1.27 ms
SELECT a.id, a.name, a.url FROM blog_authors a
Parameters:
[]
4 1.77 ms
SELECT COUNT(`id`) FROM `published_blog_posts_ids`
Parameters:
[]
5 1.31 ms
SELECT `post_id` FROM `published_blog_posts_ids` WHERE `id` = 1
Parameters:
[]
6 2.46 ms
SELECT `post_id` FROM `published_blog_posts_ids` WHERE `id` = 2
Parameters:
[]
7 1.53 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

Class Mapping errors
App\Model\Entity\User\Name No errors.
App\Model\Entity\User\Location No errors.
App\Model\Entity\User\User No errors.