GET https://test.afisc.org/

Query Metrics

17 Database Queries
7 Different statements
4.69 ms Query time
0 Invalid entities
32 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.50 ms
(31.91%)
6
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.css_class AS css_class_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM article_category t0 INNER JOIN article_article_category ON t0.id = article_article_category.article_category_id WHERE article_article_category.article_id = ?
Parameters:
[
  11
]
1.33 ms
(28.36%)
6
SELECT t0.id AS id_1, t0.image AS image_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.article_id AS article_id_5 FROM article_image t0 WHERE t0.article_id = ?
Parameters:
[
  11
]
0.50 ms
(10.70%)
1
SELECT count(DISTINCT a0_.id) AS sclr_0 FROM article a0_ WHERE a0_.is_published = 1
Parameters:
[]
0.44 ms
(9.36%)
1
SELECT h0_.id AS id_0, h0_.title AS title_1, h0_.subtitle AS subtitle_2, h0_.description AS description_3, h0_.image AS image_4, h0_.button_label AS button_label_5, h0_.button_url AS button_url_6, h0_.priority AS priority_7, h0_.is_active AS is_active_8, h0_.created_at AS created_at_9, h0_.updated_at AS updated_at_10 FROM home_slide h0_ WHERE h0_.is_active = ? ORDER BY h0_.priority ASC, h0_.created_at ASC
Parameters:
[
  1
]
0.35 ms
(7.48%)
1
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.logo AS logo_2, s0_.url AS url_3, s0_.priority AS priority_4, s0_.is_active AS is_active_5, s0_.created_at AS created_at_6, s0_.updated_at AS updated_at_7 FROM sponsor s0_ WHERE s0_.is_active = 1 ORDER BY s0_.priority ASC, s0_.created_at ASC
Parameters:
[]
0.34 ms
(7.33%)
1
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.excerpt AS excerpt_3, a0_.content AS content_4, a0_.published_at AS published_at_5, a0_.is_published AS is_published_6, a0_.created_at AS created_at_7, a0_.updated_at AS updated_at_8 FROM article a0_ WHERE a0_.is_published = 1 AND a0_.id IN (?, ?, ?, ?, ?, ?) ORDER BY a0_.published_at DESC
Parameters:
[
  11
  10
  9
  8
  7
  6
]
0.23 ms
(4.86%)
1
SELECT DISTINCT a0_.id AS id_0, a0_.published_at AS published_at_1 FROM article a0_ WHERE a0_.is_published = 1 ORDER BY a0_.published_at DESC LIMIT 6
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\ArticleImage 15
App\Entity\Article 6
App\Entity\Sponsor 5
App\Entity\HomeSlide 4
App\Entity\ArticleCategory 2

Entities Mapping

Class Mapping errors
App\Entity\Article No errors.
App\Entity\ArticleCategory No errors.
App\Entity\ArticleImage No errors.
App\Entity\HomeSlide No errors.
App\Entity\Sponsor No errors.