GET https://eclectis.eu/page/cookie-policy

Query Metrics

8 Database Queries
7 Different statements
5.94 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.45 ms
(24.45%)
2
SELECT a.id, a.name, a.url FROM blog_authors a
Parameters:
[]
0.95 ms
(15.98%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.text AS text_3, t0.url AS url_4, t0.date AS date_5 FROM site_page_pages t0 WHERE t0.url = ? LIMIT 1
Parameters:
[
  "cookie-policy"
]
0.86 ms
(14.48%)
1
SELECT a.id, a.name, a.url, a.avatar, a.bio, a.facebook, a.twitter, a.linkedin, a.instagram, a.pinterest, (SELECT COUNT(p.id) FROM blog_posts p WHERE a.id = p.author_id) AS posts_count FROM blog_authors a WHERE a.id = ?
Parameters:
[
  1
]
0.72 ms
(12.12%)
1
SELECT `post_id` FROM `published_blog_posts_ids` WHERE `id` = 2
Parameters:
[]
0.66 ms
(11.18%)
1
SELECT `post_id` FROM `published_blog_posts_ids` WHERE `id` = 1
Parameters:
[]
0.66 ms
(11.08%)
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.64 ms
(10.71%)
1
SELECT COUNT(`id`) FROM `published_blog_posts_ids`
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.

Entities Mapping