GET https://eclectis.eu/

Query Metrics

12 Database Queries
7 Different statements
8.30 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.59 ms
(31.18%)
4
SELECT `post_id` FROM `published_blog_posts_ids` WHERE `id` = 1
Parameters:
[]
1.64 ms
(19.73%)
2
SELECT a.id, a.name, a.url FROM blog_authors a
Parameters:
[]
1.39 ms
(16.75%)
2
SELECT COUNT(`id`) FROM `published_blog_posts_ids`
Parameters:
[]
0.81 ms
(9.75%)
1
SELECT id, name FROM blog_tag_names ORDER BY RAND() ASC LIMIT 16
Parameters:
[]
0.70 ms
(8.39%)
1
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
]
0.60 ms
(7.23%)
1
SELECT `post_id` FROM `published_blog_posts_ids` WHERE `id` = 2
Parameters:
[]
0.58 ms
(6.96%)
1
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
]

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.