GET https://preprod.abeillesolidaire.club/news/tag/Success%20Stories

Query Metrics

6 Database Queries
6 Different statements
10.72 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 3.78 ms
SELECT n.* FROM news_article n WHERE n.tags::jsonb @> ?
Parameters:
[
  "["Success Stories"]"
]
2 1.67 ms
SELECT count(DISTINCT n0_.id) AS sclr_0 FROM news_article n0_ WHERE n0_.id IN (?, ?)
Parameters:
[
  142
  132
]
3 1.57 ms
SELECT DISTINCT n0_.id AS id_0, n0_.created_at AS created_at_1 FROM news_article n0_ WHERE n0_.id IN (?, ?) ORDER BY n0_.created_at DESC LIMIT 6
Parameters:
[
  142
  132
]
4 0.73 ms
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.slug AS slug_2, n0_.image AS image_3, n0_.excerpt AS excerpt_4, n0_.content AS content_5, n0_.author AS author_6, n0_.comments_count AS comments_count_7, n0_.tags AS tags_8, n0_.created_at AS created_at_9, n0_.updated_at AS updated_at_10, n0_.category_id AS category_id_11 FROM news_article n0_ WHERE n0_.id IN (?, ?) AND n0_.id IN (?, ?) ORDER BY n0_.created_at DESC
Parameters:
[
  142
  132
  132
  142
]
5 0.85 ms
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.slug AS slug_2, n0_.image AS image_3, n0_.excerpt AS excerpt_4, n0_.content AS content_5, n0_.author AS author_6, n0_.comments_count AS comments_count_7, n0_.tags AS tags_8, n0_.created_at AS created_at_9, n0_.updated_at AS updated_at_10, n0_.category_id AS category_id_11 FROM news_article n0_ ORDER BY n0_.created_at DESC LIMIT 3
Parameters:
[]
6 2.12 ms
SELECT n0_.id AS id_0, n0_.name AS name_1, n0_.slug AS slug_2 FROM news_category n0_ ORDER BY n0_.name ASC
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

Class Mapping errors
App\Entity\NewsArticle No errors.
App\Entity\NewsCategory No errors.
App\Entity\Comment No errors.