GET https://preprod.afp-loasis.fr/articles

Query Metrics

12 Database Queries
10 Different statements
10.78 ms Query time
0 Invalid entities
26 Managed entities

Queries

Group similar statements

# Time Info
1 1.49 ms
SELECT count(DISTINCT a0_.id) AS sclr_0 FROM article a0_ WHERE a0_.is_enabled = 1
Parameters:
[]
2 0.85 ms
SELECT DISTINCT a0_.id AS id_0, a0_.created_at AS created_at_1 FROM article a0_ WHERE a0_.is_enabled = 1 ORDER BY a0_.created_at DESC LIMIT 6
Parameters:
[]
3 2.14 ms
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.content AS content_3, a0_.image AS image_4, a0_.created_at AS created_at_5, a0_.is_enabled AS is_enabled_6, a0_.seo_title AS seo_title_7, a0_.seo_description AS seo_description_8, a0_.author_id AS author_id_9, a0_.category_id AS category_id_10 FROM article a0_ WHERE a0_.is_enabled = 1 AND a0_.id IN (?, ?, ?, ?, ?) ORDER BY a0_.created_at DESC
Parameters:
[
  7
  5
  4
  3
  1
]
4 0.71 ms
SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.site_logo AS site_logo_3, t0.site_url AS site_url_4, t0.site_urlfull AS site_urlfull_5, t0.site_email AS site_email_6, t0.site_adresse AS site_adresse_7, t0.site_cp AS site_cp_8, t0.site_ville AS site_ville_9, t0.site_telephone AS site_telephone_10, t0.site_footerdescription AS site_footerdescription_11, t0.bgimage AS bgimage_12 FROM setting t0 LIMIT 1
Parameters:
[]
5 0.74 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7, t0.pole_id AS pole_id_8 FROM activite t0
Parameters:
[]
6 0.61 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7 FROM pole t0
Parameters:
[]
7 0.54 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.image AS image_4, t0.is_enabled AS is_enabled_5 FROM social t0 WHERE t0.is_enabled = ?
Parameters:
[
  1
]
8 0.50 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.main_title AS main_title_4, t0.description AS description_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7 FROM article_page t0 LIMIT 1
Parameters:
[]
9 1.34 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.image AS image_7 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
10 0.70 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7 FROM category t0 WHERE t0.id = ?
Parameters:
[
  2
]
11 0.62 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7 FROM category t0 WHERE t0.id = ?
Parameters:
[
  3
]
12 0.52 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7 FROM category t0 WHERE t0.id = ?
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Activite 9
App\Entity\Article 5
App\Entity\Pole 4
App\Entity\Category 3
App\Entity\Social 2
App\Entity\User 1
App\Entity\Setting 1
App\Entity\ArticlePage 1

Entities Mapping

Class Mapping errors
App\Entity\Article No errors.
App\Entity\User No errors.
App\Entity\Category No errors.
App\Entity\Setting No errors.
App\Entity\Activite No errors.
App\Entity\Pole No errors.
App\Entity\Social No errors.
App\Entity\ArticlePage No errors.